Author: vsiveton
Date: Tue Dec 23 05:54:38 2008
New Revision: 728955

URL: http://svn.apache.org/viewvc?rev=728955&view=rev
Log:
o using latest parent

Modified:
    maven/doxia/site/src/site/site.xml

Modified: maven/doxia/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=728955&r1=728954&r2=728955&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Tue Dec 23 05:54:38 2008
@@ -22,39 +22,14 @@
  -->
 
 <project name="Doxia">
-  <bannerLeft>
-    <name>Doxia</name>
-    <src>images/apache-maven-project-2.png</src>
-  </bannerLeft>
-  <bannerRight>
-    <src>images/maven-logo-2.gif</src>
-  </bannerRight>
-  <publishDate format="d MMM yyyy" position="right" />
+  <version position="none" />
+  <!-- TODO remove when using Maven Parent 11+ -->
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-stylus-skin</artifactId>
-    <version>1.0.1</version>
+    <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="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 name="About Doxia">
       <item name="What is Doxia?" href="index.html"/>
       <item name="Overview" href="overview.html"/>


Reply via email to