You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/03/24 23:34:51 UTC

svn commit: r640614 - in /maven/skins/trunk: maven-classic-skin/src/site/ maven-default-skin/src/site/ maven-stylus-skin/src/site/ src/site/

Author: dennisl
Date: Mon Mar 24 15:34:49 2008
New Revision: 640614

URL: http://svn.apache.org/viewvc?rev=640614&view=rev
Log:
o Let each skin choose its own banner and skin.

Added:
    maven/skins/trunk/maven-classic-skin/src/site/
    maven/skins/trunk/maven-classic-skin/src/site/site.xml   (with props)
    maven/skins/trunk/maven-default-skin/src/site/
    maven/skins/trunk/maven-default-skin/src/site/site.xml   (with props)
    maven/skins/trunk/maven-stylus-skin/src/site/
    maven/skins/trunk/maven-stylus-skin/src/site/site.xml   (with props)
Modified:
    maven/skins/trunk/src/site/site.xml

Added: maven/skins/trunk/maven-classic-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-classic-skin/src/site/site.xml?rev=640614&view=auto
==============================================================================
--- maven/skins/trunk/maven-classic-skin/src/site/site.xml (added)
+++ maven/skins/trunk/maven-classic-skin/src/site/site.xml Mon Mar 24 15:34:49 2008
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project-blue.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-classic-skin</artifactId>
+    <version>1.0</version>
+  </skin>
+</project>

Propchange: maven/skins/trunk/maven-classic-skin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/skins/trunk/maven-default-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-default-skin/src/site/site.xml?rev=640614&view=auto
==============================================================================
--- maven/skins/trunk/maven-default-skin/src/site/site.xml (added)
+++ maven/skins/trunk/maven-default-skin/src/site/site.xml Mon Mar 24 15:34:49 2008
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-default-skin</artifactId>
+    <version>1.0</version>
+  </skin>
+</project>

Propchange: maven/skins/trunk/maven-default-skin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/skins/trunk/maven-stylus-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-stylus-skin/src/site/site.xml?rev=640614&view=auto
==============================================================================
--- maven/skins/trunk/maven-stylus-skin/src/site/site.xml (added)
+++ maven/skins/trunk/maven-stylus-skin/src/site/site.xml Mon Mar 24 15:34:49 2008
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <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>
+    <version>1.0.1</version>
+  </skin>
+</project>

Propchange: maven/skins/trunk/maven-stylus-skin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/skins/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/src/site/site.xml?rev=640614&r1=640613&r2=640614&view=diff
==============================================================================
--- maven/skins/trunk/src/site/site.xml (original)
+++ maven/skins/trunk/src/site/site.xml Mon Mar 24 15:34:49 2008
@@ -20,20 +20,7 @@
 -->
 
 <project>
-  <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" />
-  <version position="left" />
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"/>