|
From: <ku...@us...> - 2008-02-12 12:31:58
|
Revision: 113
http://xoperator.svn.sourceforge.net/xoperator/?rev=113&view=rev
Author: kurzum
Date: 2008-02-12 04:32:01 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
changed filename
Modified Paths:
--------------
trunk/xOperator/dist/start.bat
Added Paths:
-----------
trunk/xOperator/dist/xoperator.properties-dist
Removed Paths:
-------------
trunk/xOperator/dist/xoperator.properties
Modified: trunk/xOperator/dist/start.bat
===================================================================
--- trunk/xOperator/dist/start.bat 2008-02-12 12:25:10 UTC (rev 112)
+++ trunk/xOperator/dist/start.bat 2008-02-12 12:32:01 UTC (rev 113)
@@ -1,4 +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
+@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
Deleted: trunk/xOperator/dist/xoperator.properties
===================================================================
--- trunk/xOperator/dist/xoperator.properties 2008-02-12 12:25:10 UTC (rev 112)
+++ trunk/xOperator/dist/xoperator.properties 2008-02-12 12:32:01 UTC (rev 113)
@@ -1,35 +0,0 @@
-#In this file the initial configuraiton of the xOperator is defined.
-#The default behavior is to load the properties from the xoperator.properties file.
-#By giving an additional parameter to the program an other file can be selected, see
-#the accompanying scripts.
-
-#At least one jabber account is necessary for the xOperator to run.
-#When using it as a personal agent and you dont't want to share
-#it, the propxy account info is also needed.
-
-#the full jid, e.g. som...@so...
-main_username=xxxx
-
-#the password for this account
-main_password=yyyy
-
-#server has only to be defined, when it is different from the domain part of the jid,
-#which is the case for example for gmail
-#main_server=
-
-#has only to be set if different from thestandard port.
-#main_port=
-
-#if set to true, no proxy account is necessary and the main account is
-#used for interaction
-standanlone=false
-
-#enable inter-agent communication, not working properly at this moment.
-p2penabled=false
-
-
-#comment the following lines out, in case you want to have
-proxy_username=xxxx
-proxy_password=yyyy
-#proxy_server=
-#proxy_port=
\ No newline at end of file
Copied: trunk/xOperator/dist/xoperator.properties-dist (from rev 112, trunk/xOperator/dist/xoperator.properties)
===================================================================
--- trunk/xOperator/dist/xoperator.properties-dist (rev 0)
+++ trunk/xOperator/dist/xoperator.properties-dist 2008-02-12 12:32:01 UTC (rev 113)
@@ -0,0 +1,35 @@
+#In this file the initial configuraiton of the xOperator is defined.
+#The default behavior is to load the properties from the xoperator.properties file.
+#By giving an additional parameter to the program an other file can be selected, see
+#the accompanying scripts.
+
+#At least one jabber account is necessary for the xOperator to run.
+#When using it as a personal agent and you dont't want to share
+#it, the propxy account info is also needed.
+
+#the full jid, e.g. som...@so...
+main_username=xxxx
+
+#the password for this account
+main_password=yyyy
+
+#server has only to be defined, when it is different from the domain part of the jid,
+#which is the case for example for gmail
+#main_server=
+
+#has only to be set if different from thestandard port.
+#main_port=
+
+#if set to true, no proxy account is necessary and the main account is
+#used for interaction
+standanlone=false
+
+#enable inter-agent communication, not working properly at this moment.
+p2penabled=false
+
+
+#comment the following lines out, in case you want to have
+proxy_username=xxxx
+proxy_password=yyyy
+#proxy_server=
+#proxy_port=
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|