You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2009/06/25 19:03:14 UTC

svn commit: r788433 [2/2] - in /myfaces/portlet-bridge/core/trunk_2.0.x: examples/ examples/assembly/ examples/assembly/src/ examples/assembly/src/main/ examples/assembly/src/main/assembly/ examples/assembly/src/main/resources/ examples/assembly/src/ma...

Modified: myfaces/portlet-bridge/core/trunk_2.0.x/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk_2.0.x/src/site/apt/index.apt.vm?rev=788433&r1=788432&r2=788433&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk_2.0.x/src/site/apt/index.apt.vm (original)
+++ myfaces/portlet-bridge/core/trunk_2.0.x/src/site/apt/index.apt.vm Thu Jun 25 17:03:12 2009
@@ -1,33 +1,36 @@
- ~~ Licensed to the Apache Software Foundation (ASF) under one or more
- ~~ contributor license agreements.  See the NOTICE file distributed with
- ~~ this work for additional information regarding copyright ownership.
- ~~ The ASF licenses this file to You 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.
- 
- ~~ Note: See documentation on http://maven.apache.org/guides/mini/guide-apt-format.html
-
- ----------------------
- ${project.name}
- ----------------------
-
-Introduction
-
-  This is the ${project.name} ${projectSeries} Project.  It is designed to act as a bridge between a Portlet 
-  ${portletSpecVersion} container and JSF ${jsfSpecVersion}.  
-  
-  The {{{${specLink}} ${specName}}} Specification is currently under active development by the JCP but it is in the 
-  process of being assigned a new JSR number and is therefore still looking for a home on jcp.org.  Because this JSR
-  is not yet complete, this project represents a "best guest" implementation of the latest specifications comming out
-  of the expert group. Once a TCK has been made avaialble, it is intended that this project will eventually represent
-  the official Reference Implementation for the JSF Portlet Bridge projects.
-  
-  The currently released version of this project is {{{downloads.html} ${project.name} ${latestRelease}}}.
+ ~~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~~ contributor license agreements.  See the NOTICE file distributed with
+ ~~ this work for additional information regarding copyright ownership.
+ ~~ The ASF licenses this file to You 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.
+ 
+ ~~ Note: See documentation on http://maven.apache.org/guides/mini/guide-apt-format.html
+
+ ----------------------
+ ${project.name}
+ ----------------------
+
+Introduction
+
+  This is the ${project.name} ${projectSeries} Project.  It is designed to act as a bridge between a Portlet 
+  ${portletSpecVersion} container and JSF ${jsfSpecVersion}.  
+  
+  The {{{${specLink}} ${specName}}} Specification is currently under active development by the JCP but it is in the 
+  process of being assigned a new JSR number and is therefore still looking for a home on jcp.org.  Because this JSR
+  is not yet complete, this project represents a "best guest" implementation of the latest specifications comming out
+  of the expert group. Once a TCK has been made avaialble, it is intended that this project will eventually represent
+  the official Reference Implementation for the JSF Portlet Bridge projects.
+  
+  The currently released version of this project is {{{downloads.html} ${project.name} ${latestRelease}}}.
+
+  For information on using the bridge with an existing application, consult the {{{http://wiki.apache.org/myfaces/PortletBridge} wiki}}.
+  To try it out, run the sample included in the distribution or download and tweek the Mojarra (Faces RI) samples as described in this wiki page.