changeset: 1243:a44e1f026070 user: Thomas Gambet <tgambet@w3.org> date: Mon Jun 14 13:05:23 2010 -0400 files: build.xml description: specifies manifest file for jar task diff -r 5469f5f0128f -r a44e1f026070 build.xml --- a/build.xml Mon Jun 14 13:04:10 2010 -0400 +++ b/build.xml Mon Jun 14 13:05:23 2010 -0400 @@ -30,9 +30,9 @@ </copy> </target> - <target name="jar" depends="compile" description="Generate unicorn.jar" > + <target name="jar" depends="compile" description="Generate unicorn.jar"> <mkdir dir="${dist}"/> - <jar jarfile="${dist}/unicorn.jar" basedir="${build}"/> + <jar jarfile="${dist}/unicorn.jar" basedir="${build}/classes" manifest="WebContent/META-INF/Manifest.MF"/> </target> <target name="clean" description="clean up" >Received on Tuesday, 15 June 2010 17:34:56 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:45 UTC