You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mr...@apache.org on 2008/06/16 06:31:40 UTC

svn commit: r668052 - /roller/trunk/apps/planet/build.xml

Author: mraible
Date: Sun Jun 15 21:31:39 2008
New Revision: 668052

URL: http://svn.apache.org/viewvc?rev=668052&view=rev
Log:
Fixed Spring dependency

Modified:
    roller/trunk/apps/planet/build.xml

Modified: roller/trunk/apps/planet/build.xml
URL: http://svn.apache.org/viewvc/roller/trunk/apps/planet/build.xml?rev=668052&r1=668051&r2=668052&view=diff
==============================================================================
--- roller/trunk/apps/planet/build.xml (original)
+++ roller/trunk/apps/planet/build.xml Sun Jun 15 21:31:39 2008
@@ -104,7 +104,7 @@
         <include name="struts-2.0.9/lib/*.jar"/>
         
         <!-- Struts 2 depends on Spring -->
-        <include name="spring-1.2/spring.jar"/>
+        <include name="spring-2.5/spring-2.5.4.jar"/>
     </fileset>
     
     <path id="planet.business.path">