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/10 15:43:58 UTC

svn commit: r536865 - in /cocoon/trunk: pom.xml tools/pom.xml

Author: reinhard
Date: Thu May 10 06:43:56 2007
New Revision: 536865

URL: http://svn.apache.org/viewvc?view=rev&rev=536865
Log:
move all relevant modules for building a site into the daisy profile

Modified:
    cocoon/trunk/pom.xml
    cocoon/trunk/tools/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=536865&r1=536864&r2=536865
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Thu May 10 06:43:56 2007
@@ -46,8 +46,6 @@
     <!-- sub projects -->
     <module>core/cocoon-configuration/cocoon-configuration-api</module>
     <module>core/cocoon-configuration/cocoon-spring-configurator</module>
-    <!-- documentation -->
-    <module>site/cocoon-thien-maven-site-skin</module>
   </modules>
 
   <repositories>
@@ -2302,6 +2300,10 @@
     </profile>
     <profile>
       <id>daisy</id>
+      <modules>
+        <module>tools/cocoon-daisy-export-strategy</module>        
+        <module>site/cocoon-thien-maven-site-skin</module>      
+      </modules>
       <repositories>  
         <repository>
           <id>cocoon.dev</id>

Modified: cocoon/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/pom.xml?view=diff&rev=536865&r1=536864&r2=536865
==============================================================================
--- cocoon/trunk/tools/pom.xml (original)
+++ cocoon/trunk/tools/pom.xml Thu May 10 06:43:56 2007
@@ -40,7 +40,6 @@
     <module>cocoon-maven-reports</module>
     <module>cocoon-rcl/cocoon-rcl-webapp-wrapper</module>
     <module>cocoon-rcl/cocoon-rcl-spring-reloader</module>        
-    <module>cocoon-daisy-export-strategy</module>
   </modules>
 
   <scm>