You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2012/12/27 12:25:05 UTC

svn commit: r1426166 - in /turbine/core/trunk/src: changes/changes.xml site/site.xml

Author: tv
Date: Thu Dec 27 11:25:05 2012
New Revision: 1426166

URL: http://svn.apache.org/viewvc?rev=1426166&view=rev
Log:
Fix site generation for new parent POM

Modified:
    turbine/core/trunk/src/changes/changes.xml
    turbine/core/trunk/src/site/site.xml

Modified: turbine/core/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/src/changes/changes.xml?rev=1426166&r1=1426165&r2=1426166&view=diff
==============================================================================
--- turbine/core/trunk/src/changes/changes.xml (original)
+++ turbine/core/trunk/src/changes/changes.xml Thu Dec 27 11:25:05 2012
@@ -26,6 +26,9 @@
   <body>
     <release version="4.0-M2" date="in Subversion">
       <action type="update" dev="tv">
+        Adjust site for Apache Turbine Parent POM version 2
+      </action>
+      <action type="update" dev="tv">
         Use Apache Turbine Parent POM version 2
       </action>
       <action type="add" dev="tv">

Modified: turbine/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/src/site/site.xml?rev=1426166&r1=1426165&r2=1426166&view=diff
==============================================================================
--- turbine/core/trunk/src/site/site.xml (original)
+++ turbine/core/trunk/src/site/site.xml Thu Dec 27 11:25:05 2012
@@ -29,17 +29,8 @@
   <bannerRight>
     <src>/images/logo.gif</src>
   </bannerRight>
-  <publishDate format="dd MMMM yyyy" position="left" />
-  <version position="left" />
   
   <body>
-    <links>
-      <item name="Apache"           href="http://www.apache.org"/>
-      <item name="Turbine"          href="http://turbine.apache.org/"/>
-      <item name="Fulcrum"          href="http://turbine.apache.org/fulcrum/"/>
-      <item name="META"             href="http://turbine.apache.org/meta/"/>
-    </links>
-
     <menu name="General Information">
       <item name="Overview"              href="/index.html"/>
       <item name="Features"              href="/features.html"/>
@@ -108,16 +99,5 @@
       <item name="How To Help"           href="/how-to-help.html"/>
       <item name="Todo"                  href="/todo.html"/>
     </menu>
-
-    <menu ref="reports" inherit="bottom" />
-
-    <menu name="Apache">
-        <item name="Apache Website"     href="http://www.apache.org/"/>
-        <item name="License"            href="http://www.apache.org/licenses/" />
-        <item name="How the ASF works"  href="http://www.apache.org/foundation/how-it-works.html"/>
-        <item name="Sponsorship"        href="http://www.apache.org/foundation/sponsorship.html" />
-        <item name="Thanks"             href="http://www.apache.org/foundation/thanks.html" />
-        <item name="Security"           href="http://www.apache.org/security/" />
-    </menu>
   </body>
 </project>