Blame SOURCES/commons-el-enum.patch

b59db5
--- commons-el-1.0-src/build.xml.orig	2007-07-20 15:34:15.000000000 -0400
b59db5
+++ commons-el-1.0-src/build.xml	2007-07-20 15:36:48.000000000 -0400
b59db5
@@ -171,6 +171,8 @@
b59db5
     
b59db5
            destdir="${build.home}/classes"
b59db5
              debug="${compile.debug}"
b59db5
+            source="1.4"
b59db5
+            target="1.4"
b59db5
        deprecation="${compile.deprecation}"
b59db5
           optimize="${compile.optimize}">
b59db5
       <classpath refid="compile.classpath"/>
b59db5
@@ -186,6 +188,8 @@
b59db5
     
b59db5
            destdir="${build.home}/tests"
b59db5
              debug="${compile.debug}"
b59db5
+            source="1.4"
b59db5
+            target="1.4"
b59db5
        deprecation="${compile.deprecation}"
b59db5
           optimize="${compile.optimize}">
b59db5
       <classpath refid="test.classpath"/>
b59db5
@@ -214,6 +218,7 @@
b59db5
     <mkdir      dir="${dist.home}/docs/api"/>
b59db5
     
b59db5
                 destdir="${dist.home}/docs/api"
b59db5
+                 source="1.4"
b59db5
            packagenames="org.apache.commons.*"
b59db5
                  author="true"
b59db5
                 private="true"