You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/06/10 10:49:30 UTC

cvs commit: gump/project spring.xml

bodewig     2005/06/10 01:49:30

  Modified:    profile  gump.xml
               project  spring.xml
  Log:
  Upgrade spring
  
  Revision  Changes    Path
  1.561     +1 -1      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.560
  retrieving revision 1.561
  diff -u -r1.560 -r1.561
  --- gump.xml	2 Jun 2005 22:18:59 -0000	1.560
  +++ gump.xml	10 Jun 2005 08:49:30 -0000	1.561
  @@ -491,7 +491,7 @@
     <project name="saxon6"           package="saxon6_5_3"/>
     <project name="saxon6-jdom"      package="saxon6_5_3"/>
     <project name="snacc"            package="snacc4j"/>
  -  <project name="spring"           package="spring-framework-1.1.1"/>
  +  <project name="spring"           package="spring-framework-1.2.1"/>
     <project name="stax"             package="stax"/>
     <project name="tagishauth"       package="20030217.jaas-modules.1.0.3.full"/>
     <project name="tagsoup"          package="tagsoup-0.10.1"/>
  
  
  
  1.2       +6 -1      gump/project/spring.xml
  
  Index: spring.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/spring.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- spring.xml	14 Oct 2004 14:53:38 -0000	1.1
  +++ spring.xml	10 Jun 2005 08:49:30 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2004 The Apache Software Foundation
  +  Copyright 2004-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -23,12 +23,17 @@
       <package>org.springframework</package>
   
       <jar name="dist/spring-aop.jar" id="spring-aop"/>
  +    <jar name="dist/spring-beans.jar" id="spring-beans"/>
       <jar name="dist/spring-context.jar" id="spring-context"/>
       <jar name="dist/spring-core.jar" id="spring-core"/>
       <jar name="dist/spring-dao.jar" id="spring-dao"/>
  +    <jar name="dist/spring-hibernate.jar" id="spring-hibernate"/>
       <jar name="dist/spring.jar" id="spring"/>
  +    <jar name="dist/spring-jdbc.jar" id="spring-jdbc"/>
       <jar name="dist/spring-mock.jar" id="spring-mock"/>
       <jar name="dist/spring-orm.jar" id="spring-orm"/>
  +    <jar name="dist/spring-remoting.jar" id="spring-remoting"/>
  +    <jar name="dist/spring-support.jar" id="spring-support"/>
       <jar name="dist/spring-web.jar" id="spring-web"/>
       <jar name="dist/spring-webmvc.jar" id="spring-webmvc"/>
       <license name="license.txt"/>