SOURCES: commons-el-ant.patch (NEW) - allow passing -source 1.4 (e...

glen glen at pld-linux.org
Wed Apr 11 01:22:58 CEST 2007


Author: glen                         Date: Tue Apr 10 23:22:58 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow passing -source 1.4 (enum issue)

---- Files affected:
SOURCES:
   commons-el-ant.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/commons-el-ant.patch
diff -u /dev/null SOURCES/commons-el-ant.patch:1.1
--- /dev/null	Wed Apr 11 01:22:58 2007
+++ SOURCES/commons-el-ant.patch	Wed Apr 11 01:22:53 2007
@@ -0,0 +1,20 @@
+--- commons-el-1.0-src/build.xml	2007-04-11 01:59:03.625343169 +0300
++++ commons-el-1.0-src/build.xml	2007-04-11 02:19:41.683291922 +0300
+@@ -172,7 +172,8 @@
+            destdir="${build.home}/classes"
+              debug="${compile.debug}"
+        deprecation="${compile.deprecation}"
+-          optimize="${compile.optimize}">
++          optimize="${compile.optimize}"
++            source="${compile.source}">
+       <classpath refid="compile.classpath"/>
+     </javac>
+     <copy    todir="${build.home}/classes" filtering="on">
+@@ -218,6 +219,7 @@
+                  author="true"
+                 private="true"
+                 version="true"
++:                source="${compile.source}"
+                overview="src/java/overview.html"
+                doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
+             windowtitle="${component.title} (Version ${component.version})"
================================================================


More information about the pld-cvs-commit mailing list