|
From: <ku...@us...> - 2008-02-12 12:34:42
|
Revision: 114
http://xoperator.svn.sourceforge.net/xoperator/?rev=114&view=rev
Author: kurzum
Date: 2008-02-12 04:34:47 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
removed files from ignored folder dist and moved them to scripts, also added property-dist files
Added Paths:
-----------
trunk/xOperator/scripts/xoperator.properties-dist
trunk/xOperator/scripts/xoperator.properties-dist_standalone
Removed Paths:
-------------
trunk/xOperator/dist/start.bat
trunk/xOperator/dist/start.sh
trunk/xOperator/dist/xoperator.properties-dist
Deleted: trunk/xOperator/dist/start.bat
===================================================================
--- trunk/xOperator/dist/start.bat 2008-02-12 12:32:01 UTC (rev 113)
+++ trunk/xOperator/dist/start.bat 2008-02-12 12:34:47 UTC (rev 114)
@@ -1,4 +0,0 @@
-@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/start.sh
===================================================================
--- trunk/xOperator/dist/start.sh 2008-02-12 12:32:01 UTC (rev 113)
+++ trunk/xOperator/dist/start.sh 2008-02-12 12:34:47 UTC (rev 114)
@@ -1,4 +0,0 @@
-# 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
Deleted: trunk/xOperator/dist/xoperator.properties-dist
===================================================================
--- trunk/xOperator/dist/xoperator.properties-dist 2008-02-12 12:32:01 UTC (rev 113)
+++ trunk/xOperator/dist/xoperator.properties-dist 2008-02-12 12:34:47 UTC (rev 114)
@@ -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/scripts/xoperator.properties-dist (from rev 113, trunk/xOperator/dist/xoperator.properties-dist)
===================================================================
--- trunk/xOperator/scripts/xoperator.properties-dist (rev 0)
+++ trunk/xOperator/scripts/xoperator.properties-dist 2008-02-12 12:34:47 UTC (rev 114)
@@ -0,0 +1,46 @@
+##xOperator property file
+##the standard name for this file should be
+##'xoperator.properties'
+##rename the file to make it work
+
+##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 another 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 proxy account info is also needed.
+##the main jabber account is your normal jabber account
+##the proxy jabber account is the separate account for yout xOperator
+
+#***MAIN************
+##your 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=talk.google.com
+
+
+##has only to be set if different from thestandard port.
+#main_port=
+
+#***PROXY************
+##if set to true, no proxy account is necessary and the main account is
+##used for interaction
+standalone=false
+
+##enable inter-agent communication, not working properly at this moment.
+p2penabled=false
+
+
+##outcomment the following lines, in case you want to have
+##a proxy and put standalone above on false
+proxy_username=xxxx
+proxy_password=yyyy
+#proxy_server=
+#proxy_port=
\ No newline at end of file
Added: trunk/xOperator/scripts/xoperator.properties-dist_standalone
===================================================================
--- trunk/xOperator/scripts/xoperator.properties-dist_standalone (rev 0)
+++ trunk/xOperator/scripts/xoperator.properties-dist_standalone 2008-02-12 12:34:47 UTC (rev 114)
@@ -0,0 +1,46 @@
+##xOperator property file
+##the standard name for this file should be
+##'xoperator.properties'
+##rename the file to make it work
+
+##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 another 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 proxy account info is also needed.
+##the main jabber account is your normal jabber account
+##the proxy jabber account is the separate account for yout xOperator
+
+#***MAIN************
+##your 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=talk.google.com
+
+
+##has only to be set if different from thestandard port.
+#main_port=
+
+#***PROXY************
+##if set to true, no proxy account is necessary and the main account is
+##used for interaction
+standalone=true
+
+##enable inter-agent communication, not working properly at this moment.
+p2penabled=false
+
+
+##outcomment the following lines, in case you want to have
+##a proxy and put standalone above on false
+#proxy_username=
+#proxy_password=
+#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.
|