No worries - thanks for jumping in and fixing :)

On 11/9/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:
Hi,

if someone wonders why I suddenly did this commit.

I am working on slide, and would like commons-codec to build in gump,
because slide depends on commons-codec.

Best regards,


Antoine
-------- Original-Nachricht --------
Datum: Thu, 09 Nov 2006 18:54:40 -0000
Von: [EMAIL PROTECTED]
An: [EMAIL PROTECTED]
Betreff: svn commit: r473021 - /jakarta/commons/proper/codec/trunk/build.xml

> Author: antoine
> Date: Thu Nov  9 10:54:39 2006
> New Revision: 473021
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=473021
> Log:
> make build in gump
>
> Modified:
>     jakarta/commons/proper/codec/trunk/build.xml
>
> Modified: jakarta/commons/proper/codec/trunk/build.xml
> URL:
> 
http://svn.apache.org/viewvc/jakarta/commons/proper/codec/trunk/build.xml?view=diff&rev=473021&r1=473020&r2=473021
> ==============================================================================
> --- jakarta/commons/proper/codec/trunk/build.xml (original)
> +++ jakarta/commons/proper/codec/trunk/build.xml Thu Nov  9 10:54:39 2006
> @@ -90,14 +90,14 @@
>      </target>
>      <target name="dist" depends="compile,javadoc" description="Create
> binary distribution">
>          <mkdir dir="${dist.home}"/>
> -        <copy file="${basedir}/LICENSE" todir="${dist.home}"/>
> +        <copy file="${basedir}/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="${basedir}/LICENSE"
> tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
> +        <copy file="${basedir}/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}">
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to