1.1 --- a/java/nekurak.net-web/nbproject/build-impl.xml Wed Jan 27 05:21:57 2010 +0100
1.2 +++ b/java/nekurak.net-web/nbproject/build-impl.xml Thu Feb 11 03:13:57 2010 +0100
1.3 @@ -527,10 +527,13 @@
1.4 </target>
1.5 <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
1.6 <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
1.7 + <copyfiles files="${libs.spring-framework.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
1.8 <mkdir dir="${build.web.dir}/META-INF"/>
1.9 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
1.10 </target>
1.11 - <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"/>
1.12 + <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
1.13 + <copyfiles files="${libs.spring-framework.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
1.14 + </target>
1.15 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
1.16 <delete dir="${build.web.dir}/WEB-INF/lib"/>
1.17 </target>