dlestrat 2004/09/11 11:41:10
Modified: applications/jsf-demo project.xml
Log:
MyFaces bridge fixes to support MyFaces 1.0.6. Also start work on adding
an example for MyFaces tree component. The tree component is not currently
displaying. Ideas why are
welcome.
Default dependencies remains at 1.0.7
Revision Changes Path
1.5 +9 -1 jakarta-jetspeed-2/applications/jsf-demo/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/applications/jsf-demo/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 1 Sep 2004 21:44:47 -0000 1.4
+++ project.xml 11 Sep 2004 18:41:10 -0000 1.5
@@ -101,6 +101,14 @@
</properties>
</dependency>
<dependency>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-components</artifactId>
+ <version>1.0.7</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
<groupId>portals-bridges</groupId>
<artifactId>portals-bridges-myfaces</artifactId>
<version>0.1</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]