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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]