Changeset 1495:1bdd48dd5fb2

Show
Ignore:
Timestamp:
09/17/10 15:38:45 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

~ fixed manifest.mf filename

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build.xml

    r1281 r1495  
    7676        <target name="jar" depends="compile" description="--> compile and package Unicorn as a jar"> 
    7777                <mkdir dir="${dist.dir}"/> 
    78                 <jar jarfile="${dist.dir}/unicorn.jar" basedir="${build.dir}/classes" manifest="WebContent/META-INF/Manifest.MF"/> 
     78                <jar jarfile="${dist.dir}/unicorn.jar" basedir="${build.dir}/classes" manifest="WebContent/META-INF/MANIFEST.MF"/> 
    7979        </target> 
    8080