You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2002/11/11 11:55:06 UTC

cvs commit: xml-cocoon2 module.xml

nicolaken    2002/11/11 02:55:06

  Modified:    .        module.xml
  Log:
  Separated the "projects" in a core, blocks, and supplied sections.
  We need to add chaperon, swf, xml-itext to the projects, to be able to tell gump where the jars are.
  Use the jisp one at the bottom as a template.
  
  Revision  Changes    Path
  1.15      +32 -9     xml-cocoon2/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/module.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- module.xml	29 Oct 2002 15:52:56 -0000	1.14
  +++ module.xml	11 Nov 2002 10:55:06 -0000	1.15
  @@ -8,6 +8,13 @@
   
     <cvs repository="xml"/>
   
  +  <!--
  +    ********************************************
  +    ********  MAIN COCOON CORE PROJECTS ********
  +    ********************************************
  +  -->
  +  
  +
     <project name="xml-cocoon2">
       <package>org.apache.cocoon</package>
   
  @@ -75,6 +82,12 @@
       <nag from="Sam Ruby &lt;rubys@us.ibm.com&gt;"
            to="peter@apache.org"/>
     </project>
  +  
  +  <!--
  +    ********************************************
  +    ********       COCOON BLOCKS        ********
  +    ********************************************
  +  -->
   
     <project name="fop-block">
       <package>org.apache.cocoon</package>
  @@ -194,15 +207,7 @@
            to="cocoon-dev@xml.apache.org"/>
       </project>
     
  -  <project name="jisp">
  -    <url href="http://www.coyotegulch.com/jisp/"/>
  -    <description>
  -      Java Indexed Serialization Package
  -    </description>
  -    <home nested="lib/optional"/>
  -    <jar name="Jisp2.0.1.jar"/>
  -  </project>
  -  
  + 
     <project name="session-fw-block">
       <package>org.apache.cocoon</package>
       
  @@ -306,4 +311,22 @@
       <nag from="Torsten Curdt &lt;tcurdt@apache.org&gt;"
            to="cocoon-dev@xml.apache.org"/>
     </project>
  +  
  +  <!--
  +    ********************************************
  +    ********  COCOON SUPPLIED PROJECTS  ********
  +    ********************************************
  +  -->  
  +  
  +  <project name="jisp">
  +    <url href="http://www.coyotegulch.com/jisp/"/>
  +    <description>
  +      Java Indexed Serialization Package
  +    </description>
  +    <home nested="lib/optional"/>
  +    <jar name="Jisp2.0.1.jar"/>
  +  </project>
  +  
  + 
  +
   </module>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org