|
From: <mrp...@us...> - 2014-05-15 21:39:25
|
Revision: 8343
http://sourceforge.net/p/bigdata/code/8343
Author: mrpersonick
Date: 2014-05-15 21:39:21 +0000 (Thu, 15 May 2014)
Log Message:
-----------
fixed the rexster URL for the fetch-rexster task
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 2014-05-15 21:21:54 UTC (rev 8342)
+++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-05-15 21:39:21 UTC (rev 8343)
@@ -2592,7 +2592,7 @@
<target name="fetch-rexster" depends="prepare,compile,jar">
<echo>Installing Rexster...</echo>
<get
- src="http://www.tinkerpop.com/downloads/gremlin/rexster-console-2.5.0.zip"
+ src="http://www.tinkerpop.com/downloads/rexster/rexster-console-2.5.0.zip"
dest="${build.dir}/rexster-console-2.5.0.zip"/>
<unzip src="${build.dir}/rexster-console-2.5.0.zip" dest="${build.dir}/"/>
<delete file="${build.dir}/rexster-console-2.5.0.zip"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|