You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/11/14 01:37:34 UTC

svn commit: r344015 - in /struts: plugins/trunk/project.xml plugins/trunk/resources/project.xml plugins/trunk/xdocs/navigation.xml taglib/trunk/project.xml

Author: husted
Date: Sun Nov 13 16:37:30 2005
New Revision: 344015

URL: http://svn.apache.org/viewcvs?rev=344015&view=rev
Log:
plugins - Update project.xml with commons-resource dependency (and add commons-resources-1.0-dev.jar to the Apache respository). 
taglib - Update description for 1.3 series. 

Modified:
    struts/plugins/trunk/project.xml
    struts/plugins/trunk/resources/project.xml
    struts/plugins/trunk/xdocs/navigation.xml
    struts/taglib/trunk/project.xml

Modified: struts/plugins/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/plugins/trunk/project.xml?rev=344015&r1=344014&r2=344015&view=diff
==============================================================================
--- struts/plugins/trunk/project.xml (original)
+++ struts/plugins/trunk/project.xml Sun Nov 13 16:37:30 2005
@@ -32,20 +32,12 @@
 
   
   <shortDescription>
-  	Various plugins included with the Struts distribution.
+  	Optional but often useful plugins to Struts Core.
   </shortDescription>
   
   <description>
-The purpose of this subproject is to provide a seperate and common location to 
-host Struts plugins that are compatible with any number of Struts releases.  
-
-Plugins under this subproject can be released independently of any other Struts
-subproject.  Such projects should maintain documentation as to the compatability
-of it's artifacts with that of Struts Core and any dependent subproject.  
-
-Plugins should assume that the dependency documentation provided via Maven build
-is insufficient at determining compatability.
-
+The purpose of this subproject is to provide a separate and common location to 
+provide optional but often useful plugins to Struts Core.  
   </description>
   <repository>
     <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/plugins/trunk</connection>
@@ -59,27 +51,26 @@
 
   <dependencies>
 
-	<dependency>
-	  <groupId>struts</groupId>
-	  <artifactId>struts-core</artifactId>
-	  <version>1.3.0-dev</version>
-	  <properties>
-		<war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-	  </properties>
+    <dependency>
+       <groupId>struts</groupId>
+       <artifactId>struts-core</artifactId>
+       <version>1.3.0-dev</version>
+       <properties>
+       	 <war.bundle>true</war.bundle>
+         <cactus.bundle>true</cactus.bundle>
+       </properties>
       <url>http://struts.apache.org/</url>
-	</dependency>
+    </dependency>
 
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <url>http://jakarta.apache.org/commons/logging/</url>
+      <groupId>commons-resources</groupId>
+      <artifactId>commons-resources</artifactId>
+      <version>1.0-dev</version>
+      <url>http://jakarta.apache.org/commons/resources/</url>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>
     </dependency>
-    
 
   </dependencies>
   

Modified: struts/plugins/trunk/resources/project.xml
URL: http://svn.apache.org/viewcvs/struts/plugins/trunk/resources/project.xml?rev=344015&r1=344014&r2=344015&view=diff
==============================================================================
--- struts/plugins/trunk/resources/project.xml (original)
+++ struts/plugins/trunk/resources/project.xml Sun Nov 13 16:37:30 2005
@@ -53,19 +53,27 @@
 
   <dependencies>
 
-	<dependency>
-	  <groupId>struts</groupId>
-	  <artifactId>struts-core</artifactId>
-	  <version>1.3.0-dev</version>
-	  <properties>
-		<war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-	  </properties>
+    <dependency>
+       <groupId>struts</groupId>
+       <artifactId>struts-core</artifactId>
+       <version>1.3.0-dev</version>
+       <properties>
+       	 <war.bundle>true</war.bundle>
+         <cactus.bundle>true</cactus.bundle>
+       </properties>
       <url>http://struts.apache.org/</url>
-	</dependency>
+    </dependency>
 
+    <dependency>
+      <groupId>commons-resources</groupId>
+      <artifactId>commons-resources</artifactId>
+      <version>1.0-dev</version>
+      <url>http://jakarta.apache.org/commons/resources/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    
   </dependencies>
-  
-  
 
 </project>

Modified: struts/plugins/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/struts/plugins/trunk/xdocs/navigation.xml?rev=344015&r1=344014&r2=344015&view=diff
==============================================================================
--- struts/plugins/trunk/xdocs/navigation.xml (original)
+++ struts/plugins/trunk/xdocs/navigation.xml Sun Nov 13 16:37:30 2005
@@ -4,6 +4,9 @@
     <body>
         <menu name="Quick Links">
             <item
+                    name="Javadoc"
+                    href="apidocs/index.html"/>
+            <item
                     name="Apache Struts Home"
                     href="../index.html"/>
         </menu>

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?rev=344015&r1=344014&r2=344015&view=diff
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Sun Nov 13 16:37:30 2005
@@ -31,11 +31,11 @@
     </packageGroup>
   </packageGroups>
 
-  <shortDescription>JSP custom tags for use with Struts.</shortDescription>
+  <shortDescription>JSP custom tags for use with Struts Core.</shortDescription>
 
   <description>
-    This library simplifies development of a JSP-based view layer of a Struts Application.
-    These tags were previously packaged as part of the base Struts distribution, but have
+    This library simplifies development of a JSP-based view layer of a Struts Core Application.
+    These tags were previously packaged as part of the base Struts 1.2 distribution, but have
     been extracted into a separate library.
   </description>
     



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