You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/27 15:23:10 UTC

svn commit: rev 30782 - forrest/trunk/src/forrestbot/webapp/src/conf

Author: brondsem
Date: Tue Jul 27 06:23:09 2004
New Revision: 30782

Modified:
   forrest/trunk/src/forrestbot/webapp/src/conf/groups.xml
   forrest/trunk/src/forrestbot/webapp/src/conf/projects.xml
   forrest/trunk/src/forrestbot/webapp/src/conf/settings.properties
   forrest/trunk/src/forrestbot/webapp/src/conf/users.xml
Log:
updated list of projects; better comments

Modified: forrest/trunk/src/forrestbot/webapp/src/conf/groups.xml
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/conf/groups.xml	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/conf/groups.xml	Tue Jul 27 06:23:09 2004
@@ -17,21 +17,24 @@
 
 <!-- 
 if a user is in the same group as a project, they have access to build it
+
+The projects and users must also be specified in projects.xml and users.xml, respectively
 -->
 <groups>
     <group id="All Projects">
         <!-- projects -->
-        <user id="xml-forrest"/>
-        <user id="xml-forrest-krysalis"/>
-        <user id="xml-forrest-template"/>
-        <user id="xml-xindice"/>
-        <user id="incubator-site"/>
-        <user id="xml-site"/>
-        <user id="xml-fop"/>
-        <user id="avalon-site"/>
         <user id="avalon-phoenix"/>
-        <user id="krysalis-centipede"/>
+        <user id="avalon-site"/>
+        <user id="cocoon-site"/>
+        <user id="forrest"/>
+        <user id="forrest-krysalis"/>
+        <user id="forrest-seed"/>
+        <user id="incubator"/>
         <user id="ws-site"/>
+        <user id="xml-fop"/>
+        <user id="xml-site"/>
+        <user id="xml-xindice"/>
+        <user id="xml-xmlbeans"/>
         
         <!-- users -->
         <user id="forrest-dev"/>

Modified: forrest/trunk/src/forrestbot/webapp/src/conf/projects.xml
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/conf/projects.xml	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/conf/projects.xml	Tue Jul 27 06:23:09 2004
@@ -15,16 +15,18 @@
   limitations under the License.
 -->
 
+<!-- list of all projects; should correspond to projects buildfiles in your 'config-dir' directory -->
 <users>
-    <user id="xml-forrest"/>
-    <user id="xml-forrest-krysalis"/>
-    <user id="xml-forrest-template"/>
-    <user id="xml-xindice"/>
-    <user id="incubator-site"/>
-    <user id="xml-site"/>
-    <user id="xml-fop"/>
-    <user id="avalon-site"/>
     <user id="avalon-phoenix"/>
-    <user id="krysalis-centipede"/>
+    <user id="avalon-site"/>
+    <user id="cocoon-site"/>
+    <user id="forrest"/>
+    <user id="forrest-krysalis"/>
+    <user id="forrest-seed"/>
+    <user id="incubator"/>
     <user id="ws-site"/>
+    <user id="xml-fop"/>
+    <user id="xml-site"/>
+    <user id="xml-xindice"/>
+    <user id="xml-xmlbeans"/>
 </users>

Modified: forrest/trunk/src/forrestbot/webapp/src/conf/settings.properties
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/conf/settings.properties	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/conf/settings.properties	Tue Jul 27 06:23:09 2004
@@ -18,8 +18,8 @@
 # all of the following should be absolute
 #
 # forrest executable
-#forrest-exec=/path/to/xml-forrest/bin/forrest
-#forrest-exec=d:/path/to/xml-forrest/bin/forrest.bat
+#forrest-exec=/path/to/forrest/src/core/bin/forrest
+#forrest-exec=d:/path/to/forrest/src/core/bin/forrest.bat
 #
 # directory that contains the forrestbot definition files for each site
 #config-dir=/path/to/somewhere/conf
@@ -41,7 +41,7 @@
 #targets.build=build
 #targets.deploy=deploy
 
-forrest-exec=c:/path/to/forrest/bin/forrest.bat
+forrest-exec=c:/path/to/forrest/src/core/bin/forrest.bat
 
 config-dir=c:/path/to/forrestbot/projects
 logs-dir=c:/some/path/to/build/logs

Modified: forrest/trunk/src/forrestbot/webapp/src/conf/users.xml
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/conf/users.xml	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/conf/users.xml	Tue Jul 27 06:23:09 2004
@@ -16,5 +16,6 @@
 -->
 
 <users>
+    <!-- list all users and passwords -->
     <user id="forrest-dev" password="forrest-dev"/>
 </users>