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 2002/02/20 03:34:29 UTC

cvs commit: jakarta-alexandria/proposal/gump/project jakarta-commons.xml jakarta-taglibs.xml

rubys       02/02/19 18:34:29

  Modified:    proposal/gump/project jakarta-commons.xml
                        jakarta-taglibs.xml
  Log:
  Submitted by:	James Strachan <ja...@yahoo.co.uk>
  
  Revision  Changes    Path
  1.57      +15 -0     jakarta-alexandria/proposal/gump/project/jakarta-commons.xml
  
  Index: jakarta-commons.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-commons.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- jakarta-commons.xml	3 Feb 2002 12:06:12 -0000	1.56
  +++ jakarta-commons.xml	20 Feb 2002 02:34:29 -0000	1.57
  @@ -32,6 +32,21 @@
       <depend project="junit"/>
       <work nested="collections/dist/classes"/>
       <home nested="collections/dist"/>
  +  <project name="commons-betwixt">
  +    <description>Commons Betwixt Package</description>
  +    <url href="http://jakarta.apache.org/commons/betwixt.html"/>
  +    <ant basedir="betwixt" target="dist">
  +      <property name="component.version"  value="@@DATE@@"/>
  +      <depend property="commons-digester.jar" project="commons-digester"/>
  +      <depend property="commons-collections.jar" project="commons-collections"/>
  +      <depend property="commons-beanutils.jar" project="commons-beanutils"/>
  +      <depend property="junit.jar"  project="junit"/>
  +    </ant>
  +    <depend project="jakarta-ant"/>
  +    <jar name="betwixt/dist/commons-betwixt-@@DATE@@.jar"/>
  +    <javadoc nested="betwixt/dist/docs/api"/>
  +  </project>
  +
       <jar name="commons-collections.jar"/>
       <javadoc nested="collections/dist/docs/api"/>
     </project>
  
  
  
  1.31      +10 -1     jakarta-alexandria/proposal/gump/project/jakarta-taglibs.xml
  
  Index: jakarta-taglibs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-taglibs.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- jakarta-taglibs.xml	15 Feb 2002 15:20:52 -0000	1.30
  +++ jakarta-taglibs.xml	20 Feb 2002 02:34:29 -0000	1.31
  @@ -25,7 +25,16 @@
         <depend property="jxpath.jar" project="commons-jxpath"/>
         <depend property="js.jar" project="rhino"/>
         <depend property="jaxen-full.jar" project="jaxen"/>
  -      <depend property="commons-messenger.jar" project="commons-messenger"/>
  +      <depend property="commons-beanutils.jar" project="commons-beanutils"
  +        runtime="true"/>
  +      <depend property="commons-collections.jar" project="commons-collections"
  +        runtime="true"/>
  +      <depend property="commons-digester.jar" project="commons-digester"
  +        runtime="true"/>
  +      <depend property="commons-messenger.jar" project="commons-messenger"
  +        runtime="true"/>
  +      <depend property="commons-logging.jar" project="commons-logging"
  +        runtime="true"/>
         <depend property="jms.jar" project="jms"/>
       </ant>
   
  
  
  

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