You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/16 04:38:09 UTC

svn commit: r369327 - /struts/scripting/trunk/project.xml

Author: wsmoak
Date: Sun Jan 15 19:38:05 2006
New Revision: 369327

URL: http://svn.apache.org/viewcvs?rev=369327&view=rev
Log:
Corrected the repository group for this artifact by switching from <id> to both <groupId> and <artifactId>.
Added dependency scope hints for Maven 2.

Modified:
    struts/scripting/trunk/project.xml

Modified: struts/scripting/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/scripting/trunk/project.xml?rev=369327&r1=369326&r2=369327&view=diff
==============================================================================
--- struts/scripting/trunk/project.xml (original)
+++ struts/scripting/trunk/project.xml Sun Jan 15 19:38:05 2006
@@ -18,7 +18,6 @@
  */
  -->
 
-  <!-- <extend>build/project.xml</extend> -->
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
@@ -26,7 +25,8 @@
   </organization>
   <logo>http://struts.apache.org/images/struts.gif</logo>
 
-  <id>struts-scripting</id>
+  <groupId>struts</groupId>
+  <artifactId>struts-scripting</artifactId>
   <name>Struts Scripting</name>
   <currentVersion>1.0.1</currentVersion>
   
@@ -185,6 +185,7 @@
       <properties>
         <war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>
+        <optional>true</optional>
       </properties>
       <url>http://struts.apache.org/</url>
       <comment>Optional - Used by the Mailreader example</comment>
@@ -198,6 +199,7 @@
       <properties>
         <war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>
+        <optional>true</optional>
       </properties>
       <url>http://groovy.codehaus.org/</url>
       <comment>Optional - Used by the Mailreader example</comment>
@@ -210,7 +212,7 @@
       <version>2.1</version>
       <url>http://jakarta.apache.org/commons/lang/</url>
       <properties>
-        <scope>compile</scope>
+         <optional>true</optional>
       </properties>
       <comment>Required only for build</comment>
     </dependency>
@@ -221,7 +223,7 @@
       <version>2.7.0</version>
       <url>http://xalan.apache.org/</url>
       <properties>
-        <scope>compile</scope>
+        <optional>true</optional>
       </properties>
       <comment>Required only for build</comment>
     </dependency>



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