File: 01build_xml_license_location_patch.patch

package info (click to toggle)
libcommons-el-java 1.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 953
  • sloc: java: 7,781; xml: 217; makefile: 17
file content (30 lines) | stat: -rw-r--r-- 1,402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -urNad /home/arnaud/debian/ITP/jakarta/libcommons-el-java-1.0/build.xml libcommons-el-java-1.0/build.xml
--- /home/arnaud/debian/ITP/jakarta/libcommons-el-java-1.0/build.xml	2003-06-07 00:35:28.000000000 +0200
+++ libcommons-el-java-1.0/build.xml	2003-07-02 11:04:37.000000000 +0200
@@ -230,7 +230,7 @@
   <target name="dist" depends="compile,javadoc"
    description="Create binary distribution">
     <mkdir      dir="${dist.home}"/>
-    <copy      file="../LICENSE"
+    <copy      file="LICENSE.txt"
               todir="${dist.home}"/>
     <copy      file="RELEASE-NOTES.txt"
               todir="${dist.home}"/>
@@ -242,7 +242,7 @@
    description="Create jar">
     <mkdir      dir="${dist.home}"/>
     <mkdir      dir="${build.home}/classes/META-INF"/>
-    <copy      file="../LICENSE"
+    <copy      file="LICENSE.txt"
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
     <jar    jarfile="${commons-el.jar}"
            manifest="${build.home}/conf/MANIFEST.MF">
@@ -257,7 +257,7 @@
     <copy  todir="${build.home}/classes/META-INF" filtering="on">
       <fileset dir="${conf.home}" includes="*.MF"/>
     </copy>
-    <copy      file="../LICENSE"
+    <copy      file="LICENSE.txt"
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
     <jar    jarfile="${commons-el.jar}"
            manifest="${build.home}/classes/META-INF/MANIFEST.MF">