Author: jmitchell
Date: Wed Apr 5 20:45:03 2006
New Revision: 391890
URL: http://svn.apache.org/viewcvs?rev=391890&view=rev
Log:
artifactId is the preferred tag for identification and groupId/artifactId is
the preferred tag for dependencies
Modified:
struts/sandbox/trunk/extras/project.xml
struts/sandbox/trunk/mailreader-chain/project.xml
struts/sandbox/trunk/project.xml
struts/sandbox/trunk/struts-jericho/project.xml
struts/sandbox/trunk/ti/phase2/wars/example/project.xml
struts/sandbox/trunk/ti/phase2/wars/samples-jsf/project.xml
struts/sandbox/trunk/tiles-documentation/project.xml
struts/sandbox/trunk/tiles/tiles-documentation/project.xml
Modified: struts/sandbox/trunk/extras/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/extras/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/extras/project.xml (original)
+++ struts/sandbox/trunk/extras/project.xml Wed Apr 5 20:45:03 2006
@@ -20,7 +20,7 @@
<extend>../project.xml</extend>
- <id>struts-resources-plugin</id>
+ <artifactId>struts-resources-plugin</artifactId>
<name>Struts Resources Plugin</name>
Modified: struts/sandbox/trunk/mailreader-chain/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-chain/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/mailreader-chain/project.xml (original)
+++ struts/sandbox/trunk/mailreader-chain/project.xml Wed Apr 5 20:45:03 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
- <id>mailreader</id>
+ <artifactId>mailreader</artifactId>
<name>Struts MailReader for Commons Chain</name>
<package>org.apache.*</package>
<description>A new implementation of the classic Struts MailReader example
using Commons Chain as a business facade.</description>
Modified: struts/sandbox/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/project.xml (original)
+++ struts/sandbox/trunk/project.xml Wed Apr 5 20:45:03 2006
@@ -20,7 +20,7 @@
<extend>build/project.xml</extend>
- <id>struts-sandbox</id>
+ <artifactId>struts-sandbox</artifactId>
<name>Struts Sandbox</name>
<package>org.apache.struts</package>
@@ -34,7 +34,8 @@
<dependencies>
<dependency>
- <id>xml-apis</id>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<url>http://xml.apache.org/commons/</url>
<properties>
Modified: struts/sandbox/trunk/struts-jericho/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/struts-jericho/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/struts-jericho/project.xml (original)
+++ struts/sandbox/trunk/struts-jericho/project.xml Wed Apr 5 20:45:03 2006
@@ -3,7 +3,7 @@
<project>
<extend>../project.xml</extend>
<name>Jericho</name>
- <id>struts-jericho</id>
+ <artifactId>struts-jericho</artifactId>
<currentVersion>0.1-dev</currentVersion>
<inceptionYear>2003</inceptionYear>
<shortDescription>Struts Jericho 2.x Whiteboard</shortDescription>
Modified: struts/sandbox/trunk/ti/phase2/wars/example/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/ti/phase2/wars/example/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/ti/phase2/wars/example/project.xml (original)
+++ struts/sandbox/trunk/ti/phase2/wars/example/project.xml Wed Apr 5 20:45:03
2006
@@ -21,7 +21,7 @@
<project>
<extend>../../project.xml</extend>
- <id>struts-ti-example</id>
+ <artifactId>struts-ti-example</artifactId>
<name>Struts Ti Example</name>
</project>
Modified: struts/sandbox/trunk/ti/phase2/wars/samples-jsf/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/ti/phase2/wars/samples-jsf/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/ti/phase2/wars/samples-jsf/project.xml (original)
+++ struts/sandbox/trunk/ti/phase2/wars/samples-jsf/project.xml Wed Apr 5
20:45:03 2006
@@ -67,7 +67,8 @@
</properties>
</dependency>
<dependency>
- <id>jstl</id>
+ <groupId>jstl</groupId>
+ <artifactId>jstl</artifactId>
<version>1.1.2</version>
<properties>
<war.bundle>true</war.bundle>
Modified: struts/sandbox/trunk/tiles-documentation/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles-documentation/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles-documentation/project.xml (original)
+++ struts/sandbox/trunk/tiles-documentation/project.xml Wed Apr 5 20:45:03
2006
@@ -2,7 +2,7 @@
<project>
<extend>${basedir}/../project.xml</extend>
- <id>tiles-documentation</id>
+ <artifactId>tiles-documentation</artifactId>
<name>Tiles documentation web application</name>
<package>org.apache.struts.webapp.tiles.*</package>
Modified: struts/sandbox/trunk/tiles/tiles-documentation/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/tiles-documentation/project.xml?rev=391890&r1=391889&r2=391890&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/project.xml (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/project.xml Wed Apr 5
20:45:03 2006
@@ -2,7 +2,7 @@
<project>
<extend>${basedir}/../project.xml</extend>
- <id>tiles-documentation</id>
+ <artifactId>tiles-documentation</artifactId>
<name>Tiles documentation web application</name>
<package>org.apache.struts.webapp.tiles.*</package>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]