[jsword-svn] r2290 - trunk/bibledesktop

dmsmith at crosswire.org dmsmith at crosswire.org
Sun Mar 10 06:59:17 MST 2013


Author: dmsmith
Date: 2013-03-10 06:59:17 -0700 (Sun, 10 Mar 2013)
New Revision: 2290

Modified:
   trunk/bibledesktop/build.xml
Log:
build improvements

Modified: trunk/bibledesktop/build.xml
===================================================================
--- trunk/bibledesktop/build.xml	2013-03-10 03:51:29 UTC (rev 2289)
+++ trunk/bibledesktop/build.xml	2013-03-10 13:59:17 UTC (rev 2290)
@@ -49,14 +49,13 @@
 		<!-- Create the installation directory -->
 		<mkdir dir="${dest.install.dir}"/>
 
-		<antcall target="package.linux"/>
 		<antcall target="package.webstart"/>
 		<antcall target="package.macosx"/>
 		<antcall target="package.windows"/>
 	</target>
 
 	<!-- Package the command-line distribution -->
-	<target name="package.linux">
+	<target name="package.bin">
 		<property name="name.versioned" value="${ant.project.name}-${release.version}"/>
 		<property name="name.timestamped" value="${dest.install.dir}/${name.versioned}-${today}"/>
 




More information about the jsword-svn mailing list