Author: manaRH
Date: 2008-04-18 11:35:52 -0400 (Fri, 18 Apr 2008)
New Revision: 7975
Modified:
branches/Seam_1_2_1_AP/build.xml
Log:
JBPAPP-759
Modified: branches/Seam_1_2_1_AP/build.xml
===================================================================
--- branches/Seam_1_2_1_AP/build.xml 2008-04-18 14:20:46 UTC (rev 7974)
+++ branches/Seam_1_2_1_AP/build.xml 2008-04-18 15:35:52 UTC (rev 7975)
@@ -398,6 +398,7 @@
<include name="**/*.tld"/>
<include name="**/*.xslt"/>
<include name="**/*.properties"/>
+ <include name="**/spring.*" />
<include name="**/*.js"/>
<include name="**/*.html"/>
<include name="**/*.xhtml"/>
@@ -1218,8 +1219,7 @@
<mkdir dir="${dist.dir}"/>
<jar jarfile="${basedir}/${name}-ioc.jar"
basedir="${iocclasses.dir}">
- <include name="**/*.class"/>
- <include name="META-INF/spring.*" />
+ <include name="**/*.class"/>
<patternset refid="meta.files"/>
<manifest>
<attribute name="Seam-Version"
value="${version}.${patchlevel}"/>
Show replies by date