SOURCES: jakarta-commons-discovery-source.patch (NEW) - allow pass...
glen
glen at pld-linux.org
Tue Apr 17 23:43:39 CEST 2007
Author: glen Date: Tue Apr 17 21:43:39 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- allow passing javac -source (due enum being keyword)
---- Files affected:
SOURCES:
jakarta-commons-discovery-source.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/jakarta-commons-discovery-source.patch
diff -u /dev/null SOURCES/jakarta-commons-discovery-source.patch:1.1
--- /dev/null Tue Apr 17 23:43:39 2007
+++ SOURCES/jakarta-commons-discovery-source.patch Tue Apr 17 23:43:34 2007
@@ -0,0 +1,10 @@
+--- commons-discovery-0.2-src/discovery/build.xml~ 2007-04-18 00:42:35.021414655 +0300
++++ commons-discovery-0.2-src/discovery/build.xml 2007-04-18 00:42:36.451446936 +0300
+@@ -120,6 +120,7 @@
+ destdir="${build.home}/classes"
+ debug="${compile.debug}"
+ deprecation="${compile.deprecation}"
++ source="${compile.source}"
+ optimize="${compile.optimize}">
+ <classpath refid="compile.classpath"/>
+ </javac>
================================================================
More information about the pld-cvs-commit
mailing list