Description: Don't copy licences files during build
Author: Debian Java Team
Last-Update: 2010-03-25
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -180,13 +180,9 @@
    description="Create binary distribution">
     <!-- TODO: top level files like LICENSE and README -->
     <mkdir      dir="${dist.home}"/>
-    <copy      file="LICENSE.txt"
-              todir="${dist.home}"/>
     <copy      file="NOTICE.txt"
               todir="${dist.home}"/>
     <mkdir      dir="${build.home}/classes/META-INF"/>
-    <copy      file="LICENSE.txt"
-             tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
     <copy      file="NOTICE.txt"
              tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
     <jar    jarfile="${dist.home}/${component.name}.jar"
