|
From: Colin S. <co...@us...> - 2006-08-18 17:59:19
|
Update of /cvsroot/springframework/spring In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21943 Modified Files: build.xml .classpath Log Message: move dtd location for Spring 2.0 release. Index: .classpath =================================================================== RCS file: /cvsroot/springframework/spring/.classpath,v retrieving revision 1.166 retrieving revision 1.167 diff -C2 -d -r1.166 -r1.167 *** .classpath 7 Aug 2006 09:58:16 -0000 1.166 --- .classpath 18 Aug 2006 17:58:37 -0000 1.167 *************** *** 25,30 **** <classpathentry exported="true" kind="lib" path="lib/j2ee/jms.jar"/> <classpathentry exported="true" kind="lib" path="lib/j2ee/jta.jar"/> - <classpathentry exported="true" kind="lib" path="lib/j2ee/jdbc2_0-stdext.jar"/> - <classpathentry exported="true" kind="lib" path="lib/j2ee/xml-apis.jar"/> <classpathentry exported="true" kind="lib" path="lib/hibernate/hibernate2.jar"/> <classpathentry exported="true" kind="lib" path="lib/hibernate/hibernate3.jar"/> --- 25,28 ---- *************** *** 56,61 **** <classpathentry kind="lib" path="lib/quartz/quartz-1.5.2.jar"/> <classpathentry kind="lib" path="lib/ibatis/ibatis-sqlmap-2.jar"/> - <classpathentry kind="lib" path="lib/caucho/burlap-2.1.12.jar"/> - <classpathentry kind="lib" path="lib/caucho/hessian-2.1.12.jar"/> <classpathentry kind="lib" path="lib/freemarker/freemarker.jar"/> <classpathentry exported="true" kind="lib" path="lib/aopalliance/aopalliance.jar"/> --- 54,57 ---- *************** *** 126,129 **** --- 122,126 ---- <classpathentry kind="lib" path="lib/tomcat/catalina.jar"/> <classpathentry kind="lib" path="lib/jpa/persistence.jar"/> + <classpathentry kind="lib" path="lib/caucho/hessian-3.0.20.jar"/> <classpathentry kind="output" path="target/other-classes"/> </classpath> Index: build.xml =================================================================== RCS file: /cvsroot/springframework/spring/build.xml,v retrieving revision 1.219 retrieving revision 1.220 diff -C2 -d -r1.219 -r1.220 *** build.xml 10 Aug 2006 19:27:58 -0000 1.219 --- build.xml 18 Aug 2006 17:58:37 -0000 1.220 *************** *** 685,689 **** <target name="distfiles" depends="initdist" description="Copy dtd, tld and suchlike to the dist directory"> ! <copy file="${src.dir}/org/springframework/beans/factory/xml/spring-beans.dtd" todir="${dist.dir}/resources" preservelastmodified="true"/> --- 685,689 ---- <target name="distfiles" depends="initdist" description="Copy dtd, tld and suchlike to the dist directory"> ! <copy file="${src.dir}/org/springframework/beans/factory/xml/spring-beans_2_0.dtd" todir="${dist.dir}/resources" preservelastmodified="true"/> |