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 2005/08/09 06:53:49 UTC

svn commit: r230968 - /struts/faces/trunk/project.xml

Author: wsmoak
Date: Mon Aug  8 21:53:40 2005
New Revision: 230968

URL: http://svn.apache.org/viewcvs?rev=230968&view=rev
Log:
Changed dependency from Struts Core 1.3.0-dev to Struts 1.2.2, removed dependencies on struts-taglib and struts-tiles.

Modified:
    struts/faces/trunk/project.xml

Modified: struts/faces/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/faces/trunk/project.xml?rev=230968&r1=230967&r2=230968&view=diff
==============================================================================
--- struts/faces/trunk/project.xml (original)
+++ struts/faces/trunk/project.xml Mon Aug  8 21:53:40 2005
@@ -66,33 +66,14 @@
       
 	<dependency>
 	  <groupId>struts</groupId>
-	  <artifactId>struts-core</artifactId>
-	  <version>1.3.0-dev</version>
+	  <artifactId>struts</artifactId>
+	  <version>1.2.2</version>
 	  <properties>
 		<war.bundle>true</war.bundle>
 	  </properties>
       <url>http://struts.apache.org/</url>
 	</dependency>
 
-	<dependency>
-  	  <groupId>struts</groupId>
-	  <artifactId>struts-taglib</artifactId>
-	  <version>1.3.0-dev</version>
-	  <properties>
-		<war.bundle>true</war.bundle>
-	  </properties>
-      <url>http://struts.apache.org/</url>
-	</dependency>
-
-	<dependency>
-  	  <groupId>struts</groupId>
-	  <artifactId>struts-tiles</artifactId>
-	  <version>1.3.0-dev</version>
-	  <properties>
-		<war.bundle>true</war.bundle>
-	  </properties>
-      <url>http://struts.apache.org/</url>
-	</dependency>
 
 	<dependency>
 	  <groupId>myfaces</groupId>



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