[jsword-svn] r2297 - trunk/jsword-web
dmsmith at crosswire.org
dmsmith at crosswire.org
Sun Mar 10 17:37:51 MST 2013
Author: dmsmith
Date: 2013-03-10 17:37:50 -0700 (Sun, 10 Mar 2013)
New Revision: 2297
Modified:
trunk/jsword-web/build.xml
Log:
build improvements
Modified: trunk/jsword-web/build.xml
===================================================================
--- trunk/jsword-web/build.xml 2013-03-11 00:27:59 UTC (rev 2296)
+++ trunk/jsword-web/build.xml 2013-03-11 00:37:50 UTC (rev 2297)
@@ -51,7 +51,7 @@
<target name="install.extra"
description="Create extra project packaging">
- <copy todir="${jsword.bd.dir}">
+ <copy todir="${website.jsword.dir}">
<fileset dir="${dest.install.web.dir}">
<exclude name="*-bin.tar.gz" />
<exclude name="*-doc.tar.gz" />
@@ -61,7 +61,7 @@
<exclude name="*-src.zip" />
</fileset>
</copy>
- <copy todir="${jsword.bd.dir}">
+ <copy todir="${website.jsword.dir}">
<fileset dir="${dest.install.web.dir}">
<include name="*-bin.tar.gz" />
<include name="*-doc.tar.gz" />
More information about the jsword-svn
mailing list