Author: asmuts
Date: Mon Apr 24 08:08:14 2006
New Revision: 396575

URL: http://svn.apache.org/viewcvs?rev=396575&view=rev
Log:
removing struts from dependencies list, the plugin should have been removed

Modified:
    jakarta/jcs/trunk/project.xml

Modified: jakarta/jcs/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/jcs/trunk/project.xml?rev=396575&r1=396574&r2=396575&view=diff
==============================================================================
--- jakarta/jcs/trunk/project.xml (original)
+++ jakarta/jcs/trunk/project.xml Mon Apr 24 08:08:14 2006
@@ -114,6 +114,8 @@
 
 
        <dependencies>
+       
+           <!--  For comparitive performance tests only -->
                <dependency>
                        <id>commons-collections</id>
                        <version>3.0</version>
@@ -124,6 +126,7 @@
                        <version>20030706.202021</version>
                </dependency>
 
+               <!--  REQUIRED FOR JCS CORE -->
                <dependency>
                        <id>commons-logging</id>
                        <version>1.0.3</version>
@@ -156,6 +159,7 @@
                        </properties>
                </dependency>
 
+               <!--  REQUIRED FOR JCS CORE -->
                <dependency>
                        <id>concurrent</id>
                        <version>1.0</version>
@@ -217,12 +221,6 @@
                        <id>xml-apis</id>
                        <version>2.0.2</version>
                        <url>http://xml.apache.org/commons/</url>
-               </dependency>
-
-               <dependency>
-                       <id>struts</id>
-                       <version>1.1</version>
-                       <jar>struts-1.1.jar</jar>
                </dependency>
 
                <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to