[sword-cvs] r63 - trunk
Apache
apache at crosswire.org
Sun Sep 26 23:17:33 MST 2004
Author:
Date: 2004-09-26 23:17:33 -0700 (Sun, 26 Sep 2004)
New Revision: 63
Modified:
trunk/build.xml
Log:
Added manifest to build.xml so we get an executable jar.
-TAG
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2004-09-27 06:03:42 UTC (rev 62)
+++ trunk/build.xml 2004-09-27 06:17:33 UTC (rev 63)
@@ -72,7 +72,7 @@
=========================================================================-->
<target name="build" depends="compile, jar.check, keygen" unless="jar.uptodate" description="Run a full build">
<mkdir dir="${target.install}"/>
- <jar jarfile="${target.install}/${ant.project.name}.jar">
+ <jar jarfile="${target.install}/${ant.project.name}.jar" manifest="${target.classes}/org/crosswire/flashcards/flashcards.manifest">
<fileset dir="${target.classes}"/>
<fileset dir="${source.root}" includes="lessons/**/*"/>
</jar>
More information about the sword-cvs
mailing list