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"/> |