You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2013/01/02 02:10:24 UTC

svn commit: r1427612 - in /continuum/site: pom.xml src/site/resources/css/maven-theme.css src/site/resources/css/site.css src/site/site.xml

Author: brett
Date: Wed Jan  2 01:10:24 2013
New Revision: 1427612

URL: http://svn.apache.org/viewvc?rev=1427612&view=rev
Log:
updated to use skin

Added:
    continuum/site/src/site/site.xml   (with props)
Removed:
    continuum/site/src/site/resources/css/maven-theme.css
Modified:
    continuum/site/pom.xml
    continuum/site/src/site/resources/css/site.css

Modified: continuum/site/pom.xml
URL: http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=1427612&r1=1427611&r2=1427612&view=diff
==============================================================================
--- continuum/site/pom.xml (original)
+++ continuum/site/pom.xml Wed Jan  2 01:10:24 2013
@@ -60,7 +60,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.6</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: continuum/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/continuum/site/src/site/resources/css/site.css?rev=1427612&r1=1427611&r2=1427612&view=diff
==============================================================================
--- continuum/site/src/site/resources/css/site.css (original)
+++ continuum/site/src/site/resources/css/site.css Wed Jan  2 01:10:24 2013
@@ -70,14 +70,6 @@ h4 {
 }
 */
 
-#banner {
-  background: none;
-}
-
-#bannerRight img {
-  margin: 10px;
-}
-
 .frontpagebox {
   float: left;
   text-align: center;

Added: continuum/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/continuum/site/src/site/site.xml?rev=1427612&view=auto
==============================================================================
--- continuum/site/src/site/site.xml (added)
+++ continuum/site/src/site/site.xml Wed Jan  2 01:10:24 2013
@@ -0,0 +1,59 @@
+<?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>
+  <skin>
+    <groupId>org.apache.continuum</groupId>
+    <artifactId>continuum-skin</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </skin>
+  <body>
+    <breadcrumbs>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Continuum" href="http://continuum.apache.org/"/>
+    </breadcrumbs>
+    <menu name="Main">
+      <item name="Home" href="index.html"/>
+      <item name="Download" href="download.html"/>
+      <item name="Change Log" href="change-log.html"/>
+      <item name="Users Wiki" href="http://cwiki.apache.org/confluence/display/CONTINUUM/FAQ"/>
+      <item name="Articles" href="articles.html"/>
+      <item name="Features" href="features.html"/>
+      <item name="Live Demo" href="http://vmbuild.apache.org/continuum/"/>
+    </menu>
+    <menu name="Community">
+      <item name="Community Overview" href="community.html"/>
+      <item name="How to Contribute" href="guide-helping.html"/>
+      <item name="Getting Help" href="getting-help.html"/>
+      <item name="Issue Tracking" href="issue-tracking.html"/>
+      <item name="The Continuum Team" href="team-list.html"/>
+      <item name="Mailing Lists" href="mail-lists.html"/>
+      <item name="Source Repository" href="source-repository.html"/>
+      <item name="License" href="license.html"/>
+    </menu>
+    <menu name="Continuum Development">
+      <item name="Build Continuum" href="development/building.html"/>
+      <item name="Debugging Continuum" href="development/debugging.html"/>
+      <item name="Development Convention" href="development/guide-continuum-development.html"/>
+      <item name="Release Procedure" href="development/release.html"/>
+    </menu>
+  </body>
+</project>
+

Propchange: continuum/site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native