You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/06/28 04:38:06 UTC

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

Author: jmitchell
Date: Mon Jun 27 19:38:05 2005
New Revision: 202117

URL: http://svn.apache.org/viewcvs?rev=202117&view=rev
Log:
fix faces build - thanks Wendy\!

Modified:
    struts/faces/trunk/project.xml

Modified: struts/faces/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/faces/trunk/project.xml?rev=202117&r1=202116&r2=202117&view=diff
==============================================================================
--- struts/faces/trunk/project.xml (original)
+++ struts/faces/trunk/project.xml Mon Jun 27 19:38:05 2005
@@ -66,8 +66,18 @@
       
 	<dependency>
 	  <groupId>struts</groupId>
-	  <artifactId>struts</artifactId>
-	  <version>1.1</version>
+	  <artifactId>struts-core</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-taglib</artifactId>
+	  <version>1.3.0-dev</version>
 	  <properties>
 		<war.bundle>true</war.bundle>
 	  </properties>



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