You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/08/31 23:02:15 UTC

svn commit: r991326 - in /myfaces/myfaces-build-tools/trunk/maven2-plugins: myfaces-builder-plugin/src/site/site.xml myfaces-javacc-plugin/src/site/site.xml myfaces-plugin-parent/src/site/site.xml myfaces-wagon-plugin/src/site/site.xml

Author: lu4242
Date: Tue Aug 31 21:02:15 2010
New Revision: 991326

URL: http://svn.apache.org/viewvc?rev=991326&view=rev
Log:
update myfaces site skin to v 1

Removed:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/src/site/site.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/src/site/site.xml
Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/site/site.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/src/site/site.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/site/site.xml?rev=991326&r1=991325&r2=991326&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/site/site.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/site/site.xml Tue Aug 31 21:02:15 2010
@@ -35,7 +35,7 @@
   <skin>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-site-skin</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </skin>
 
 
@@ -46,25 +46,25 @@
     </links>
 
     <menu name="Overview">
-      <item name="Introduction" href="index.html"/>
-      <item name="Goals" href="plugin-info.html"/>
-      <item name="How to Use" href="howto.html"/>
-	  <item name="Plugin Javadoc" href="apidocs/index.html"/>
-      <item name="Doclets and Annotations" href="doclets-annotations.html"/>
+      <item name="Introduction" href="./index.html"/>
+      <item name="Goals" href="./plugin-info.html"/>
+      <item name="How to Use" href="./howto.html"/>
+	  <item name="Plugin Javadoc" href="./apidocs/index.html"/>
+      <item name="Doclets and Annotations" href="./doclets-annotations.html"/>
 	  <item name="Annotations Javadoc" href="http://myfaces.apache.org/build-tools/plugins/myfaces-builder-annotations/apidocs/index.html"/>
       <item name="Wiki" href="http://wiki.apache.org/myfaces/MyfacesBuilderPlugin"/>
     </menu>
 
     <menu name="Users Guide">
-      <item name="Setting up your project" href="setup.html"/>
-      <item name="Template Files" href="templates.html"/>
-      <item name="Configuration Files" href="config-files.html"/>
-      <item name="Components" href="components.html"/>      
-      <item name="Converters" href="converters.html"/>
-      <item name="Validators" href="validators.html"/>
-      <item name="Properties for Components, Converters and Validators" href="properties.html"/>
-      <item name="JSP Tags" href="tags.html"/>
-      <item name="Attributes for JSP Tags" href="attributes.html"/>
+      <item name="Setting up your project" href="./setup.html"/>
+      <item name="Template Files" href="./templates.html"/>
+      <item name="Configuration Files" href="./config-files.html"/>
+      <item name="Components" href="./components.html"/>      
+      <item name="Converters" href="./converters.html"/>
+      <item name="Validators" href="./validators.html"/>
+      <item name="Properties for Components, Converters and Validators" href="./properties.html"/>
+      <item name="JSP Tags" href="./tags.html"/>
+      <item name="Attributes for JSP Tags" href="./attributes.html"/>
     </menu>
 
     <menu ref="reports"/>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/src/site/site.xml?rev=991326&r1=991325&r2=991326&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/src/site/site.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/src/site/site.xml Tue Aug 31 21:02:15 2010
@@ -34,7 +34,7 @@
   <skin>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-site-skin</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </skin>
 
   <body>
@@ -49,7 +49,7 @@
     </menu>
 
     <menu name="Documentation">
-      <item name="About"         href="index.html"/>
+      <item name="About"         href="./index.html"/>
     </menu>
 
     <menu ref="reports"/>