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/01/04 16:18:19 UTC

svn commit: r492595 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Thu Jan  4 07:18:19 2007
New Revision: 492595

URL: http://svn.apache.org/viewvc?view=rev&rev=492595
Log:
only create changes-report; add properties for blocks-fw-impl docs

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=492595&r1=492594&r2=492595
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Thu Jan  4 07:18:19 2007
@@ -657,6 +657,13 @@
       <plugin>
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.0-beta-2</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>        
       </plugin>      
     </plugins>
   </reporting>
@@ -665,8 +672,11 @@
     <docs.deploymentBaseUrl>file://${basedir}/../../../site/site</docs.deploymentBaseUrl>
     <docs.externalUrl>http://cocoon.apache.org</docs.externalUrl>
     <docs.repoUrl>http://cocoon.zones.apache.org:9263</docs.repoUrl>
+    
     <docs.m.core.version>2.2</docs.m.core.version>
     <docs.m.core.relPath>core-modules/core/${docs.m.core.version}/</docs.m.core.relPath> 
+    <docs.m.blocks-fw-impl.version>1.0</docs.m.blocks-fw-impl.version>
+    <docs.m.blocks-fw-impl.relPath>core-modules/blocks-fw-impl/${docs.m.blocks-fw-impl.version}/</docs.m.blocks-fw-impl.relPath>     
   </properties>
 
   <profiles>