freebsd-ports/textproc/jaxup/files/patch-build.xml
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

12 lines
404 B
XML

--- build.xml.orig Thu Dec 9 14:14:21 2004
+++ build.xml Thu Dec 9 14:16:44 2004
@@ -57,6 +57,8 @@
<javadoc destdir="${build.apidocs.dir}" windowtitle="${project.fullname}" author="true" version="true" use="true">
<fileset dir="${src.java.dir}"/>
<classpath refid="project.classpath"/>
+ <link href="${jaxen.apidocs}"/>
+ <link href="${j2se.apidocs}"/>
</javadoc>
</target>