~ubuntu-branches/ubuntu/precise/libcommons-el-java/precise

« back to all changes in this revision

Viewing changes to debian/patches/01build_xml_license_location_patch.patch

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2003-07-01 17:04:27 UTC
  • Revision ID: james.westby@ubuntu.com-20030701170427-w267etxb23wu4zj7
Tags: 1.0-1
Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urNad /home/arnaud/debian/ITP/jakarta/libcommons-el-java-1.0/build.xml libcommons-el-java-1.0/build.xml
 
2
--- /home/arnaud/debian/ITP/jakarta/libcommons-el-java-1.0/build.xml    2003-06-07 00:35:28.000000000 +0200
 
3
+++ libcommons-el-java-1.0/build.xml    2003-07-02 11:04:37.000000000 +0200
 
4
@@ -230,7 +230,7 @@
 
5
   <target name="dist" depends="compile,javadoc"
 
6
    description="Create binary distribution">
 
7
     <mkdir      dir="${dist.home}"/>
 
8
-    <copy      file="../LICENSE"
 
9
+    <copy      file="LICENSE.txt"
 
10
               todir="${dist.home}"/>
 
11
     <copy      file="RELEASE-NOTES.txt"
 
12
               todir="${dist.home}"/>
 
13
@@ -242,7 +242,7 @@
 
14
    description="Create jar">
 
15
     <mkdir      dir="${dist.home}"/>
 
16
     <mkdir      dir="${build.home}/classes/META-INF"/>
 
17
-    <copy      file="../LICENSE"
 
18
+    <copy      file="LICENSE.txt"
 
19
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
 
20
     <jar    jarfile="${commons-el.jar}"
 
21
            manifest="${build.home}/conf/MANIFEST.MF">
 
22
@@ -257,7 +257,7 @@
 
23
     <copy  todir="${build.home}/classes/META-INF" filtering="on">
 
24
       <fileset dir="${conf.home}" includes="*.MF"/>
 
25
     </copy>
 
26
-    <copy      file="../LICENSE"
 
27
+    <copy      file="LICENSE.txt"
 
28
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
 
29
     <jar    jarfile="${commons-el.jar}"
 
30
            manifest="${build.home}/classes/META-INF/MANIFEST.MF">