nbproject/build-impl.xml

changeset 4
a89240b61819
parent 0
ad22b29e3a40
child 8
2dfdb79b5344
equal deleted inserted replaced
3:acf54d3fa1d1 4:a89240b61819
995 <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*,${dist.archive.excludes}"/> 995 <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*,${dist.archive.excludes}"/>
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 <mkdir dir="${build.web.dir}/META-INF"/> 1001 <mkdir dir="${build.web.dir}/META-INF"/>
1001 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/> 1002 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
1002 </target> 1003 </target>
1003 <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"/> 1004 <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 </target>
1004 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib"> 1007 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
1005 <delete dir="${build.web.dir}/WEB-INF/lib"/> 1008 <delete dir="${build.web.dir}/WEB-INF/lib"/>
1006 </target> 1009 </target>
1007 <target depends="init,-clean-webinf-lib,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" if="do.tmp.war.package" name="do-ear-dist"> 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">
1008 <dirname file="${dist.ear.war}" property="dist.jar.dir"/> 1011 <dirname file="${dist.ear.war}" property="dist.jar.dir"/>

mercurial