- From: Mercurial notifier <nobody@w3.org>
- Date: Fri, 17 Sep 2010 15:39:26 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1495:1bdd48dd5fb2
tag: tip
user: Thomas Gambet <tgambet@w3.org>
date: Fri Sep 17 11:38:45 2010 -0400
files: build.xml
description:
~ fixed manifest.mf filename
diff -r 7fdf0d421975 -r 1bdd48dd5fb2 build.xml
--- a/build.xml Thu Sep 16 16:28:19 2010 -0400
+++ b/build.xml Fri Sep 17 11:38:45 2010 -0400
@@ -75,7 +75,7 @@
<target name="jar" depends="compile" description="--> compile and package Unicorn as a jar">
<mkdir dir="${dist.dir}"/>
- <jar jarfile="${dist.dir}/unicorn.jar" basedir="${build.dir}/classes" manifest="WebContent/META-INF/Manifest.MF"/>
+ <jar jarfile="${dist.dir}/unicorn.jar" basedir="${build.dir}/classes" manifest="WebContent/META-INF/MANIFEST.MF"/>
</target>
<target name="compress-css" description="--> compress Unicorn css file using YUI Compressor">
Received on Friday, 17 September 2010 15:39:31 UTC