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 <copyfiles files="${libs.SLF4J-LOG4J2.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> |
|
1002 <copyfiles files="${libs.LOG4J2-WEB.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> |
1002 <mkdir dir="${build.web.dir}/META-INF"/> |
1003 <mkdir dir="${build.web.dir}/META-INF"/> |
1003 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/> |
1004 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/> |
1004 </target> |
1005 </target> |
1005 <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"> |
1006 <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"> |
1006 <copyfiles files="${libs.jstl.classpath}" todir="${build.web.dir}/WEB-INF/lib"/> |
1007 <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"/> |
1008 <copyfiles files="${libs.SLF4J-LOG4J2.classpath}" todir="${build.web.dir}/WEB-INF/lib"/> |
|
1009 <copyfiles files="${libs.LOG4J2-WEB.classpath}" todir="${build.web.dir}/WEB-INF/lib"/> |
1008 </target> |
1010 </target> |
1009 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib"> |
1011 <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib"> |
1010 <delete dir="${build.web.dir}/WEB-INF/lib"/> |
1012 <delete dir="${build.web.dir}/WEB-INF/lib"/> |
1011 </target> |
1013 </target> |
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"> |
1014 <target depends="init,-clean-webinf-lib,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" if="do.tmp.war.package" name="do-ear-dist"> |