Blame SOURCES/commons-el-enum.patch

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