You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/27 11:54:07 UTC

svn commit: r349203 - /jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml

Author: dion
Date: Sun Nov 27 02:54:03 2005
New Revision: 349203

URL: http://svn.apache.org/viewcvs?rev=349203&view=rev
Log:
Use groupId/artifactId consistently instead of simply id

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml?rev=349203&r1=349202&r2=349203&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml Sun Nov 27 02:54:03 2005
@@ -23,7 +23,7 @@
   -->
 
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-ant</id>
+  <artifactId>commons-jelly-tags-ant</artifactId>
   <name>commons-jelly-tags-ant</name>
   <currentVersion>1.1.1-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.ant</package>
@@ -45,7 +45,8 @@
     <!-- START for compilation -->
 
     <dependency>
-      <id>ant</id>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
       <version>1.6.5</version>
     </dependency>
     <dependency>
@@ -66,17 +67,24 @@
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <dependency>
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-util</artifactId>
       <version>1.1.1</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <!-- END for testing -->
     <!-- START for running demos -->
 
     <dependency>
-      <id>commons-cli</id>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
       <version>1.0</version>
     </dependency>
     <!-- END for running demos -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org