nbproject/build-impl.xml

changeset 8
2dfdb79b5344
parent 4
a89240b61819
child 14
2b270c714678
equal deleted inserted replaced
7:598670d5b0b8 8:2dfdb79b5344
996 </jar> 996 </jar>
997 </target> 997 </target>
998 <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/> 998 <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
999 <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest"> 999 <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
1000 <copyfiles files="${libs.jstl.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> 1000 <copyfiles files="${libs.jstl.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
1001 <copyfiles files="${libs.SLF4J-JDK.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
1001 <mkdir dir="${build.web.dir}/META-INF"/> 1002 <mkdir dir="${build.web.dir}/META-INF"/>
1002 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/> 1003 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
1003 </target> 1004 </target>
1004 <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"> 1005 <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
1005 <copyfiles files="${libs.jstl.classpath}" todir="${build.web.dir}/WEB-INF/lib"/> 1006 <copyfiles files="${libs.jstl.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
1007 <copyfiles files="${libs.SLF4J-JDK.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
1006 </target> 1008 </target>
1007 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib"> 1009 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
1008 <delete dir="${build.web.dir}/WEB-INF/lib"/> 1010 <delete dir="${build.web.dir}/WEB-INF/lib"/>
1009 </target> 1011 </target>
1010 <target depends="init,-clean-webinf-lib,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" if="do.tmp.war.package" name="do-ear-dist"> 1012 <target depends="init,-clean-webinf-lib,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" if="do.tmp.war.package" name="do-ear-dist">

mercurial