You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by rd...@apache.org on 2004/05/24 22:28:48 UTC

cvs commit: gump/project avalon-excalibur.xml checkstyle.xml db-ojb.xml directory-naming.xml invicta.xml jakarta-commons-sandbox.xml jakarta-poi.xml jakarta-poi3.xml jakarta-struts.xml jakarta-taglibs.xml jakarta-tomcat-40.xml jakarta-tomcat-5.xml jakarta-turbine-3.xml jakarta-turbine-stratum.xml maven.xml quartz.xml struts.xml

rdonkin     2004/05/24 13:28:48

  Modified:    project  avalon-excalibur.xml checkstyle.xml db-ojb.xml
                        directory-naming.xml invicta.xml
                        jakarta-commons-sandbox.xml jakarta-poi.xml
                        jakarta-poi3.xml jakarta-struts.xml
                        jakarta-taglibs.xml jakarta-tomcat-40.xml
                        jakarta-tomcat-5.xml jakarta-turbine-3.xml
                        jakarta-turbine-stratum.xml maven.xml quartz.xml
                        struts.xml
  Log:
  Split beanutils into two separate projects (core and bean-collections). Updated effected dependencies.
  
  Revision  Changes    Path
  1.150     +1 -1      gump/project/avalon-excalibur.xml
  
  Index: avalon-excalibur.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/avalon-excalibur.xml,v
  retrieving revision 1.149
  retrieving revision 1.150
  diff -u -r1.149 -r1.150
  --- avalon-excalibur.xml	9 Apr 2004 13:04:25 -0000	1.149
  +++ avalon-excalibur.xml	24 May 2004 20:28:47 -0000	1.150
  @@ -358,7 +358,7 @@
           <depend project="excalibur-fortress-meta"/>
           <depend project="avalon-logkit"/>
           <depend project="commons-collections"/>
  -        <depend project="commons-beanutils"/>
  +        <depend project="commons-beanutils-core"/>
           <depend project="concurrent"/>
           <depend project="excalibur-instrument"/>
           <depend project="excalibur-instrument-manager"/>
  
  
  
  1.28      +1 -1      gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- checkstyle.xml	10 May 2004 08:12:29 -0000	1.27
  +++ checkstyle.xml	24 May 2004 20:28:47 -0000	1.28
  @@ -44,7 +44,7 @@
       <depend project="antlr" runtime="true"/>
       <depend project="jakarta-regexp" runtime="true"/>
       <depend project="jakarta-bcel" runtime="true"/>
  -    <depend project="commons-beanutils" runtime="true"/>
  +    <depend project="commons-beanutils-core" runtime="true"/>
       <depend project="commons-cli" runtime="true"/>
       <depend project="commons-collections" runtime="true"/>
       <depend project="commons-logging" runtime="true"/>
  
  
  
  1.16      +2 -2      gump/project/db-ojb.xml
  
  Index: db-ojb.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/db-ojb.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- db-ojb.xml	22 Mar 2004 10:30:40 -0000	1.15
  +++ db-ojb.xml	24 May 2004 20:28:47 -0000	1.16
  @@ -32,7 +32,7 @@
       <depend project="xml-xerces"/>
   
       <depend project="antlr"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-dbcp"/>
       <depend project="commons-lang"/>
  @@ -86,7 +86,7 @@
       <depend project="xml-xerces"/>
   
       <depend project="antlr"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-dbcp"/>
       <depend project="commons-lang"/>
  
  
  
  1.15      +1 -1      gump/project/directory-naming.xml
  
  Index: directory-naming.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/directory-naming.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- directory-naming.xml	27 Feb 2004 09:22:56 -0000	1.14
  +++ directory-naming.xml	24 May 2004 20:28:47 -0000	1.15
  @@ -27,7 +27,7 @@
       </ant>
       <package>org.apache.directory.naming</package>
       <depend project="ant" inherit="runtime"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-dbcp"/>
       <depend project="commons-digester"/>
  
  
  
  1.4       +1 -1      gump/project/invicta.xml
  
  Index: invicta.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/invicta.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- invicta.xml	6 May 2004 16:03:40 -0000	1.3
  +++ invicta.xml	24 May 2004 20:28:47 -0000	1.4
  @@ -41,7 +41,7 @@
       <depend project="commons-logging"/>
       <depend project="commons-digester"/>
       <depend project="commons-lang"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="xml-xerces"/>
       
  
  
  
  1.160     +4 -4      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.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- jakarta-commons-sandbox.xml	17 May 2004 14:29:27 -0000	1.159
  +++ jakarta-commons-sandbox.xml	24 May 2004 20:28:47 -0000	1.160
  @@ -214,7 +214,7 @@
   
       <depend project="commons-digester"/>
       <depend project="commons-collections"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-logging"/>
       <depend project="jakarta-servletapi-4"/>
       <depend project="jms"/>
  @@ -239,7 +239,7 @@
   
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-digester"/>
       <depend project="commons-discovery"/>
  @@ -265,7 +265,7 @@
   
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-digester"/>
       <depend project="commons-logging"/>
  @@ -314,7 +314,7 @@
       <depend project="xml-xerces"/>
   
       <depend project="dom4j"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-io"/>
       <depend project="commons-lang"/>
   
  
  
  
  1.37      +1 -1      gump/project/jakarta-poi.xml
  
  Index: jakarta-poi.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-poi.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- jakarta-poi.xml	22 Mar 2004 10:30:40 -0000	1.36
  +++ jakarta-poi.xml	24 May 2004 20:28:47 -0000	1.37
  @@ -28,7 +28,7 @@
           <depend project="dist-ant"/>
           <depend project="logging-log4j"/>
           <depend project="commons-logging"/>
  -        <depend project="commons-beanutils"/>
  +        <depend project="commons-beanutils-core"/>
           <depend project="commons-collections"/>
           <depend project="commons-lang"/>
           <depend project="junit"/>
  
  
  
  1.8       +1 -1      gump/project/jakarta-poi3.xml
  
  Index: jakarta-poi3.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-poi3.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jakarta-poi3.xml	29 Feb 2004 19:16:19 -0000	1.7
  +++ jakarta-poi3.xml	24 May 2004 20:28:47 -0000	1.8
  @@ -28,7 +28,7 @@
           <depend project="dist-ant"/>
           <depend project="logging-log4j"/>
           <depend project="commons-logging"/>
  -        <depend project="commons-beanutils"/>
  +        <depend project="commons-beanutils-core"/>
           <depend project="commons-collections"/>
           <depend project="commons-lang"/>
           <depend project="junit"/>
  
  
  
  1.49      +1 -1      gump/project/jakarta-struts.xml
  
  Index: jakarta-struts.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-struts.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- jakarta-struts.xml	24 May 2004 20:04:53 -0000	1.48
  +++ jakarta-struts.xml	24 May 2004 20:28:47 -0000	1.49
  @@ -32,7 +32,7 @@
         <depend property="servlet.jar" project="jakarta-servletapi-4"/>
         <depend property="xerces.jar" project="xml-xerces" id="parser"/>
         <depend property="antlr.jar" project="antlr" id="antlr"/>
  -      <depend property="commons-beanutils.jar"   project="commons-beanutils"/>
  +      <depend property="commons-beanutils-core.jar"   project="commons-beanutils-core"/>
         <depend property="commons-collections.jar" project="commons-collections"/>
         <depend property="commons-digester.jar"    project="commons-digester"/>
         <depend property="commons-digester-rss.jar"    project="commons-digester-rss"/>
  
  
  
  1.64      +1 -1      gump/project/jakarta-taglibs.xml
  
  Index: jakarta-taglibs.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-taglibs.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- jakarta-taglibs.xml	14 May 2004 17:40:48 -0000	1.63
  +++ jakarta-taglibs.xml	24 May 2004 20:28:47 -0000	1.64
  @@ -182,7 +182,7 @@
       <package>org.apache.taglibs.jms</package>
       <description>JMS Taglib</description>
       <ant basedir="jmstags" target="dist">
  -      <depend property="commons-beanutils.jar" project="commons-beanutils"
  +      <depend property="commons-beanutils-core.jar" project="commons-beanutils-core"
           runtime="true"/>
         <depend property="commons-collections.jar" project="commons-collections"
           runtime="true"/>
  
  
  
  1.49      +2 -2      gump/project/jakarta-tomcat-40.xml
  
  Index: jakarta-tomcat-40.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-tomcat-40.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- jakarta-tomcat-40.xml	21 May 2004 05:32:35 -0000	1.48
  +++ jakarta-tomcat-40.xml	24 May 2004 20:28:47 -0000	1.49
  @@ -28,7 +28,7 @@
         <depend property="servlet.jar" project="jakarta-servletapi-4"/>
         <depend property="commons-collections.jar" project="commons-collections"
           runtime="true"/>
  -      <depend property="commons-beanutils.jar" project="commons-beanutils"
  +      <depend property="commons-beanutils-core.jar" project="commons-beanutils-core"
           runtime="true"/>
         <depend property="commons-digester.jar" project="commons-digester"
           runtime="true"/>
  @@ -89,7 +89,7 @@
         <depend property="servlet.jar" project="jakarta-servletapi-4"/>
         <depend property="xerces.jar" project="xml-xerces" id="parser"/>
         <depend property="tomcat-util.jar" project="jakarta-tomcat-util"/>
  -      <depend property="commons-beanutils.jar" project="commons-beanutils"
  +      <depend property="commons-beanutils-core.jar" project="commons-beanutils-core"
           runtime="true"/>
         <depend property="commons-collections.jar" project="commons-collections"
           runtime="true"/>
  
  
  
  1.23      +1 -1      gump/project/jakarta-tomcat-5.xml
  
  Index: jakarta-tomcat-5.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-tomcat-5.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- jakarta-tomcat-5.xml	14 May 2004 17:40:48 -0000	1.22
  +++ jakarta-tomcat-5.xml	24 May 2004 20:28:47 -0000	1.23
  @@ -62,7 +62,7 @@
         <depend property="xercesImpl.jar" project="xml-xerces" id="parser"/>
         <depend property="xmlParserAPIs.jar" project="xml-xerces" id="parser"/>
         <depend property="tomcat-util.jar" project="jakarta-tomcat-util"/>
  -      <depend property="commons-beanutils.jar" project="commons-beanutils"
  +      <depend property="commons-beanutils-core.jar" project="commons-beanutils-core"
           runtime="true"/>
         <depend property="commons-fileupload.jar" project="commons-fileupload"/>
         <depend property="commons-launcher.jar" project="commons-launcher"/>
  
  
  
  1.26      +1 -1      gump/project/jakarta-turbine-3.xml
  
  Index: jakarta-turbine-3.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-turbine-3.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- jakarta-turbine-3.xml	27 Feb 2004 13:33:56 -0000	1.25
  +++ jakarta-turbine-3.xml	24 May 2004 20:28:47 -0000	1.26
  @@ -41,7 +41,7 @@
       <depend project="jaf"/>
       <depend project="jakarta-cactus-framework-12"/>
       <depend project="jakarta-cactus-anttasks"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-configuration"/>
       <depend project="commons-xo"/>
  
  
  
  1.33      +2 -2      gump/project/jakarta-turbine-stratum.xml
  
  Index: jakarta-turbine-stratum.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-turbine-stratum.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- jakarta-turbine-stratum.xml	27 Feb 2004 13:33:56 -0000	1.32
  +++ jakarta-turbine-stratum.xml	24 May 2004 20:28:47 -0000	1.33
  @@ -40,7 +40,7 @@
       <depend project="xml-apis"/>
       <depend project="xml-xerces"/>
   
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-configuration"/>
       <depend project="commons-io"/>
  @@ -79,7 +79,7 @@
       <depend project="xml-apis"/>
       <depend project="xml-xerces"/>
   
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections"/>
       <depend project="commons-configuration"/>
       <depend project="commons-io"/>
  
  
  
  1.8       +1 -1      gump/project/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	24 May 2004 00:14:24 -0000	1.7
  +++ maven.xml	24 May 2004 20:28:47 -0000	1.8
  @@ -81,7 +81,7 @@
   
       <depend project="antlr"/>
       <depend project="checkstyle"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-betwixt"/>
       <depend project="commons-cli"/>
       <depend project="commons-collections"/>
  
  
  
  1.18      +1 -1      gump/project/quartz.xml
  
  Index: quartz.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/quartz.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- quartz.xml	6 May 2004 16:03:40 -0000	1.17
  +++ quartz.xml	24 May 2004 20:28:47 -0000	1.18
  @@ -39,7 +39,7 @@
       <depend project="jdbc"/>
       <depend project="jmx" id="jmxri"/>
       <depend project="jta"/>
  -    <depend project="commons-beanutils"/>
  +    <depend project="commons-beanutils-core"/>
       <depend project="commons-collections" />
       <depend project="commons-dbcp" />
       <depend project="commons-digester"/>
  
  
  
  1.4       +1 -1      gump/project/struts.xml
  
  Index: struts.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/struts.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- struts.xml	24 May 2004 20:05:06 -0000	1.3
  +++ struts.xml	24 May 2004 20:28:47 -0000	1.4
  @@ -38,7 +38,7 @@
         <depend property="servlet.jar" project="jakarta-servletapi-4"/>
         <depend property="xerces.jar" project="xml-xerces" id="parser"/>
         <depend property="antlr.jar" project="antlr" id="antlr"/>
  -      <depend property="commons-beanutils.jar"   project="commons-beanutils"/>
  +      <depend property="commons-beanutils-core.jar"   project="commons-beanutils-core"/>
         <depend property="commons-digester-rss.jar"   project="commons-digester-rss"/>
         <depend property="commons-collections.jar" project="commons-collections"/>
         <depend property="commons-digester.jar"    project="commons-digester"/>
  
  
  

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