1.1 --- a/java/nekurak.net-web/nbproject/build-impl.xml Wed Feb 24 21:48:49 2010 +0100
1.2 +++ b/java/nekurak.net-web/nbproject/build-impl.xml Thu Feb 25 02:41:57 2010 +0100
1.3 @@ -535,13 +535,11 @@
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 <copyfiles files="${reference.nekurak_net-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
1.9 <mkdir dir="${build.web.dir}/META-INF"/>
1.10 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
1.11 </target>
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 <copyfiles files="${reference.nekurak_net-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
1.15 </target>
1.16 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">