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 2008/03/27 00:04:43 UTC

svn commit: r641636 - /cocoon/trunk/parent/pom.xml

Author: reinhard
Date: Wed Mar 26 16:04:40 2008
New Revision: 641636

URL: http://svn.apache.org/viewvc?rev=641636&view=rev
Log:
add it-fw properties

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=641636&r1=641635&r2=641636&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Wed Mar 26 16:04:40 2008
@@ -3270,6 +3270,8 @@
     <!-- Path and version properties: Maven plugins-->
     <docs.m.maven-plugin.version>1.0</docs.m.maven-plugin.version>
     <docs.m.maven-plugin.relPath>2.2/maven-plugins/maven-plugin/${docs.m.maven-plugin.version}/</docs.m.maven-plugin.relPath>
+    <docs.m.it-fw.version>1.0</docs.m.it-fw.version>
+    <docs.m.it-fw.relPath>2.2/maven-plugins/it-fw/${docs.m.it-fw.version}/</docs.m.it-fw.relPath>    
   </properties>
 
   <profiles>
@@ -3530,6 +3532,10 @@
                     <name>cdocs-maven-plugin</name>
                     <path>${docs.m.maven-plugin.relPath}</path>
                   </collection>
+                  <collection>
+                    <name>cdocs-it-fw</name>
+                    <path>${docs.m.it-fw.relPath}</path>
+                  </collection>                  
                 </collections>
                 <siteXmlContent> &lt;project&gt; &lt;skin&gt;
                   &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;