You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/commons-validator/files/validator-1.4.build.xml.patch

21 lines
676 B

--- build.xml.o 2006-10-21 18:12:49.000000000 +0200
+++ build.xml 2006-10-21 18:29:18.000000000 +0200
@@ -204,7 +205,7 @@
</target>
- <target name="compile" depends="static"
+ <target name="compile" depends="prepare"
description="Compile shareable components">
<javac srcdir="${source.home}"
destdir="${build.home}/classes"
@@ -278,7 +279,7 @@
</exec>
</target>
- <target name="javadoc" depends="compile, javadoc.js"
+ <target name="javadoc" depends="compile"
description="Create component Javadoc documentation">
<javadoc sourcepath="${source.home}"
destdir="${dist.home}/docs/apidocs"