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

michi at wyona.com michi at wyona.com
Mon Feb 11 14:13:06 CET 2008


Author: michi
Date: 2008-02-11 14:13:05 +0100 (Mon, 11 Feb 2008)
New Revision: 31590

Modified:
   public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml
Log:
name fixed and formatting

Modified: public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml	2008-02-11 13:12:26 UTC (rev 31589)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml	2008-02-11 13:13:05 UTC (rev 31590)
@@ -1,14 +1,13 @@
 <?xml version="1.0"?>
 
-<project name="wiki-dependencies" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
+<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-core" version="${yanel.source.version}"/>
     </artifact:dependencies>
 
     <artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">



More information about the Yanel-commits mailing list