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

simon at wyona.com simon at wyona.com
Thu Apr 23 17:06:37 CEST 2009


Author: simon
Date: 2009-04-23 17:06:37 +0200 (Thu, 23 Apr 2009)
New Revision: 42517

Modified:
   public/yanel/trunk/src/build/dependencies.xml
Log:
made path to ext more specific

Modified: public/yanel/trunk/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/build/dependencies.xml	2009-04-23 14:59:45 UTC (rev 42516)
+++ public/yanel/trunk/src/build/dependencies.xml	2009-04-23 15:06:37 UTC (rev 42517)
@@ -119,7 +119,7 @@
       <remoteRepository refid="wyona.remote.repository"/>
       <dependency groupId="ext" artifactId="gwtext" version="2.0.2" scope="provided" type="zip"/>
     </artifact:dependencies>
-    <unzip dest="${build.dir}/webapps/${servlet.context.prefix}/htdocs/ext">
+    <unzip dest="${build.dir}/webapps/${servlet.context.prefix}/htdocs/gwt-ext-2.0.2">
       <fileset refid="maven2.ext.fileset"/>
     </unzip>
     <!--     get ext by maven -->



More information about the Yanel-commits mailing list