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/05/01 14:12:01 UTC

svn commit: r534027 - in /cocoon/trunk: pom.xml tools/cocoon-maven-plugin/pom.xml

Author: reinhard
Date: Tue May  1 05:12:00 2007
New Revision: 534027

URL: http://svn.apache.org/viewvc?view=rev&rev=534027
Log:
rename documentation too

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

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=534027&r1=534026&r2=534027
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Tue May  1 05:12:00 2007
@@ -67,7 +67,7 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-<repository>
+    <repository>
       <id>reinhard-m2-snapshot-repository</id>
       <url>http://www.apache.org/~reinhard/m2-snapshot-repository</url>
       <releases>
@@ -2293,8 +2293,8 @@
               </collection>
               <!-- Maven plugins -->
               <collection>
-                <name>cdocs-rcl-plugin</name>
-                <path>${docs.m.rcl-plugin.relPath}</path>
+                <name>cdocs-maven-plugin</name>
+                <path>${docs.m.maven-plugin.relPath}</path>
               </collection>
             </collections>
             <siteXmlContent>
@@ -2545,8 +2545,8 @@
     <docs.m.hsqldb-client.version>1.0</docs.m.hsqldb-client.version>
     <docs.m.hsqldb-client.relPath>2.2/blocks/hsqldb-client/${docs.m.hsqldb-client.version}/</docs.m.hsqldb-client.relPath>
     <!-- Path and version properties: Maven plugins-->
-    <docs.m.rcl-plugin.version>1.0</docs.m.rcl-plugin.version>
-    <docs.m.rcl-plugin.relPath>2.2/maven-plugins/${docs.m.rcl-plugin.version}/</docs.m.rcl-plugin.relPath>
+    <docs.m.maven-plugin.version>1.0</docs.m.maven-plugin.version>
+    <docs.m.maven-plugin.relPath>2.2/maven-plugins/${docs.m.rcl-plugin.version}/</docs.m.maven-plugin.relPath>
   </properties>
 
   <profiles>
@@ -2665,4 +2665,4 @@
       </reporting>
     </profile>
   </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: cocoon/trunk/tools/cocoon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-maven-plugin/pom.xml?view=diff&rev=534027&r1=534026&r2=534027
==============================================================================
--- cocoon/trunk/tools/cocoon-maven-plugin/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-maven-plugin/pom.xml Tue May  1 05:12:00 2007
@@ -112,7 +112,7 @@
         <artifactId>daisy-maven-plugin</artifactId>
         <configuration>        
           <navDocId>1296</navDocId>
-          <collection>cdocs-rcl-plugin</collection>          
+          <collection>cdocs-maven-plugin</collection>          
           <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
         </configuration>
       </plugin>        
@@ -129,15 +129,15 @@
   </reporting>  
   
   <properties>
-    <docs.name>Cocoon Reloading Classloader - Maven 2 Plugin</docs.name>    
-    <docs.version>1.0</docs.version>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.maven-plugin.version}</docs.version>
   </properties>    
   
   <distributionManagement>
     <site>
       <id>website</id>
-      <url>${docs.deploymentBaseUrl}/maven-plugins/reloading-classloader-plugin/${docs.version}/</url>
+      <url>${docs.deploymentBaseUrl}/${docs.m.maven-plugin.relPath}</url>
     </site>
-  </distributionManagement>   
+  </distributionManagement>     
    
 </project>