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 09:23:40 UTC

svn commit: r744421 - in /directory/apacheds/trunk: pom.xml src/site/site.xml

Author: felixk
Date: Sat Feb 14 08:23:39 2009
New Revision: 744421

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

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

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=744421&r1=744420&r2=744421&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Sat Feb 14 08:23:39 2009
@@ -40,6 +40,7 @@
 
     <!-- Set versions for depending projects -->
     <org.apache.directory.shared.version>0.9.14-SNAPSHOT</org.apache.directory.shared.version>
+    <skin.version>1.0.0-SNAPSHOT</skin.version>
   </properties>
 
   <url>http://directory.apache.org/apacheds/1.5</url>

Modified: directory/apacheds/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/src/site/site.xml?rev=744421&r1=744420&r2=744421&view=diff
==============================================================================
--- directory/apacheds/trunk/src/site/site.xml (original)
+++ directory/apacheds/trunk/src/site/site.xml Sat Feb 14 08:23:39 2009
@@ -24,6 +24,11 @@
     <href>http://directory.apache.org/apacheds/1.5/</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>