aboutsummaryrefslogtreecommitdiff
path: root/textproc/ant-xinclude-task
Commit message (Collapse)AuthorAgeFilesLines
* Reset znerd's ports maintainership:Herve Quiroz2004-12-031-1/+1
| | | | | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer) Notes: svn path=/head/; revision=123012
* - Unbreak port by patching build.xmlHerve Quiroz2004-08-253-21/+28
| | | | | | | | | | | | | | | | | - bsd.java.mk 2.0 compliance - ${CP} -> ${INSTALL_DATA} - ${ECHO} -> ${ECHO_MSG} - Use USE_ANT - Use PLIST_FILES to remove pkg-plist - Finer tuning of CLASSPATH (only xincluder.jar, not the whole ${JAVAJARDIR} content) PR: 70364 Submitted by: me Approved by: glewis (mentor) Notes: svn path=/head/; revision=117261
* BROKEN: Install failsKris Kennaway2004-06-091-0/+2
| | | | Notes: svn path=/head/; revision=111114
* . Unbreak the build, found by bento during bsd.java.mk testing:Greg Lewis2004-04-202-27/+4
| | | | | | | | | | | | | | | | . Set ANT_INCLUDE_SHARED_JARS so the necessary classes get pulled in. . Convert to using PORTDOCS so that the differences between 1.3 and 1.4 generated javadocs are hidden. This also trims pkg-plist considerably. . While here, remove local duplicates of bsd.java.mk settings for JAVASHAREDIR and JAVAJARDIR. Done now to get this fixed for 4.10. Submitted by: bento via kris Hopefully not objected to by: znerd (notified) Notes: svn path=/head/; revision=107744
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Update to 0.2.Ernst de Haan2003-09-252-2/+2
| | | | Notes: svn path=/head/; revision=89325
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Made xincluder a build- instead of runtime-dependency.Ernst de Haan2002-10-181-2/+2
| | | | Notes: svn path=/head/; revision=68272
* Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk.Ernst de Haan2002-10-181-1/+0
| | | | Notes: svn path=/head/; revision=68265
* Added runtime dependency: textproc/xincluder.Ernst de Haan2002-10-181-0/+1
| | | | Notes: svn path=/head/; revision=68261
* Small style improvements.Ernst de Haan2002-10-181-2/+2
| | | | Notes: svn path=/head/; revision=68260
* XInclude task for Jakarta Ant.Ernst de Haan2002-10-185-0/+79
See: http://people.freebsd.org/~znerd/xinclude-task/ Notes: svn path=/head/; revision=68256