You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
--- commons-el-1.0-src/build.xml.old 2003-12-17 16:00:14.000000000 +0200
|
|
+++ commons-el-1.0-src/build.xml 2003-12-17 16:00:27.000000000 +0200
|
|
@@ -230,8 +230,8 @@
|
|
<target name="dist" depends="compile,javadoc"
|
|
description="Create binary distribution">
|
|
<mkdir dir="${dist.home}"/>
|
|
- <copy file="../LICENSE"
|
|
- todir="${dist.home}"/>
|
|
+ <copy file="LICENSE.txt"
|
|
+ tofile="${dist.home}/LICENSE"/>
|
|
<copy file="RELEASE-NOTES.txt"
|
|
todir="${dist.home}"/>
|
|
<antcall target="jar"/>
|
|
@@ -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">
|