Author: apadilla
Date: Sat Jan 22 05:58:23 2011
New Revision: 1062102

URL: http://svn.apache.org/viewvc?rev=1062102&view=rev
Log:
* revised site url in plugins module and revised banner names

Modified:
    incubator/npanday/trunk/plugins/pom.xml
    incubator/npanday/trunk/plugins/src/site/site.xml

Modified: incubator/npanday/trunk/plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1062102&r1=1062101&r2=1062102&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/pom.xml Sat Jan 22 05:58:23 2011
@@ -137,7 +137,7 @@ under the License.
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      
<url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}</url>
+      
<url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}/plugins</url>
     </site>
   </distributionManagement>
 </project>

Modified: incubator/npanday/trunk/plugins/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/src/site/site.xml?rev=1062102&r1=1062101&r2=1062102&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/src/site/site.xml (original)
+++ incubator/npanday/trunk/plugins/src/site/site.xml Sat Jan 22 05:58:23 2011
@@ -18,14 +18,18 @@ 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";>
-  <bannerRight>
-    <name>CodePlex</name>
-  </bannerRight>
-
   <bannerLeft>
     <name>NPanday</name>
+    <src>../images/NPanday.png</src>
+    <href>http://incubator.apache.org/npanday/</href>
   </bannerLeft>
 
+  <bannerRight>
+    <name>Apache Software Foundation Incubator</name>
+    <src>http://incubator.apache.org/images/apache-incubator-logo.png</src>
+    <href>http://incubator.apache.org/</href>
+  </bannerRight>
+
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-classic-skin</artifactId>
@@ -37,7 +41,8 @@ under the License.
 
   <body>
     <breadcrumbs>
-      <item name="NPanday Home" href="http://npanday.codeplex.com/"; />
+      <item name="NPanday Home" href="http://incubator.apache.org/npanday/"; />
+      <item name="NPanday ${project.version}" href="/" />
     </breadcrumbs>
 
     <menu ref="parent" />


Reply via email to