Update of /cvsroot/springframework/spring
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30479
Modified Files:
build.xml
Log Message:
+ lower caucho import version
+ fix spring-agent weaving
Index: build.xml
===================================================================
RCS file: /cvsroot/springframework/spring/build.xml,v
retrieving revision 1.316
retrieving revision 1.317
diff -C2 -d -r1.316 -r1.317
*** build.xml 28 Oct 2008 17:12:08 -0000 1.316
--- build.xml 30 Oct 2008 14:45:16 -0000 1.317
***************
*** 686,690 ****
classpathref="bundlor-classpath"/>
! <bundlor:bundlor bundlePath="${dist.dir}/weaving/spring-agent.jar" outputPath="${dist.dir}/modules/spring-agent.jar"
mergeExistingHeaders="true" bundleVersion="${spring-version-osgi}"
manifestTemplatePath="${bundlor.mf.dir}/org.springframework.instrument.mf"/>
--- 686,690 ----
classpathref="bundlor-classpath"/>
! <bundlor:bundlor bundlePath="${dist.dir}/weaving/spring-agent.jar" outputPath="${dist.dir}/weaving/spring-agent.jar"
mergeExistingHeaders="true" bundleVersion="${spring-version-osgi}"
manifestTemplatePath="${bundlor.mf.dir}/org.springframework.instrument.mf"/>
|