You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2003/12/25 21:01:38 UTC

cvs commit: xml-forrest/scratchpad/forrestbot2 cocoon-site.xml incubator.xml avalon-phoenix.xml avalon-site.xml sf-struts.xml ws-site.xml xml-fop.xml xml-site.xml xml-xindice.xml xml-xmlbeans.xml

brondsem    2003/12/25 12:01:38

  Modified:    scratchpad/forrestbot2 avalon-phoenix.xml avalon-site.xml
                        sf-struts.xml ws-site.xml xml-fop.xml xml-site.xml
                        xml-xindice.xml xml-xmlbeans.xml
  Added:       scratchpad/forrestbot2 cocoon-site.xml incubator.xml
  Log:
  most working now
  
  Revision  Changes    Path
  1.2       +0 -4      xml-forrest/scratchpad/forrestbot2/avalon-phoenix.xml
  
  Index: avalon-phoenix.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/avalon-phoenix.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- avalon-phoenix.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ avalon-phoenix.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,10 +1,6 @@
   <?xml version="1.0"?>
   <project name="avalon-phoenix" default="main">
   
  -  <!--
  -  <property name="project.root-dir" value="${user.home}/apache/avalon/avalon-phoenix"/>
  -  <target name="getsrc" depends="local.getsrc"/>
  -  -->
     <import file="core/forrestbot.xml"/>
   
   </project>
  
  
  
  1.2       +0 -4      xml-forrest/scratchpad/forrestbot2/avalon-site.xml
  
  Index: avalon-site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/avalon-site.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- avalon-site.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ avalon-site.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,10 +1,6 @@
   <?xml version="1.0"?>
   <project name="avalon-site" default="main">
   
  -  <!--
  -  <property name="project.root-dir" value="${user.home}/apache/avalon/avalon-site"/>
  -  <target name="getsrc" depends="local.getsrc"/>
  -  -->
     <import file="core/forrestbot.xml"/>
   
   </project>
  
  
  
  1.2       +5 -10     xml-forrest/scratchpad/forrestbot2/sf-struts.xml
  
  Index: sf-struts.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/sf-struts.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sf-struts.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ sf-struts.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,18 +1,13 @@
   <?xml version="1.0"?>
   <project name="struts-site" default="main">
   
  -  <property name="user" value="anonymous"/>
  -  <property name="password" value=""/>
  -  <property name="root" value="/cvsroot/struts"/>
  -  <property name="host" value="cvs.sourceforge.net"/>
  -  <property name="module" value="${ant.project.name}"/>
  +  <property name="getsrc.cvs.user" value="anonymous"/>
  +  <property name="getsrc.cvs.password" value=""/>
  +  <property name="getsrc.cvs.root" value="/cvsroot/struts"/>
  +  <property name="getsrc.cvs.host" value="cvs.sourceforge.net"/>
  +  <property name="getsrc.cvs.module" value="${ant.project.name}"/>
   
     <import file="core/forrestbot.xml"/>
  -
  -  <target name="getsrc" depends="cvs.getsrc"/>
  -
  -  <!-- <target name="notify" depends="email.notify-onfail"/> -->
  -  <target name="notify" depends="local.notify"/>
   
   </project>
    
  
  
  
  1.2       +0 -4      xml-forrest/scratchpad/forrestbot2/ws-site.xml
  
  Index: ws-site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/ws-site.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ws-site.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ ws-site.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,10 +1,6 @@
   <?xml version="1.0"?>
   <project name="ws-site" default="main">
   
  -  <!--
  -  <property name="project.root-dir" value="${user.home}/apache/ws/ws-site"/>
  -  <target name="getsrc" depends="local.getsrc"/>
  -  -->
     <import file="core/forrestbot.xml"/>
   
   </project>
  
  
  
  1.2       +0 -4      xml-forrest/scratchpad/forrestbot2/xml-fop.xml
  
  Index: xml-fop.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/xml-fop.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-fop.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ xml-fop.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,10 +1,6 @@
   <?xml version="1.0"?>
   <project name="xml-fop" default="main">
   
  -  <!--
  -  <property name="project.root-dir" value="${user.home}/apache/xml/xml-fop"/>
  -  <target name="getsrc" depends="local.getsrc"/>
  -  -->
     <import file="core/forrestbot.xml"/>
   
   </project>
  
  
  
  1.2       +0 -4      xml-forrest/scratchpad/forrestbot2/xml-site.xml
  
  Index: xml-site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/xml-site.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-site.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ xml-site.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,10 +1,6 @@
   <?xml version="1.0"?>
   <project name="xml-site" default="main">
   
  -  <!--
  -  <property name="project.root-dir" value="${user.home}/apache/xml/xml-site"/>
  -  <target name="getsrc" depends="local.getsrc"/>
  -  -->
     <import file="core/forrestbot.xml"/>
   
   </project>
  
  
  
  1.2       +0 -4      xml-forrest/scratchpad/forrestbot2/xml-xindice.xml
  
  Index: xml-xindice.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/xml-xindice.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-xindice.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ xml-xindice.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,10 +1,6 @@
   <?xml version="1.0"?>
   <project name="xml-xindice" default="main">
   
  -  <!--
  -  <property name="project.root-dir" value="${user.home}/apache/xml/xml-xindice"/>
  -  <target name="getsrc" depends="local.getsrc"/>
  -  -->
     <import file="core/forrestbot.xml"/>
   
   </project>
  
  
  
  1.2       +1 -3      xml-forrest/scratchpad/forrestbot2/xml-xmlbeans.xml
  
  Index: xml-xmlbeans.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/xml-xmlbeans.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-xmlbeans.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ xml-xmlbeans.xml	25 Dec 2003 20:01:38 -0000	1.2
  @@ -1,11 +1,9 @@
   <?xml version="1.0"?>
   <project name="xml-xmlbeans" default="main">
   
  -  <property name="project.root-dir" value="website"/>
  +  <property name="getsrc.cvs.module" value="xml-xmlbeans/website"/>
   
     <import file="core/forrestbot.xml"/>
  -
  -  <!--<target name="getsrc" depends="local.getsrc"/>-->
   
   </project>
    
  
  
  
  1.1                  xml-forrest/scratchpad/forrestbot2/cocoon-site.xml
  
  Index: cocoon-site.xml
  ===================================================================
  <?xml version="1.0"?>
  <project name="cocoon-site" default="main">
  
    <import file="core/forrestbot.xml"/>
  
  </project>
   
  
  
  
  1.1                  xml-forrest/scratchpad/forrestbot2/incubator.xml
  
  Index: incubator.xml
  ===================================================================
  <?xml version="1.0"?>
  <project name="incubator" default="main">
  
    <import file="core/forrestbot.xml"/>
  
  </project>