You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/09/27 15:25:54 UTC

svn commit: r580004 - in /cocoon/trunk/site: cocoon-configuration-site/pom.xml cocoon-servlet-service-site/pom.xml

Author: reinhard
Date: Thu Sep 27 06:25:53 2007
New Revision: 580004

URL: http://svn.apache.org/viewvc?rev=580004&view=rev
Log:
fix paths

Modified:
    cocoon/trunk/site/cocoon-configuration-site/pom.xml
    cocoon/trunk/site/cocoon-servlet-service-site/pom.xml

Modified: cocoon/trunk/site/cocoon-configuration-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-configuration-site/pom.xml?rev=580004&r1=580003&r2=580004&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-configuration-site/pom.xml (original)
+++ cocoon/trunk/site/cocoon-configuration-site/pom.xml Thu Sep 27 06:25:53 2007
@@ -38,7 +38,7 @@
   
   <properties>
     <docs.name>Cocoon Configuration</docs.name>    
-    <docs.urlRelativizer>../../</docs.urlRelativizer>    
+    <docs.urlRelativizer>../../../</docs.urlRelativizer>    
   </properties>      
   
   <distributionManagement>

Modified: cocoon/trunk/site/cocoon-servlet-service-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-servlet-service-site/pom.xml?rev=580004&r1=580003&r2=580004&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-servlet-service-site/pom.xml (original)
+++ cocoon/trunk/site/cocoon-servlet-service-site/pom.xml Thu Sep 27 06:25:53 2007
@@ -39,7 +39,7 @@
   <properties>
     <docs.name>Cocoon Servlet Service</docs.name>   
     <docs.version>${docs.m.site-servlet-service.version}</docs.version>       
-    <docs.urlRelativizer>../../</docs.urlRelativizer>         
+    <docs.urlRelativizer>../../../</docs.urlRelativizer>         
   </properties>      
   
   <distributionManagement>