- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 15 Jun 2010 13:32:20 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
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