Author: jmitchell Date: Wed Apr 5 20:43:35 2006 New Revision: 391889 URL: http://svn.apache.org/viewcvs?rev=391889&view=rev Log: artifactId is the preferred tag for identification and groupId/artifactId is the preferred tag for dependencies
Modified: struts/action/trunk/faces/project.xml struts/action/trunk/taglib/project.xml Modified: struts/action/trunk/faces/project.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/faces/project.xml?rev=391889&r1=391888&r2=391889&view=diff ============================================================================== --- struts/action/trunk/faces/project.xml (original) +++ struts/action/trunk/faces/project.xml Wed Apr 5 20:43:35 2006 @@ -20,7 +20,7 @@ <extend>../build/project.xml</extend> - <id>struts-faces</id> + <artifactId>struts-faces</artifactId> <name>Struts JSF Integration Library</name> <currentVersion>1.0</currentVersion> Modified: struts/action/trunk/taglib/project.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/taglib/project.xml?rev=391889&r1=391888&r2=391889&view=diff ============================================================================== --- struts/action/trunk/taglib/project.xml (original) +++ struts/action/trunk/taglib/project.xml Wed Apr 5 20:43:35 2006 @@ -67,7 +67,8 @@ <!-- XDoclet dependencies --> <dependency> - <id>xdoclet</id> + <groupId>xdoclet</groupId> + <artifactId>xdoclet</artifactId> <version>1.2</version> <properties> <scope>compile</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]