You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2004/07/06 08:38:54 UTC

cvs commit: gump/project db-ojb.xml jakarta-commons-sandbox.xml

bodewig     2004/07/05 23:38:54

  Modified:    project  db-ojb.xml jakarta-commons-sandbox.xml
  Log:
  Add commons-sql needed by OJB - tests fail since we don't have Axion in Gump yet, need to resolve that later
  
  Revision  Changes    Path
  1.17      +2 -0      gump/project/db-ojb.xml
  
  Index: db-ojb.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/db-ojb.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- db-ojb.xml	24 May 2004 20:28:47 -0000	1.16
  +++ db-ojb.xml	6 Jul 2004 06:38:54 -0000	1.17
  @@ -38,6 +38,7 @@
       <depend project="commons-lang"/>
       <depend project="commons-logging"/>
       <depend project="commons-pool"/>
  +    <depend project="commons-sql"/>
       <depend project="hsqldb"/>
       <depend project="j2ee-connector" />
       <depend project="jaas" />
  @@ -92,6 +93,7 @@
       <depend project="commons-lang"/>
       <depend project="commons-logging"/>
       <depend project="commons-pool"/>
  +    <depend project="commons-sql"/>
       <depend project="hsqldb"/>
       <depend project="j2ee-connector" />
       <depend project="jaas" />
  
  
  
  1.165     +28 -0     gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-commons-sandbox.xml,v
  retrieving revision 1.164
  retrieving revision 1.165
  diff -u -r1.164 -r1.165
  --- jakarta-commons-sandbox.xml	30 Jun 2004 08:19:23 -0000	1.164
  +++ jakarta-commons-sandbox.xml	6 Jul 2004 06:38:54 -0000	1.165
  @@ -305,6 +305,34 @@
            from="Ted Husted &lt;ted@husted.com&gt;"/>
     </project>
   
  +  <project name="commons-sql">
  +    <package>org.apache.commons.services</package>
  +    <description>Basic Services Architecture</description>
  +    <ant basedir="sql" target="dist"/>
  +
  +    <depend project="ant" inherit="runtime"/>
  +    <depend project="commons-beanutils-core"/>
  +    <depend project="commons-betwixt"/>
  +    <depend project="commons-cli"/>
  +    <depend project="commons-collections"/>
  +    <depend project="commons-digester"/>
  +    <depend project="commons-jelly"/>
  +    <depend project="commons-logging"/>
  +    <depend project="dom4j"/>
  +    <depend project="xml-xerces"/>
  +
  +    <!-- test time dependencies -->
  +    <depend project="junit"/>
  +    <work nested="sql/target/classes"/>
  +    <work nested="sql/target/test-classes"/>
  +
  +    <jar name="sql/dist/commons-sql.jar"/>
  +    <javadoc nested="sql/dist/docs/api"/>
  +
  +    <nag to="commons-dev@jakarta.apache.org"
  +         from="Gump &lt;general@gump.apache.org&gt;"/>
  +  </project>
  +
     <project name="commons-threading">
       <package>org.apache.commons.threading</package>
       <description>Commons Threading Utility Package</description>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org