update dev300-m58
[ooovba.git] / apache-commons / patches / codec.patch
blobdea25ad263d2d16fd41144706860154641fab536
1 --- misc/build/commons-codec-1.3/build.xml-old 2008-01-31 15:28:58.000000000 +0100
2 +++ misc/build/commons-codec-1.3/build.xml 2008-01-31 15:29:21.000000000 +0100
3 @@ -90,14 +90,12 @@
4 </target>
5 <target name="dist" depends="compile,javadoc" description="Create binary distribution">
6 <mkdir dir="${dist.home}"/>
7 - <copy file="../LICENSE" todir="${dist.home}"/>
8 <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
9 <antcall target="jar"/>
10 </target>
11 <target name="jar" depends="compile" description="Create jar">
12 <mkdir dir="${dist.home}"/>
13 <mkdir dir="${build.home}/classes/META-INF"/>
14 - <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
15 <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
16 </target>
17 <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">