taylor 2004/10/12 14:33:20
Modified: portals-bridges/myfaces project.xml
Log:
added dep on myfaces snapshot from cvs head
Revision Changes Path
1.2 +19 -3 jakarta-jetspeed-2/portals-bridges/myfaces/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portals-bridges/myfaces/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 17 Aug 2004 19:56:46 -0000 1.1
+++ project.xml 12 Oct 2004 21:33:20 -0000 1.2
@@ -58,16 +58,32 @@
<artifactId>servletapi</artifactId>
<version>2.3</version>
</dependency>
+
<dependency>
<groupId>myfaces</groupId>
<artifactId>myfaces-jsf-api</artifactId>
- <version>1.0.7</version>
+ <version>1.0.7-SNAPSHOT</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
</dependency>
<dependency>
<groupId>myfaces</groupId>
<artifactId>myfaces</artifactId>
- <version>1.0.7</version>
+ <version>1.0.7-SNAPSHOT</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
</dependency>
+ <dependency>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-components</artifactId>
+ <version>1.0.7-SNAPSHOT</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
<dependency>
<groupId>portals-bridges</groupId>
<artifactId>portals-bridges-common</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]