You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by bo...@apache.org on 2002/10/10 17:32:57 UTC

cvs commit: jakarta-alexandria/proposal/gump/profile gump.xml

bodewig     2002/10/10 08:32:57

  Modified:    proposal/gump/profile gump.xml
  Added:       proposal/gump/project jakarta-turbine-stratum.xml quartz.xml
                        mockobjects.xml
  Log:
  Move stratum descriptor back to Gump
  
  Revision  Changes    Path
  1.27      +18 -21    jakarta-alexandria/proposal/gump/project/jakarta-turbine-stratum.xml
  
  
  
  
  1.1                  jakarta-alexandria/proposal/gump/project/quartz.xml
  
  Index: quartz.xml
  ===================================================================
  <module name="Quartz">
  
    <url href="http://quartz.sourceforge.net/"/>
    <description>
      Job Scheduler
    </description>
  
    <cvs repository="sourceforge" host-prefix="cvs.quartz" dir="quartz"/>
  
    <project name="quartz">
      <package>org.quartz</package>
  
      <ant/>
      <depend project="jakarta-ant" inherit="runtime"/>
      <depend project="xml-xerces"/>
      <depend project="jdbc"/>
      <depend project="commons-collections" />
      <depend project="commons-dbcp" />
      <depend project="commons-logging" />
      <depend project="commons-pool" />
      <depend project="jakarta-log4j"/>
      <jar name="lib/quartz.jar"/>
    </project>
  
  </module>
  
  
  
  1.1                  jakarta-alexandria/proposal/gump/project/mockobjects.xml
  
  Index: mockobjects.xml
  ===================================================================
  <module name="mockobjects">
  
    <url href="http://mockobjects.sourceforge.net/"/>
    <description>
      Mock Objects for Unit Tests
    </description>
  
    <cvs repository="sourceforge" host-prefix="cvs.mockobjects" 
         dir="mockobjects" module="mockobjects-java"/>
  
    <project name="mockobjects">
      <package>com.mockobjects</package>
      <mkdir dir="out/core/classes"/>
      <mkdir dir="out/jdk/classes"/>
  
      <ant/>
      <depend project="jakarta-ant" inherit="runtime"/>
      <depend project="xml-xerces"/>
      <depend project="junit"/>
      <work nested="out/core/classes"/>
      <work nested="out/jdk/classes"/>
  
      <home nested="out"/>
      <jar name="mockobjects-core.jar"/>
      <jar name="mockobjects-jdk1.3.jar"/>
      <jar name="alt-jdk1.3.jar"/>
    </project>
  
  </module>
  
  
  
  1.125     +5 -1      jakarta-alexandria/proposal/gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- gump.xml	18 Sep 2002 09:22:49 -0000	1.124
  +++ gump.xml	10 Oct 2002 15:32:57 -0000	1.125
  @@ -50,9 +50,11 @@
     <module href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-turbine-3/Attic/gump.xml"/>
     <module href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-turbine-fulcrum/gump.xml"/>
     <module href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-turbine-jcs/gump.xml"/>
  -  <module href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-turbine-stratum/gump.xml"/>
  +  <!--module href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-turbine-stratum/gump.xml"-->
  +  <module href="project/jakarta-turbine-stratum.xml"/>
     <module href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-turbine-torque/gump.xml"/>
     
  +
     <!-- Turbine projects not fully mavenized -->
     <module href="project/jakarta-turbine-flux.xml"/>
     <module href="project/jakarta-turbine-jyve.xml"/>
  @@ -105,7 +107,9 @@
     <module href="project/jtidy.xml"/>
     <module href="project/junit.xml"/>
     <module href="project/jython.xml"/>
  +  <module href="project/mockobjects.xml"/>
     <module href="project/mx4j.xml"/>
  +  <module href="project/quartz.xml"/>
     <module href="project/relaxng.xml"/>
     <module href="project/webwork.xml"/>
     <module href="project/xdoclet.xml"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>