SWF-1386 Spring spring-js into two artifacts

This commit is contained in:
Rossen Stoyanchev
2010-09-07 09:46:10 +00:00
parent c58f38968f
commit d2e7fc6e32
35 changed files with 501 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
<path id="bundles">
<pathelement location="../spring-binding"/>
<pathelement location="../spring-js-resources"/>
<pathelement location="../spring-js"/>
<pathelement location="../spring-webflow"/>
<pathelement location="../spring-faces"/>

View File

@@ -30,7 +30,7 @@
<antcall target="minify-spring-js" inheritAll="false"/>
<unzip src="${basedir}/../spring-js/dojo-build/dojo-build.zip"
<unzip src="${basedir}/../spring-js-resources/dojo-build/dojo-build.zip"
dest="${main.output.dir}/META-INF/web-resources"/>
<jar destfile="${jar.output.file}" basedir="${main.output.dir}" index="true" filesetmanifest="merge">