[Yanel-commits] rev 31593 - public/yanel/trunk/src/resources/from-scratch-resource-template/src/build

michi at wyona.com michi at wyona.com
Mon Feb 11 14:20:42 CET 2008


Author: michi
Date: 2008-02-11 14:20:42 +0100 (Mon, 11 Feb 2008)
New Revision: 31593

Added:
   public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies-with-yanel-impl.xml
Log:
alternative dependencies file added containing the yanel impl lib

Added: public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies-with-yanel-impl.xml
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies-with-yanel-impl.xml	                        (rev 0)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies-with-yanel-impl.xml	2008-02-11 13:20:42 UTC (rev 31593)
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+
+<project name="FromScratchResource-dependencies" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
+
+  <target name="dependencies" description="Dependencies">
+    <artifact:remoteRepository id="wyona.remote.repository" url="${maven.url}"/>
+
+    <artifact:dependencies pathId="maven2.classpath" filesetId="maven2.fileset">
+      <remoteRepository refid="wyona.remote.repository"/>
+      <dependency groupId="wyona-org-yanel" artifactId="yanel-core" version="${yanel.source.version}"/>
+      <dependency groupId="wyona-org-yanel" artifactId="yanel-impl" version="${yanel.source.version}"/>
+    </artifact:dependencies>
+
+    <artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">
+      <remoteRepository refid="wyona.remote.repository"/>
+      <!-- No resource specific libs yet -->
+    </artifact:dependencies>
+
+    <property name="maven2.cp" refid="maven2.classpath"/>
+    <!--<echo>Maven2 classpath: ${maven2.cp}</echo>-->
+  </target>
+
+</project>



More information about the Yanel-commits mailing list