You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2004/10/27 05:20:36 UTC

cvs commit: gump/project jakarta-commons-sandbox.xml jakarta-commons.xml jelly-tags.xml

stefano     2004/10/26 20:20:36

  Modified:    project  jakarta-commons-sandbox.xml jakarta-commons.xml
                        jelly-tags.xml
  Log:
  fixing dependencies in jakarta-commons and friends
  
  Revision  Changes    Path
  1.184     +3 -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.183
  retrieving revision 1.184
  diff -u -r1.183 -r1.184
  --- jakarta-commons-sandbox.xml	27 Oct 2004 02:20:16 -0000	1.183
  +++ jakarta-commons-sandbox.xml	27 Oct 2004 03:20:36 -0000	1.184
  @@ -245,6 +245,8 @@
       <depend project="xalan"/>
       <depend project="junit"/>
       <depend project="ibatis"/>
  +    <depend project="jdom"/>
  +    <depend project="hsqldb"/>
   
       <work nested="resources/target/classes"/>
       <work nested="resources/target/test-classes"/>
  @@ -362,6 +364,7 @@
       <depend project="commons-beanutils-core"/>
       <depend project="commons-io"/>
       <depend project="commons-lang"/>
  +    <depend project="commons-collections"/>
   
       <work nested="target/classes"/>
       <home nested="xo/target"/>
  
  
  
  1.160     +1 -1      gump/project/jakarta-commons.xml
  
  Index: jakarta-commons.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-commons.xml,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- jakarta-commons.xml	25 Oct 2004 07:04:50 -0000	1.159
  +++ jakarta-commons.xml	27 Oct 2004 03:20:36 -0000	1.160
  @@ -68,7 +68,7 @@
       <depend project="junit"/>
       <home nested="beanutils/dist"/>    
       <work nested="beanutils/target/classes"/>
  -    <jar name="commons-beanutils-core.jar"/>
  +    <jar name="commons-beanutils-core.jar" id="commons-beanutils"/>
       <license name="LICENSE"/>
       <javadoc nested="beanutils/dist/docs/api"/>
   
  
  
  
  1.70      +1 -0      gump/project/jelly-tags.xml
  
  Index: jelly-tags.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jelly-tags.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- jelly-tags.xml	23 Oct 2004 11:05:58 -0000	1.69
  +++ jelly-tags.xml	27 Oct 2004 03:20:36 -0000	1.70
  @@ -631,6 +631,7 @@
   
       <depend project="commons-jelly" inherit="all"/>
       <depend project="commons-jelly-tags-junit" inherit="runtime"/>
  +    <depend project="commons-beanutils-core"/>
   
       <work nested="util/target/classes"/>
       <work nested="util/target/test-classes"/>