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 2011/01/12 23:07:20 UTC

svn commit: r1058336 - /myfaces/portlet-bridge/core/trunk/src/site/site.xml

Author: mfreedman
Date: Wed Jan 12 22:07:20 2011
New Revision: 1058336

URL: http://svn.apache.org/viewvc?rev=1058336&view=rev
Log:
Minor update to reflect 2.0 release.

Modified:
    myfaces/portlet-bridge/core/trunk/src/site/site.xml

Modified: myfaces/portlet-bridge/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/src/site/site.xml?rev=1058336&r1=1058335&r2=1058336&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/src/site/site.xml (original)
+++ myfaces/portlet-bridge/core/trunk/src/site/site.xml Wed Jan 12 22:07:20 2011
@@ -1,70 +1,72 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- * 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.
--->
-<project name="Portlet Bridge">
-  <bannerLeft>
-    <name>Portlet Bridge</name>
-    <src>images/portlet_bridge_logo.png</src>
-    <href>http://myfaces.apache.org/portlet-bridge</href>
-  </bannerLeft>
-  <bannerRight>
-    <name>Apache MyFaces</name>
-    <src>img/banners/MyFaces_logo.jpg</src>
-    <href>http://myfaces.apache.org/</href>
-  </bannerRight>
-  <publishDate format="dd MMM yyyy" />
-  <skin>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>myfaces-site-skin</artifactId>
-    <version>1-SNAPSHOT</version>
-  </skin>
-  <body>
-    <links>
-      <item name="Apache"  href="http://www.apache.org/"/>
-      <item name="MyFaces" href="http://myfaces.apache.org/"/>
-      <item name="Portals" href="http://portals.apache.org/"/>
-      <item name="JSR-301" href="http://www.jcp.org/en/jsr/detail?id=301"/>
-    </links>
-    <menu name="Portlet Bridge">
-      <item name="Overview" href="../index.html"/>
-      <item name="Download" href="../download.html"/>
-      <item name="Mailing Lists" href="../mail-lists.html"/>
-      <item name="Issue Tracking" href="../issue-tracking.html"/>
-      <item name="Wiki Homepage" href="http://wiki.apache.org/myfaces/PortletBridge" />
-    </menu>
-    <menu name="Projects">
-      <item name="Portlet Bridges" href="http://myfaces.apache.org/portlet-bridge/bridges.html">
-        <item name="Version 1.0" href="index.html">
-          <item name="API Documentation" href="documentation.html"/>
-          <item name="Project Downloads" href="downloads.html"/>
-        </item>
-        <item name="Version 2.0" collapse="true" href="../2.0/index.html">
-          <item name="dummy" href="dummy"/>
-        </item>
-      </item>
-      <item name="TCK" href="../tck.html">
-        <item name="JSR-301" collapse="true" href="../jsr301tck.html"/>
-      </item>
-    </menu>
-    ${reports}
-    <menu name="Foundation">
-      <item name="ASF" href="http://apache.org/" />
-      <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
-    </menu>
-  </body>
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+-->
+<project name="Portlet Bridge">
+  <bannerLeft>
+    <name>Portlet Bridge</name>
+    <src>images/portlet_bridge_logo.png</src>
+    <href>http://myfaces.apache.org/portlet-bridge</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>Apache MyFaces</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/</href>
+  </bannerRight>
+  <publishDate format="dd MMM yyyy" />
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>2</version>
+  </skin>
+  <body>
+    <links>
+      <item name="Apache"  href="http://www.apache.org/"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/"/>
+      <item name="Portals" href="http://portals.apache.org/"/>
+      <item name="JSR-301" href="http://www.jcp.org/en/jsr/detail?id=301"/>
+      <item name="JSR-329" href="http://www.jcp.org/en/jsr/detail?id=329"/>
+    </links>
+    <menu name="Portlet Bridge">
+      <item name="Overview" href="../index.html"/>
+      <item name="Download" href="../download.html"/>
+      <item name="Mailing Lists" href="../mail-lists.html"/>
+      <item name="Issue Tracking" href="../issue-tracking.html"/>
+      <item name="Wiki Homepage" href="http://wiki.apache.org/myfaces/PortletBridge" />
+    </menu>
+    <menu name="Projects">
+      <item name="Portlet Bridges" href="http://myfaces.apache.org/portlet-bridge/bridges.html">
+        <item name="Version 1.0" href="index.html">
+          <item name="API Documentation" href="documentation.html"/>
+          <item name="Project Downloads" href="downloads.html"/>
+        </item>
+        <item name="Version 2.0" collapse="true" href="../2.0/index.html">
+          <item name="dummy" href="dummy"/>
+        </item>
+      </item>
+      <item name="TCK" href="tck.html">
+        <item name="JSR-301" collapse="true" href="jsr301tck.html"/>
+        <item name="JSR-329" collapse="true" href="jsr329tck.html"/>
+      </item>
+    </menu>
+    ${reports}
+    <menu name="Foundation">
+      <item name="ASF" href="http://apache.org/" />
+      <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
+  </body>
+</project>