Blame SOURCES/commons-el-1.0-license.patch

73c188
--- commons-el-1.0-src/build.xml.old	2003-12-17 16:00:14.000000000 +0200
73c188
+++ commons-el-1.0-src/build.xml	2003-12-17 16:00:27.000000000 +0200
73c188
@@ -230,8 +230,8 @@
73c188
   
73c188
    description="Create binary distribution">
73c188
     <mkdir      dir="${dist.home}"/>
73c188
-    
73c188
-              todir="${dist.home}"/>
73c188
+    
73c188
+             tofile="${dist.home}/LICENSE"/>
73c188
     
73c188
               todir="${dist.home}"/>
73c188
     <antcall target="jar"/>
73c188
@@ -242,7 +242,7 @@
73c188
    description="Create jar">
73c188
     <mkdir      dir="${dist.home}"/>
73c188
     <mkdir      dir="${build.home}/classes/META-INF"/>
73c188
-    
73c188
+    
73c188
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
73c188
     
73c188
            manifest="${build.home}/conf/MANIFEST.MF">
73c188
@@ -257,7 +257,7 @@
73c188
     <copy  todir="${build.home}/classes/META-INF" filtering="on">
73c188
       <fileset dir="${conf.home}" includes="*.MF"/>
73c188
     </copy>
73c188
-    
73c188
+    
73c188
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
73c188
     
73c188
            manifest="${build.home}/classes/META-INF/MANIFEST.MF">