Author: tolusha
Date: 2011-07-19 10:55:34 -0400 (Tue, 19 Jul 2011)
New Revision: 4666
Modified:
jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
Log:
EXOJCR-1447: Copy only jar-files in tomcat lib directory
Modified: jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml 2011-07-19 14:21:11 UTC
(rev 4665)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml 2011-07-19 14:55:34 UTC
(rev 4666)
@@ -113,7 +113,7 @@
</mapper>
</move>
<copy
todir="${exo.projects.directory.working}/exo-tomcat/lib/"
verbose="true" overwrite="true">
- <fileset dir="${basedir}/target/lib-binary.dir/"
excludes="**/*.war" />
+ <fileset dir="${basedir}/target/lib-binary.dir/"
includes="**/*.jar" />
</copy>
<copy
todir="${exo.projects.directory.working}/exo-tomcat/" verbose="true"
overwrite="true">
<fileset dir="${basedir}/../product-patches/as/tomcat/"
/>
Show replies by date