Author: vsiveton
Date: Tue Dec 23 07:00:25 2008
New Revision: 728981

URL: http://svn.apache.org/viewvc?rev=728981&view=rev
Log:
o using maven-stylus-skin snap due to r728944

Modified:
    maven/skins/trunk/src/site/site.xml

Modified: maven/skins/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/src/site/site.xml?rev=728981&r1=728980&r2=728981&view=diff
==============================================================================
--- maven/skins/trunk/src/site/site.xml (original)
+++ maven/skins/trunk/src/site/site.xml Tue Dec 23 07:00:25 2008
@@ -20,26 +20,13 @@
 -->
 
 <project>
-  <publishDate format="dd MMM yyyy" />
+  <!-- TODO remove when using Maven Parent 11+ -->
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.1-SNAPSHOT</version>
+  </skin>
   <body>
-    <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="modules"/>
     <menu ref="reports" inherit="bottom"/>
   </body>


Reply via email to