|
From: <tho...@us...> - 2014-06-03 14:58:12
|
Revision: 8442
http://sourceforge.net/p/bigdata/code/8442
Author: thompsonbry
Date: 2014-06-03 14:58:09 +0000 (Tue, 03 Jun 2014)
Log Message:
-----------
Documentation for the start-bigdata ant 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-06-03 14:40:41 UTC (rev 8441)
+++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-06-03 14:58:09 UTC (rev 8442)
@@ -2628,7 +2628,7 @@
</java>
</target>
- <target name="start-bigdata" depends="compile" description="Start the Bigdata Server.">
+ <target name="start-bigdata" depends="compile" description="Start the Bigdata Server (triples mode).">
<java classname="com.bigdata.rdf.sail.webapp.NanoSparqlServer" failonerror="true" fork="true" logerror="true">
<classpath refid="runtime.classpath" />
<jvmarg value="-server"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|