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/02/27 23:21:38 UTC

svn commit: r512452 - /cocoon/trunk/site/pom.xml

Author: reinhard
Date: Tue Feb 27 14:21:38 2007
New Revision: 512452

URL: http://svn.apache.org/viewvc?view=rev&rev=512452
Log:
go back to previous version of the document

Modified:
    cocoon/trunk/site/pom.xml

Modified: cocoon/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/pom.xml?view=diff&rev=512452&r1=512451&r2=512452
==============================================================================
--- cocoon/trunk/site/pom.xml (original)
+++ cocoon/trunk/site/pom.xml Tue Feb 27 14:21:38 2007
@@ -20,71 +20,108 @@
 <!--+
     | @version $Id$
     +-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-  <packaging>pom</packaging>
-
-  <parent>
-    <groupId>org.apache.cocoon</groupId>
-    <artifactId>cocoon</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>site</artifactId>
-  <version>1-SNAPSHOT</version>
-  <name>Cocoon Site [modules]</name>
-  <url>http://cocoon.apache.org</url>
-
-  <modules>
-    <module>../core/cocoon-core</module>
-    <module>../core/cocoon-pipeline/cocoon-pipeline-api</module>
-    <module>../core/cocoon-pipeline/cocoon-pipeline-impl</module>
-    <module>../core/cocoon-pipeline/cocoon-pipeline-components</module>
-    <module>../core/cocoon-sitemap/cocoon-sitemap-api</module>
-    <module>../core/cocoon-sitemap/cocoon-sitemap-impl</module>
-    <module>../core/cocoon-sitemap/cocoon-sitemap-components</module>
-    <module>../core/cocoon-store/cocoon-store-impl</module>
-    <module>../core/cocoon-thread/cocoon-thread-api</module>
-    <module>../core/cocoon-thread/cocoon-thread-impl</module>
-    <module>../core/cocoon-util</module>
-    <module>../core/cocoon-xml/cocoon-xml-api</module>
-    <module>../core/cocoon-xml/cocoon-xml-impl</module>
-    <module>../core/cocoon-xml/cocoon-xml-resolver</module>
-  </modules>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.daisycms</groupId>
-          <artifactId>daisy-maven-plugin</artifactId>
-          <configuration>
-            <siteXmlContent>
-                &lt;project&gt;
+    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+      
+      <modelVersion>4.0.0</modelVersion>
+      <packaging>pom</packaging>
+      
+      <parent>
+        <groupId>org.apache.cocoon</groupId>
+        <artifactId>cocoon</artifactId>
+        <version>4-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+      </parent>
+      
+      <artifactId>site</artifactId>
+      <version>1-SNAPSHOT</version>
+      <name>Cocoon Site [modules]</name>
+      <url>http://cocoon.apache.org</url>
+      
+      <modules>
+        <!-- Category sites -->
+        <module>cocoon-blocks-site</module>
+        <module>cocoon-core-site</module>
+        <module>cocoon-main-site</module>
+        <module>cocoon-subprojects-site</module>
+        <module>cocoon-maven-plugins-site</module>
+        
+        <!-- Cocoon Blocks -->
+        <module>../blocks/cocoon-ajax/cocoon-ajax-impl</module>
+        <module>../blocks/cocoon-auth/cocoon-auth-impl</module>
+        <!--module>../blocks/cocoon-captcha/cocoon-captcha-impl</module-->
+        <module>../blocks/cocoon-flowscript/cocoon-flowscript-impl</module>
+        <module>../blocks/cocoon-fop/cocoon-fop-impl</module>
+        <module>../blocks/cocoon-forms/cocoon-forms-impl</module>
+        <!--module>../blocks/cocoon-javaflow/cocoon-javaflow-impl</module-->
+        <module>../blocks/cocoon-lucene/cocoon-lucene-impl</module>
+        <module>../blocks/cocoon-mail/cocoon-mail-impl</module>
+        <module>../blocks/cocoon-portal/cocoon-portal-impl</module>
+        <module>../blocks/cocoon-profiler/cocoon-profiler-impl</module>
+        <module>../blocks/cocoon-serializers/cocoon-serializers-impl</module>
+        <module>../blocks/cocoon-template/cocoon-template-impl</module>
+        <!--module>../blocks/cocoon-batik/cocoon-batik-impl</module>
+        <module>../blocks/cocoon-html/cocoon-html-impl</module>
+        <module>../blocks/cocoon-link-rewriter/cocoon-link-rewriter-impl</module>
+        <module>../blocks/cocoon-database/cocoon-database-impl</module>
+        <module>../blocks/cocoon-database/cocoon-hsqldb-server-impl/cocoon-hsqldb-server-impl</module>
+        <module>../blocks/cocoon-database/cocoon-hsqldb-client-impl/cocoon-hsqldb-client-impl</module-->
+        
+        <!-- Subprojects -->
+        <module>../core/cocoon-configuration/cocoon-configuration-api</module>
+        <module>../core/cocoon-configuration/cocoon-spring-configurator</module>
+        <module>../core/cocoon-blocks-fw/cocoon-blocks-fw-impl</module>
+        
+        <!-- Maven plugins -->
+        <module>../tools/cocoon-rcl/cocoon-rcl-plugin</module>
+        
+        <!-- Core modules -->
+        <module>../core/cocoon-core</module>
+        <module>../core/cocoon-pipeline/cocoon-pipeline-api</module>
+        <module>../core/cocoon-pipeline/cocoon-pipeline-impl</module>
+        <module>../core/cocoon-pipeline/cocoon-pipeline-components</module>
+        <module>../core/cocoon-sitemap/cocoon-sitemap-api</module>
+        <module>../core/cocoon-sitemap/cocoon-sitemap-impl</module>
+        <module>../core/cocoon-sitemap/cocoon-sitemap-components</module>
+        <module>../core/cocoon-store/cocoon-store-impl</module>
+        <module>../core/cocoon-thread/cocoon-thread-api</module>
+        <module>../core/cocoon-thread/cocoon-thread-impl</module>
+        <module>../core/cocoon-util</module>
+        <module>../core/cocoon-xml/cocoon-xml-api</module>
+        <module>../core/cocoon-xml/cocoon-xml-impl</module>
+        <module>../core/cocoon-xml/cocoon-xml-resolver</module>
+      </modules>
+      
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.daisycms</groupId>
+              <artifactId>daisy-maven-plugin</artifactId>
+              <configuration>
+                <siteXmlContent>
+                  &lt;project&gt;
                   &lt;skin&gt;
-                    &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;
-                    &lt;artifactId&gt;cocoon-maven-site-skin&lt;/artifactId&gt;
-                    &lt;version&gt;1.0.0-SNAPSHOT&lt;/version&gt;
+                  &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;
+                  &lt;artifactId&gt;cocoon-maven-site-skin&lt;/artifactId&gt;
+                  &lt;version&gt;1.0.0-SNAPSHOT&lt;/version&gt;
                   &lt;/skin&gt;
                   &lt;body&gt;
-                    &lt;!-- @daisy-start@ --&gt;&lt;!-- @daisy-end@ --&gt;
+                  &lt;!-- @daisy-start@ --&gt;&lt;!-- @daisy-end@ --&gt;
                   &lt;/body&gt;
-                &lt;/project&gt;
-            </siteXmlContent>
-          </configuration>
-          <executions>
-            <execution>
-              <phase>pre-site</phase>
-              <goals>
-                <goal>cocoon</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-</project>
+                  &lt;/project&gt;
+                </siteXmlContent>
+              </configuration>
+              <executions>
+                <execution>
+                  <phase>pre-site</phase>
+                  <goals>
+                    <goal>cocoon</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+      
+    </project>    
\ No newline at end of file