You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2009/02/14 08:53:43 UTC

svn commit: r744415 - in /directory/shared/trunk: pom.xml src/site/site.xml

Author: felixk
Date: Sat Feb 14 07:53:42 2009
New Revision: 744415

URL: http://svn.apache.org/viewvc?rev=744415&view=rev
Log:
Add customized skin for site generation

Modified:
    directory/shared/trunk/pom.xml
    directory/shared/trunk/src/site/site.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=744415&r1=744414&r2=744415&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Sat Feb 14 07:53:42 2009
@@ -33,6 +33,7 @@
   <properties>
     <projectName>ApacheDS-Shared</projectName>
     <distributionManagement.site.url>scpexe://vm094.oxylos.org/var/www/html/projects/shared/</distributionManagement.site.url>
+    <skin.version>1.0.0-SNAPSHOT</skin.version>
   </properties>
   
   <distributionManagement>

Modified: directory/shared/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/src/site/site.xml?rev=744415&r1=744414&r2=744415&view=diff
==============================================================================
--- directory/shared/trunk/src/site/site.xml (original)
+++ directory/shared/trunk/src/site/site.xml Sat Feb 14 07:53:42 2009
@@ -24,6 +24,11 @@
     <href>http://directory.apache.org/</href>
     <name>${project.name}</name>
   </bannerLeft>
+  <skin>
+    <groupId>org.apache.directory.skins</groupId>
+    <artifactId>apacheds-skin</artifactId>
+    <version>${skin.version}</version>
+  </skin>
   <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm"/>
   <version position="right"/>
   <body>