Kaydet (Commit) f0a29602 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix patch eol issue in apache_commons_codec

Change-Id: Ie03b654538fc18d02c33aadd7e99fe76b29bef56
üst a00c4e02
...@@ -11,6 +11,10 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,apache_commons_codec)) ...@@ -11,6 +11,10 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,apache_commons_codec))
$(eval $(call gb_UnpackedTarball_set_tarball,apache_commons_codec,$(APACHE_COMMONS_CODEC_TARBALL))) $(eval $(call gb_UnpackedTarball_set_tarball,apache_commons_codec,$(APACHE_COMMONS_CODEC_TARBALL)))
$(eval $(call gb_UnpackedTarball_fix_end_of_line,apache_commons_codec,\
build.xml \
))
$(eval $(call gb_UnpackedTarball_add_patches,apache_commons_codec,\ $(eval $(call gb_UnpackedTarball_add_patches,apache_commons_codec,\
apache-commons/patches/codec.patch \ apache-commons/patches/codec.patch \
)) ))
......
--- misc/build/commons-codec-1.3/build.xml-old 2008-01-31 15:28:58.000000000 +0100 --- misc/build/commons-codec-1.3/build.xml-old 2008-01-31 15:28:58.000000000 +0100
+++ misc/build/commons-codec-1.3/build.xml 2008-01-31 15:29:21.000000000 +0100 +++ misc/build/commons-codec-1.3/build.xml 2008-01-31 15:29:21.000000000 +0100
@@ -90,14 +90,12 @@ @@ -90,14 +90,12 @@
</target> </target>
<target name="dist" depends="compile,javadoc" description="Create binary distribution"> <target name="dist" depends="compile,javadoc" description="Create binary distribution">
<mkdir dir="${dist.home}"/> <mkdir dir="${dist.home}"/>
- <copy file="../LICENSE" todir="${dist.home}"/> - <copy file="../LICENSE" todir="${dist.home}"/>
<copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/> <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
<antcall target="jar"/> <antcall target="jar"/>
</target> </target>
<target name="jar" depends="compile" description="Create jar"> <target name="jar" depends="compile" description="Create jar">
<mkdir dir="${dist.home}"/> <mkdir dir="${dist.home}"/>
<mkdir dir="${build.home}/classes/META-INF"/> <mkdir dir="${build.home}/classes/META-INF"/>
- <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/> - <copy file="../LICENSE" 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"/> <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
</target> </target>
<target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}"> <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment