summaryrefslogtreecommitdiff
path: root/dev-java/commons-vfs/files/1.0-noget.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/commons-vfs/files/1.0-noget.patch')
-rw-r--r--dev-java/commons-vfs/files/1.0-noget.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-java/commons-vfs/files/1.0-noget.patch b/dev-java/commons-vfs/files/1.0-noget.patch
new file mode 100644
index 000000000000..d1a6b5620fd5
--- /dev/null
+++ b/dev-java/commons-vfs/files/1.0-noget.patch
@@ -0,0 +1,20 @@
+--- build.xml.orig 2007-02-11 00:21:37.000000000 +0200
++++ build.xml 2007-02-11 00:21:55.000000000 +0200
+@@ -86,7 +86,7 @@
+ </and>
+ </condition>
+ </target>
+- <target name="compile" description="o Compile the code" depends="get-deps">
++ <target name="compile" description="o Compile the code">
+ <mkdir dir="${classesdir}">
+ </mkdir>
+ <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
+@@ -191,7 +191,7 @@
+ </classpath>
+ </javac>
+ </target>
+- <target name="javadoc" description="o Generate javadoc" depends="get-deps">
++ <target name="javadoc" description="o Generate javadoc">
+ <mkdir dir="${javadocdir}">
+ </mkdir>
+ <tstamp>