[Yanel-commits] rev 22318 - public/yanel/trunk/src/build/targets

michi at wyona.com michi at wyona.com
Wed Jan 31 15:48:43 CET 2007


Author: michi
Date: 2007-01-31 15:48:41 +0100 (Wed, 31 Jan 2007)
New Revision: 22318

Modified:
   public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
Log:
endorsed libs added

Modified: public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-01-31 14:21:55 UTC (rev 22317)
+++ public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-01-31 14:48:41 UTC (rev 22318)
@@ -25,7 +25,10 @@
     <chmod dir="${snapshot.dir}/apache-tomcat-${tomcat.version}/bin" perm="755" includes="*"/>
     <!-- TODO: Differentiate between Java 1.4 and higher (jmx.jar)! -->
     <copy file="${yanel.home.dir}/tools/apache-tomcat/java-1.4/apache-tomcat-5.5.20/bin/jmx.jar" todir="${snapshot.dir}/apache-tomcat-${tomcat.version}/bin"/>
+    <copy file="${yanel.home.dir}/build/webapps/${servlet.context.prefix}/WEB-INF/lib/${xerces.impl.artifactId}-${xerces.impl.version}.jar" todir="${snapshot.dir}/apache-tomcat-${tomcat.version}/common/endorsed"/>
+    <copy file="${yanel.home.dir}/build/webapps/${servlet.context.prefix}/WEB-INF/lib/${xml.apis.artifactId}-${xml.apis.version}.jar" todir="${snapshot.dir}/apache-tomcat-${tomcat.version}/common/endorsed"/>
 
+
     <!-- Build WAR file -->
     <copy file="${yanel.home.dir}/src/binary-dist/README.txt" todir="${snapshot.dir}"/>
     <copy todir="${snapshot.dir}/${servlet.context.prefix}">




More information about the Yanel-commits mailing list