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

simon at wyona.com simon at wyona.com
Thu Apr 23 14:06:27 CEST 2009


Author: simon
Date: 2009-04-23 14:06:27 +0200 (Thu, 23 Apr 2009)
New Revision: 42509

Modified:
   public/yanel/trunk/src/build/dependencies.xml
Log:
extraction of gwt-ext 2.0.2 to build instead of src directory.

Modified: public/yanel/trunk/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/build/dependencies.xml	2009-04-23 11:39:36 UTC (rev 42508)
+++ public/yanel/trunk/src/build/dependencies.xml	2009-04-23 12:06:27 UTC (rev 42509)
@@ -119,8 +119,7 @@
       <remoteRepository refid="wyona.remote.repository"/>
       <dependency groupId="ext" artifactId="gwtext" version="2.0.2" scope="provided" type="zip"/>
     </artifact:dependencies>
-    
-    <unzip dest="../webapp/htdocs/ext">
+    <unzip dest="${build.dir}/webapps/${servlet.context.prefix}/htdocs/ext">
       <fileset refid="maven2.ext.fileset"/>
     </unzip>
     <!--     get ext by maven -->



More information about the Yanel-commits mailing list