You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/05/19 18:31:26 UTC

svn commit: r407849 - in /cocoon/trunk/core: cocoon-bootstrap/pom.xml pom.xml

Author: cziegeler
Date: Fri May 19 09:31:26 2006
New Revision: 407849

URL: http://svn.apache.org/viewvc?rev=407849&view=rev
Log:
Add bootstrap to build

Modified:
    cocoon/trunk/core/cocoon-bootstrap/pom.xml
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/core/cocoon-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-bootstrap/pom.xml?rev=407849&r1=407848&r2=407849&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-bootstrap/pom.xml (original)
+++ cocoon/trunk/core/cocoon-bootstrap/pom.xml Fri May 19 09:31:26 2006
@@ -21,15 +21,15 @@
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.cocoon</groupId>
-    <artifactId>cocoon-paranoid</artifactId>
+    <artifactId>cocoon-core-modules</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>
-  <artifactId>cocoon-paranoid-impl</artifactId>
+  <artifactId>cocoon-bootstrap</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>paranoid Block Implementation</name>
+  <name>Cocoon Bootstrap Implementation</name>
   <description/>
   <dependencies>
     <dependency>

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?rev=407849&r1=407848&r2=407849&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Fri May 19 09:31:26 2006
@@ -39,6 +39,7 @@
 
   <modules>
     <module>cocoon-blocks-fw</module>
+    <module>cocoon-bootstrap</module>
     <module>cocoon-core</module>
     <module>cocoon-webapp</module>
   </modules>