[Yanel-commits] rev 25717 - public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/build

simon at wyona.com simon at wyona.com
Tue Jul 3 13:12:39 CEST 2007


Author: simon
Date: 2007-07-03 13:12:39 +0200 (Tue, 03 Jul 2007)
New Revision: 25717

Modified:
   public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/build/dependencies.xml
Log:
dependecies and imports fixed

Modified: public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/build/dependencies.xml
===================================================================
--- public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/build/dependencies.xml	2007-07-03 11:12:23 UTC (rev 25716)
+++ public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/build/dependencies.xml	2007-07-03 11:12:39 UTC (rev 25717)
@@ -9,11 +9,17 @@
       <remoteRepository refid="wyona.remote.repository"/>
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
+      <dependency groupId="wyona-org-yanel" artifactId="yanel-resource-find-update"
+                  version="1.0-dev-r25709"/> 
+      <dependency groupId="javax.servlet" artifactId="servlet-api" version="2.3"/>
+      <dependency groupId="xml-resolver" artifactId="xml-resolver" version="1.1"/>
+      <dependency groupId="xalan" artifactId="xalan" version="2.7.0"/>
     </artifact:dependencies>
 
     <artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">
       <remoteRepository refid="wyona.remote.repository"/>
-      <!-- No resource specific libs yet -->
+      <dependency groupId="wyona-org-yanel" artifactId="yanel-resource-find-update"
+                  version="1.0-dev-r25709"/> 
     </artifact:dependencies>
 
     <property name="maven2.cp" refid="maven2.classpath"/>




More information about the Yanel-commits mailing list