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 2010/07/13 20:36:15 UTC

svn commit: r963808 - /myfaces/portlet-bridge/core/trunk/src/site/apt/index.apt.vm

Author: mfreedman
Date: Tue Jul 13 18:36:14 2010
New Revision: 963808

URL: http://svn.apache.org/viewvc?rev=963808&view=rev
Log:
Updated one last site page to reflect the 1.0 release

Modified:
    myfaces/portlet-bridge/core/trunk/src/site/apt/index.apt.vm

Modified: myfaces/portlet-bridge/core/trunk/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/src/site/apt/index.apt.vm?rev=963808&r1=963807&r2=963808&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/src/site/apt/index.apt.vm (original)
+++ myfaces/portlet-bridge/core/trunk/src/site/apt/index.apt.vm Tue Jul 13 18:36:14 2010
@@ -1,34 +1,32 @@
- ~~ 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} (JSR-${jsrNumber})}}" Specification has released it's proposed final draft and we
-  are currently awaiting the TCK.  The current implementation represents a "best guess" implementation of this final
-  draft but will not have an official release until it has passed the TCK.
-  
-  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.
+ ~~ 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} (JSR-${jsrNumber})}}" This specification is final and has been approved.  The current implementation represents the reference implementation for this specification.
+  
+  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.