|
@ -1012,12 +1012,12 @@ exists or setup the property manually. For example like this: |
|
|
</target> |
|
|
</target> |
|
|
<target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/> |
|
|
<target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/> |
|
|
<target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest"> |
|
|
<target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest"> |
|
|
<copyfiles files="${file.reference.primefaces-12.0.0.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> |
|
|
<copyfiles files="${file.reference.primefaces-12.0.0.jar-1}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> |
|
|
<mkdir dir="${build.web.dir}/META-INF"/> |
|
|
<mkdir dir="${build.web.dir}/META-INF"/> |
|
|
<manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/> |
|
|
<manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/> |
|
|
</target> |
|
|
</target> |
|
|
<target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"> |
|
|
<target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"> |
|
|
<copyfiles files="${file.reference.primefaces-12.0.0.jar}" todir="${build.web.dir}/WEB-INF/lib"/> |
|
|
<copyfiles files="${file.reference.primefaces-12.0.0.jar-1}" todir="${build.web.dir}/WEB-INF/lib"/> |
|
|
</target> |
|
|
</target> |
|
|
<target depends="init" if="dist.ear.dir" name="-clean-webinf-lib"> |
|
|
<target depends="init" if="dist.ear.dir" name="-clean-webinf-lib"> |
|
|
<delete dir="${build.web.dir}/WEB-INF/lib"/> |
|
|
<delete dir="${build.web.dir}/WEB-INF/lib"/> |
|
|