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

cvs commit: gump/project jakarta-tomcat-40.xml jakarta-tomcat-5.xml

billbarker    2004/05/25 09:48:50

  Modified:    project  jakarta-tomcat-40.xml jakarta-tomcat-5.xml
  Log:
  Fix typo in beanutils name.
  
  Revision  Changes    Path
  1.50      +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.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- jakarta-tomcat-40.xml	24 May 2004 20:28:47 -0000	1.49
  +++ jakarta-tomcat-40.xml	25 May 2004 16:48:50 -0000	1.50
  @@ -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-core.jar" project="commons-beanutils-core"
  +      <depend property="commons-beanutils.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-core.jar" project="commons-beanutils-core"
  +      <depend property="commons-beanutils.jar" project="commons-beanutils-core"
           runtime="true"/>
         <depend property="commons-collections.jar" project="commons-collections"
           runtime="true"/>
  
  
  
  1.24      +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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jakarta-tomcat-5.xml	24 May 2004 20:28:47 -0000	1.23
  +++ jakarta-tomcat-5.xml	25 May 2004 16:48:50 -0000	1.24
  @@ -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-core.jar" project="commons-beanutils-core"
  +      <depend property="commons-beanutils.jar" project="commons-beanutils-core"
           runtime="true"/>
         <depend property="commons-fileupload.jar" project="commons-fileupload"/>
         <depend property="commons-launcher.jar" project="commons-launcher"/>
  
  
  

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