Update of /cvsroot/springframework/spring
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16846
Modified Files:
build.xml
Log Message:
+ add manifest template for spring.jar
Index: build.xml
===================================================================
RCS file: /cvsroot/springframework/spring/build.xml,v
retrieving revision 1.315
retrieving revision 1.316
diff -C2 -d -r1.315 -r1.316
*** build.xml 27 Oct 2008 14:04:15 -0000 1.315
--- build.xml 28 Oct 2008 17:12:08 -0000 1.316
***************
*** 754,757 ****
--- 754,761 ----
manifestTemplatePath="${bundlor.mf.dir}/org.springframework.web.struts.mf"/>
+ <bundlor:bundlor bundlePath="${dist.dir}/spring.jar" outputPath="${dist.dir}/spring.jar"
+ mergeExistingHeaders="true" bundleVersion="${spring-version-osgi}"
+ manifestTemplatePath="${bundlor.mf.dir}/org.springframework.mf"/>
+
</target>
|