dlestrat 2005/03/07 20:30:23 Modified: . .classpath locator.ent xdocs navigation.xml Added: xdocs portlet-bridges.xml Removed: portals-bridges/myfaces/xdocs navigation.xml Log: Update myfaces dependencies to 1.0.9. Move JSF bridge. Add documentation. Revision Changes Path 1.93 +2 -2 jakarta-jetspeed-2/.classpath Index: .classpath =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- .classpath 11 Feb 2005 03:33:33 -0000 1.92 +++ .classpath 8 Mar 2005 04:30:23 -0000 1.93 @@ -41,7 +41,7 @@ <classpathentry excluding="**/CVS*|log4j.properties" kind="src" path="components/web-content/src/test"/> <classpathentry excluding="**/CVS/*" kind="src" path="portals-bridges/common/src/java"/> <classpathentry kind="src" path="portals-bridges/frameworks/src/java"/> - <classpathentry excluding="**/CVS/*" kind="src" path="portals-bridges/myfaces/src/java"/> + <classpathentry excluding="**/CVS/*" kind="src" path="portals-bridges/jsf/src/java"/> <classpathentry excluding="**/CVS/*" kind="src" path="portals-bridges/php/src/java"/> <classpathentry excluding="**/CVS/*" kind="src" path="portals-bridges/perl/src/java"/> <classpathentry excluding="**/CVS/*" kind="src" path="portals-bridges/struts/src/java"/> @@ -97,7 +97,7 @@ <classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-core-1.1.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/cglib/jars/cglib-2.0.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/itgroundwork/jars/phpportlet-1.0.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/myfaces/jars/myfaces-1.0.8-PATCHED.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/myfaces/jars/myfaces-1.0.9.jar"/> <classpathentry kind="var" path="MAVEN_REPO/jstl/jars/jstl-1.0.6.jar"/> <classpathentry kind="var" path="MAVEN_REPO/pluto/jars/pluto-1.0.1-rc1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/lucene/jars/lucene-1.4.1.jar"/> 1.6 +2 -1 jakarta-jetspeed-2/locator.ent Index: locator.ent =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/locator.ent,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- locator.ent 1 Dec 2004 17:06:31 -0000 1.5 +++ locator.ent 8 Mar 2005 04:30:23 -0000 1.6 @@ -1,8 +1,9 @@ <!-- Project dependencies -->
<!ENTITY spring-deps SYSTEM "file:etc/project-dependencies/spring-deps.xml"> <!ENTITY db-ojb-deps SYSTEM "file:etc/project-dependencies/db-ojb-deps.xml"> +<!ENTITY jsf-api-deps SYSTEM "file:etc/project-dependencies/jsf-api-deps.xml"> +<!ENTITY jsf-bridge-deps SYSTEM "file:etc/project-dependencies/jsf-bridge-deps.xml"> <!ENTITY myfaces-deps SYSTEM "file:etc/project-dependencies/myfaces-deps.xml"> -<!ENTITY myfaces-bridge-deps SYSTEM "file:etc/project-dependencies/myfaces-bridge-deps.xml"> <!ENTITY jmock-deps SYSTEM "file:etc/project-dependencies/jmock-deps.xml"> <!ENTITY commons-config-dep SYSTEM "file:etc/project-dependencies/commons-config-dep.xml"> 1.9 +3 -0 jakarta-jetspeed-2/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/xdocs/navigation.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- navigation.xml 21 Feb 2005 21:34:46 -0000 1.8 +++ navigation.xml 8 Mar 2005 04:30:23 -0000 1.9 @@ -50,6 +50,9 @@ <item name="PSML" href="psml.html"/> <item name="Site" href="site.html"/> </menu> + <menu name='Portlet Bridges'> + <item name="Portlet Bridges Overview" href="portlet-bridges.html"/> + </menu> <menu name='Components'> <item name="Profiler" href="components/profiler.html"/> </menu> 1.1 jakarta-jetspeed-2/xdocs/portlet-bridges.xml Index: portlet-bridges.xml =================================================================== <?xml version="1.0"?> <!-- Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <document> <properties> <title>Jetspeed Portlet Bridges</title> <subtitle>Documentation for Jetspeed-2 Portlet Bridges</subtitle> <authors> <person name="David Le Strat" email="[EMAIL PROTECTED]"/> </authors> </properties> <body> <section name="Struts Portlet Bridge"> <p> Jetspeed 2 provides a Portlet bridge for Struts. Please visit the <a href="/multiproject/portals-bridges-struts/index.html">J2's Struts Portlet Bridge</a> sub project documentation. </p> <p> Jetspeed 2 also contains multiple Struts portlet demo applications: <ul> <li>The <a href="/multiproject/struts-demo/index.html">Struts Mailer Demo</a> application</li> <li>The <a href="/multiproject/jpetstore/index.html">iBATIS JPetstore Demo Portlet</a> application</li> </ul> </p> </section> <section name="JSF Portlet Bridge"> <p> Jetspeed 2 provides a Portlets bridge for JSF. Please visit the <a href="/multiproject/portals-bridges-jsf/index.html">J2's JSF Portlet Bridge</a> sub project documentation. </p> <p> Jetspeed 2 also contains multiple JSF portlet demo applications based on MyFaces JSF implementation: <ul> <li>The <a href="/multiproject/jsf-demo/index.html">JSF Portlet Demo</a> application using J2's JSF Portlet Bridge</li> <li>The <a href="/multiproject/jsf-demo-myfaces/index.html">JSF Portlet Demo</a> application using MyFaces built-in Portlet Bridge</li> <li>The <a href="/multiproject/security/index.html">Role Management (Work In Progress)</a> application</li> </ul> </p> <p> Please find the bridge documentation in the <a href="/multiproject/security/index.html">JSF Portlet Bridge</a> subproject. </p> </section> </body> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]