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 2006/12/28 00:45:20 UTC

svn commit: r490603 - /cocoon/trunk/site/pom.xml

Author: reinhard
Date: Wed Dec 27 15:45:19 2006
New Revision: 490603

URL: http://svn.apache.org/viewvc?view=rev&rev=490603
Log:
add rcl-plugin documentation to site generation

Modified:
    cocoon/trunk/site/pom.xml

Modified: cocoon/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/pom.xml?view=diff&rev=490603&r1=490602&r2=490603
==============================================================================
--- cocoon/trunk/site/pom.xml (original)
+++ cocoon/trunk/site/pom.xml Wed Dec 27 15:45:19 2006
@@ -29,7 +29,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>3-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>    
+    <relativePath>pom.xml</relativePath>    
   </parent>  
   
   <artifactId>site</artifactId>
@@ -59,6 +59,7 @@
     <module>../blocks/cocoon-template/cocoon-template-impl</module>
         
     <!-- Maven plugins -->
+    <module>../tools/cocoon-rcl/cocoon-rcl-plugin</module>    
     
     <!-- Core modules -->
     <module>../core/cocoon-core</module>    
@@ -72,7 +73,6 @@
           <artifactId>daisy-maven-plugin</artifactId>
           <configuration>
             <siteXmlContent>
-            	  
 								&lt;project&gt;
 								  &lt;skin&gt;
 								    &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;
@@ -83,7 +83,6 @@
 								    &lt;!-- @daisy-start@ --&gt;&lt;!-- @daisy-end@ --&gt;
 								  &lt;/body&gt;
 								&lt;/project&gt;            
-            	
             </siteXmlContent>     
           </configuration>
           <executions>