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

michi at wyona.com michi at wyona.com
Sat Apr 4 11:10:26 CEST 2009


Author: michi
Date: 2009-04-04 11:10:25 +0200 (Sat, 04 Apr 2009)
New Revision: 42242

Modified:
   public/yanel/trunk/src/build/targets/install-tomcat.xml
Log:
Debug info added

Modified: public/yanel/trunk/src/build/targets/install-tomcat.xml
===================================================================
--- public/yanel/trunk/src/build/targets/install-tomcat.xml	2009-04-04 09:09:27 UTC (rev 42241)
+++ public/yanel/trunk/src/build/targets/install-tomcat.xml	2009-04-04 09:10:25 UTC (rev 42242)
@@ -13,6 +13,11 @@
       <dependency groupId="apache-org" artifactId="apache-tomcat" version="${tomcat.version}" scope="provided"/>
     </artifact:dependencies>
 
+<!-- DEBUG
+    <property name="prop.maven2.tomcat.fileset" refid="maven2.tomcat.fileset"/>
+    <echo>Refid: ${prop.maven2.tomcat.fileset}</echo>
+-->
+
     <mkdir dir="${yanel.source.home}/local"/>
     <unzip dest="${yanel.source.home}/local">
       <fileset refid="maven2.tomcat.fileset"/>



More information about the Yanel-commits mailing list