svn commit: r1147770 - in /ofbiz/trunk/specialpurpose/scrum: README.txt config/revision.properties servicedef/services.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1147770 - in /ofbiz/trunk/specialpurpose/scrum: README.txt config/revision.properties servicedef/services.xml

hansbak-2
Author: hansbak
Date: Mon Jul 18 07:46:44 2011
New Revision: 1147770

URL: http://svn.apache.org/viewvc?rev=1147770&view=rev
Log:
change antwebsystems.com to example.com as suggested by Adam: thanks for the comments!

Modified:
    ofbiz/trunk/specialpurpose/scrum/README.txt
    ofbiz/trunk/specialpurpose/scrum/config/revision.properties
    ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml

Modified: ofbiz/trunk/specialpurpose/scrum/README.txt
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/README.txt?rev=1147770&r1=1147769&r2=1147770&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/README.txt (original)
+++ ofbiz/trunk/specialpurpose/scrum/README.txt Mon Jul 18 07:46:44 2011
@@ -3,7 +3,6 @@ How to install the revision of task func
 
 Server requirements
 1. subversion
-2. libapache2-mod-python
 
 Installation (On server)
 
@@ -22,20 +21,20 @@ Installation (On server)
           anywhere that you wish but should be set the path of the file in commit.py file ("CONFIG_PATH=").
           Example:
           --------------------------------------------------------------------------------
-            revision.url =https://www.antwebsystems.com/svn/
-            ofbiz.webservice.url =http://www.antwebsystems.com/webtools/control/SOAPService
-            host.name =www.antwebsystems.com
+            revision.url =www.example.com/svn/
+            ofbiz.webservice.url =http://www.example.com/webtools/control/SOAPService
+            host.name =www.example.com
             host.port =80
             
             #-- subversion admin and password
-            svn.user=harry
-            svn.password=harryssecret
+            svn.user=demoUser
+            svn.password=demoPassword
           --------------------------------------------------------------------------------
 4. Change the location path of the updateScrumRevision service in .../scrum/servicedef/services.xml file.
           Example:
           --------------------------------------------------------------------------------
           <service name="updateScrumRevision" engine="soap" export="true"
-            location="http://www.antwebsystems.com/webtools/control/SOAPService" invoke="updateScrumRevisionChange">  // the same as ofbiz.webservice.url
+            location="http://www.example.com/webtools/control/SOAPService" invoke="updateScrumRevisionChange">
             <implements service="updateScrumRevisionChange"/>
           </service>
           --------------------------------------------------------------------------------

Modified: ofbiz/trunk/specialpurpose/scrum/config/revision.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/config/revision.properties?rev=1147770&r1=1147769&r2=1147770&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/config/revision.properties (original)
+++ ofbiz/trunk/specialpurpose/scrum/config/revision.properties Mon Jul 18 07:46:44 2011
@@ -19,16 +19,16 @@
 
 # -- The section
 [config]
-# -- revision url example : https://www.antwebsystems.com/svn/
-revision.url=https://www.antwebsystems.com/svn/
+# -- repositories url.
+revision.url=www.example.com/svn/
 
 # -- The  OFBiz Web Service url
-ofbiz.webservice.url=http://www.antwebsystems.com/webtools/control/SOAPService
+ofbiz.webservice.url=http://www.example.com/webtools/control/SOAPService
 
-# -- the Host name should be the name of host or by default "localhost"
-host.name=www.antwebsystems.com
+# -- the Host name
+host.name=www.example.com
 host.port=80
 
-# -- subversion user and password
-svn.user=general
-svn.password=general23
+# -- subversion user and password (subversion admin)
+svn.user=demoUser
+svn.password=demoPassword

Modified: ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml?rev=1147770&r1=1147769&r2=1147770&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml Mon Jul 18 07:46:44 2011
@@ -216,7 +216,7 @@
     </service>
     
     <service name="updateScrumRevision" engine="soap" export="true"
-        location="http://www.antwebsystems.com/webtools/control/SOAPService" invoke="updateScrumRevisionChange">
+        location="http://www.example.com/webtools/control/SOAPService" invoke="updateScrumRevisionChange">
         <implements service="updateScrumRevisionChange"/>
     </service>
     <service name="updateScrumRevisionChange" engine="simple" export="true" validate="false" require-new-transaction="true"