|
From: <tho...@us...> - 2013-11-10 16:21:12
|
Revision: 7524
http://bigdata.svn.sourceforge.net/bigdata/?rev=7524&view=rev
Author: thompsonbry
Date: 2013-11-10 16:21:06 +0000 (Sun, 10 Nov 2013)
Log Message:
-----------
Further modified to copy reggie.jar into bigdata-test/lib for lookupStarter start/stop.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/build.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/build.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/build.xml 2013-11-10 16:11:10 UTC (rev 7523)
+++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2013-11-10 16:21:06 UTC (rev 7524)
@@ -1715,6 +1715,7 @@
<delete file="${bigdata-test.lib}/jsk-platform.jar" quiet="true" />
<delete file="${bigdata-test.lib}/jsk-lib.jar" quiet="true" />
<delete file="${bigdata-test.lib}/start.jar" quiet="true" />
+ <delete file="${bigdata-test.lib}/reggie.jar" quiet="true" />
<delete file="${bigdata-test.lib}/bigdata.jar" quiet="true" />
<copy file="${dist.lib}/log4j.jar"
@@ -1725,6 +1726,8 @@
todir="${bigdata-test.lib}" />
<copy file="${dist.lib}/start.jar"
todir="${bigdata-test.lib}" />
+ <copy file="${dist.lib}/reggie.jar"
+ todir="${bigdata-test.lib}" />
<copy file="${dist.lib}/bigdata.jar"
todir="${bigdata-test.lib}" />
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|