You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/05/06 12:59:13 UTC

svn commit: r941657 - /maven/shared/trunk/maven-archiver/src/site/site.xml

Author: bentmann
Date: Thu May  6 10:59:12 2010
New Revision: 941657

URL: http://svn.apache.org/viewvc?rev=941657&view=rev
Log:
o Fixed site descriptor

Modified:
    maven/shared/trunk/maven-archiver/src/site/site.xml

Modified: maven/shared/trunk/maven-archiver/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/src/site/site.xml?rev=941657&r1=941656&r2=941657&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/src/site/site.xml (original)
+++ maven/shared/trunk/maven-archiver/src/site/site.xml Thu May  6 10:59:12 2010
@@ -18,22 +18,6 @@ specific language governing permissions 
 under the License.
 -->
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
-  <!-- TODO: Most of the stuff in this file should be inherited from the shared parent -->
-  <!-- TODO: banners, skin, publish date, version should be inherited from Maven itself -->
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-  </skin>
-  <publishDate format="dd MMM yyyy" position="left" />
-  <version position="left" />
   <body>
     <menu name="Overview">
       <item name="Reference" href="index.html"/>
@@ -45,26 +29,5 @@ under the License.
       <item name="Set Up The Classpath" href="examples/classpath.html"/>
       <item name="Use Your Own Manifest File" href="examples/manifestFile.html"/>
     </menu>
-    <!-- TODO: Link, head, reports should be inherited -->
-    <!-- TODO: use breadcrumbs more structure, links for links, and inherit subprojects as a menu or not at all -->
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/>
-      <item name="SCM" href="http://maven.apache.org/scm"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon"/>
-      <item name="JXR" href="http://maven.apache.org/jxr"/>
-      <item name="Doxia" href="http://maven.apache.org/doxia"/>
-    </links>
-    <head>
-      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      </script>
-      <script type="text/javascript">
-        _uacct = "UA-140879-1";
-        urchinTracker();
-      </script>
-    </head>
-    <menu ref="reports" inherit="bottom" />
   </body>
 </project>