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

simon at wyona.com simon at wyona.com
Tue Apr 21 16:17:10 CEST 2009


Author: simon
Date: 2009-04-21 16:17:10 +0200 (Tue, 21 Apr 2009)
New Revision: 42453

Modified:
   public/yanel/trunk/src/build/dependencies.xml
Log:
added dependency for ext

Modified: public/yanel/trunk/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/build/dependencies.xml	2009-04-21 14:16:48 UTC (rev 42452)
+++ public/yanel/trunk/src/build/dependencies.xml	2009-04-21 14:17:10 UTC (rev 42453)
@@ -113,6 +113,17 @@
 
 
     </artifact:dependencies>
+    
+    <!--     get ext by maven -->    
+    <artifact:dependencies filesetId="maven2.ext.fileset">
+      <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">
+      <fileset refid="maven2.ext.fileset"/>
+    </unzip>
+    <!--     get ext by maven -->
 
     <property name="maven2.cp" refid="maven2.classpath"/>
     <property name="maven2.compile.cp" refid="maven2.compile.classpath"/>



More information about the Yanel-commits mailing list