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 ru...@apache.org on 2001/08/11 23:55:57 UTC

cvs commit: jakarta-alexandria/proposal/gump/project jakarta-commons-sandbox.xml jakarta-turbine-torque.xml

rubys       01/08/11 14:55:57

  Modified:    proposal/gump/project jakarta-turbine-torque.xml
  Added:       proposal/gump/project jakarta-commons-sandbox.xml
  Log:
  torque now depends on commons-sandbox
  
  Revision  Changes    Path
  1.11      +3 -0      jakarta-alexandria/proposal/gump/project/jakarta-turbine-torque.xml
  
  Index: jakarta-turbine-torque.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-turbine-torque.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jakarta-turbine-torque.xml	2001/08/11 21:19:47	1.10
  +++ jakarta-turbine-torque.xml	2001/08/11 21:55:57	1.11
  @@ -22,6 +22,8 @@
          reference="jarpath" id="jdom" project="jdom"/>
       <property name="jakarta-site2"
          reference="home" project="jakarta-site2"/>
  +    <property name="commons-util.jar"
  +       reference="jarpath" id="commons-util" project="commons-util"/>
   
       <property name="final.name" value="torque-gump"/>
       <property name="deprecation" path="on"/>
  @@ -32,6 +34,7 @@
     <depend project="jakarta-velocity"/>
     <depend project="village"/>
     <depend project="jakarta-log4j"/>
  +  <depend project="commons-util"/>
     <depend project="jdbc"/>
   
     <home nested="bin"/>
  
  
  
  1.1                  jakarta-alexandria/proposal/gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  <project name="jakarta-commons-sandbox">
  
    <description>
      Jakarta commons sandbox
    </description>
  
    <cvs repository="jakarta"/>
  
    <project name="commons-util">
  
      <ant basedir="util" target="dist">
        <property name="component.version"  value="gump"/>
        <property name="junit.jar" 
          reference="jarpath" project="junit" id="junit"/>
      </ant>
  
      <depend project="jakarta-ant"/>
      <depend project="xml-xerces"/>
      <depend project="junit"/>
  
      <jar id="util" name="util/commons-util-gump.jar"/>
    </project>
  
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org