Dash:
[t2-trunk.git] / package / java / commons-codec / licensedir.patch
blob4678ac220da737f9aad8e97925032f5e2eb4e7f8
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../commons-codec/licensedir.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- commons-codec-1.3/build.xml 2004-05-24 01:30:33.000000000 +0200
17 +++ commons-codec-1.3-patch/build.xml 2005-07-26 21:56:39.104650128 +0200
18 @@ -90,14 +90,14 @@
19 </target>
20 <target name="dist" depends="compile,javadoc" description="Create binary distribution">
21 <mkdir dir="${dist.home}"/>
22 - <copy file="../LICENSE" todir="${dist.home}"/>
23 + <copy file="LICENSE.txt" todir="${dist.home}"/>
24 <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
25 <antcall target="jar"/>
26 </target>
27 <target name="jar" depends="compile" description="Create jar">
28 <mkdir dir="${dist.home}"/>
29 <mkdir dir="${build.home}/classes/META-INF"/>
30 - <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
31 + <copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
32 <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
33 </target>
34 <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">