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 2003/01/15 10:16:59 UTC

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

bodewig     2003/01/15 01:16:59

  Modified:    project  jakarta-commons-sandbox.xml jakarta-commons.xml
  Log:
  Latka run httpclient and jelly during the tests, so add their runtime
  dependencies as well.
  
  Mark runtime dependencies of httpclient and jelly, probably
  incomplete.  I've marked just those that I needed to make the latka
  tests pass.
  
  Revision  Changes    Path
  1.117     +3 -3      jakarta-gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-commons-sandbox.xml,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- jakarta-commons-sandbox.xml	14 Jan 2003 15:10:17 -0000	1.116
  +++ jakarta-commons-sandbox.xml	15 Jan 2003 09:16:59 -0000	1.117
  @@ -173,10 +173,10 @@
       <depend project="jakarta-ant" inherit="runtime"/>
       
       <!-- core jelly build dependencies -->
  -    <depend project="commons-beanutils"/>
  -    <depend project="commons-collections"/>
  +    <depend project="commons-beanutils" runtime="true"/>
  +    <depend project="commons-collections" runtime="true"/>
       <depend project="commons-jexl"/>
  -    <depend project="commons-logging"/>
  +    <depend project="commons-logging" runtime="true"/>
       <depend project="dom4j"/>
       <depend project="junit"/>
       <depend project="xml-xerces"/>
  
  
  
  1.99      +3 -3      jakarta-gump/project/jakarta-commons.xml
  
  Index: jakarta-commons.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-commons.xml,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- jakarta-commons.xml	15 Jan 2003 09:07:10 -0000	1.98
  +++ jakarta-commons.xml	15 Jan 2003 09:16:59 -0000	1.99
  @@ -189,7 +189,7 @@
       <depend project="xml-xerces"/>
       <option project="jsse"/>
       <depend project="jakarta-log4j"/>
  -    <depend project="commons-logging"/>
  +    <depend project="commons-logging" runtime="true"/>
       <!-- included in JDK 1.4 depend project="jce"/-->
       <home nested="httpclient/dist"/>
       <jar name="commons-httpclient.jar"/>
  @@ -245,14 +245,14 @@
       <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="xml-xalan2"/>
  -    <depend project="commons-httpclient"/>
  +    <depend project="commons-httpclient" inherit="runtime"/>
       <depend project="jakarta-log4j"/>
       <depend project="jakarta-regexp"/>
       <depend project="jakarta-servletapi-4"/>
       <depend project="jdom"/>
       <depend project="junit"/>
       <depend project="dom4j"/>
  -    <depend project="commons-jelly"/>
  +    <depend project="commons-jelly" inherit="runtime"/>
       <option project="jaxen" inherit="runtime"/>
       <work nested="latka/target/classes"/>
       <work nested="latka/target/test-classes"/>