[jsword-svn] r2292 - trunk/bibledesktop
dmsmith at crosswire.org
dmsmith at crosswire.org
Sun Mar 10 12:56:49 MST 2013
Author: dmsmith
Date: 2013-03-10 12:56:49 -0700 (Sun, 10 Mar 2013)
New Revision: 2292
Modified:
trunk/bibledesktop/build.xml
Log:
build improvements
Modified: trunk/bibledesktop/build.xml
===================================================================
--- trunk/bibledesktop/build.xml 2013-03-10 19:26:42 UTC (rev 2291)
+++ trunk/bibledesktop/build.xml 2013-03-10 19:56:49 UTC (rev 2292)
@@ -47,18 +47,9 @@
</target>
<!--=======================================================================-->
- <target name="package">
+ <target name="package.extra"
+ depends="package.webstart, package.macosx, package.windows"/>
- <echo message="Building distribution: installed files in: ${dest.install.dir}"/>
-
- <!-- Create the installation directory -->
- <mkdir dir="${dest.install.dir}"/>
-
- <antcall target="package.webstart"/>
- <antcall target="package.macosx"/>
- <antcall target="package.windows"/>
- </target>
-
<!-- Package the command-line distribution -->
<target name="package.bin">
<mkdir dir="${dest.install.dir}"/>
More information about the jsword-svn
mailing list