Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main-src > by-pkgid > 22994d8d42352d973bddc9ebe8b2696d > files > 1

commons-codec-1.3-3ark.src.rpm

--- commons-codec-1.3/build.xml.ark	2005-07-18 23:35:14.000000000 +0200
+++ commons-codec-1.3/build.xml	2005-07-18 23:35:27.000000000 +0200
@@ -90,14 +90,14 @@
     </target>
     <target name="dist" depends="compile,javadoc" description="Create binary distribution">
         <mkdir dir="${dist.home}"/>
-        <copy file="../LICENSE" todir="${dist.home}"/>
+        <copy file="LICENSE.txt" todir="${dist.home}"/>
         <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
         <antcall target="jar"/>
     </target>
     <target name="jar" depends="compile" description="Create jar">
         <mkdir dir="${dist.home}"/>
         <mkdir dir="${build.home}/classes/META-INF"/>
-        <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
+        <copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
         <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
     </target>
     <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">