|
From: <to...@us...> - 2008-02-08 04:43:31
|
Revision: 110
http://xoperator.svn.sourceforge.net/xoperator/?rev=110&view=rev
Author: tomatop
Date: 2008-02-07 20:43:37 -0800 (Thu, 07 Feb 2008)
Log Message:
-----------
start scripts, now without parameters
Added Paths:
-----------
trunk/xOperator/dist/start.bat
trunk/xOperator/dist/start.sh
Added: trunk/xOperator/dist/start.bat
===================================================================
--- trunk/xOperator/dist/start.bat (rev 0)
+++ trunk/xOperator/dist/start.bat 2008-02-08 04:43:37 UTC (rev 110)
@@ -0,0 +1,4 @@
+rem for a xoperator.properties at a different location,
+rem simply add the path to the file as a single parameter,
+rem e.g.: java -jar agent.jar ../stuff/xoperator.properties
+java -jar agent.jar
\ No newline at end of file
Added: trunk/xOperator/dist/start.sh
===================================================================
--- trunk/xOperator/dist/start.sh (rev 0)
+++ trunk/xOperator/dist/start.sh 2008-02-08 04:43:37 UTC (rev 110)
@@ -0,0 +1,4 @@
+# for a xoperator.properties at a different location,
+# simply add the path to the file as a single parameter,
+# e.g.: java -jar agent.jar ../stuff/xoperator.properties
+java -jar agent.jar
Property changes on: trunk/xOperator/dist/start.sh
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|