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:28:17 UTC

svn commit: r490595 - /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin/pom.xml

Author: reinhard
Date: Wed Dec 27 15:28:16 2006
New Revision: 490595

URL: http://svn.apache.org/viewvc?view=rev&rev=490595
Log:
add the plugin to the documentation

Modified:
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin/pom.xml

Modified: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin/pom.xml?view=diff&rev=490595&r1=490594&r2=490595
==============================================================================
--- cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin/pom.xml Wed Dec 27 15:28:16 2006
@@ -95,6 +95,19 @@
           <goalPrefix>cocoon-rcl</goalPrefix>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>1296</navDocId>
+          <collection>cdocs-rcl-plugin</collection>          
+          <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
+        </configuration>
+      </plugin>        
     </plugins>
   </build>
+  <properties>
+    <docs.name>Cocoon Reloading Classloader - Maven 2 Plugin</docs.name>    
+    <docs.version>1.0</docs.version>
+  </properties>   
 </project>