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

guillaume at wyona.com guillaume at wyona.com
Thu May 7 19:55:59 CEST 2009


Author: guillaume
Date: 2009-05-07 19:55:59 +0200 (Thu, 07 May 2009)
New Revision: 42740

Modified:
   public/yanel/trunk/src/build/yanel2resources.xsl
Log:
Cleanup: pom.xml and *-sources.jar files are now longer copied into the webapp's WEB-INF/lib directory!

Modified: public/yanel/trunk/src/build/yanel2resources.xsl
===================================================================
--- public/yanel/trunk/src/build/yanel2resources.xsl	2009-05-07 17:20:21 UTC (rev 42739)
+++ public/yanel/trunk/src/build/yanel2resources.xsl	2009-05-07 17:55:59 UTC (rev 42740)
@@ -105,7 +105,7 @@
     </xsl:choose>
   </xsl:variable>
     <copy todir="${{build.dir}}/webapps/{$servlet.context.prefix}/WEB-INF/lib">
-      <fileset dir="{$RT-lib-dir}"/>
+      <fileset dir="{$RT-lib-dir}" excludes="pom.xml, *-sources.jar"/>
     </copy>
       </xsl:when>
       <xsl:otherwise>



More information about the Yanel-commits mailing list