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 2006/07/31 14:16:19 UTC

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

Author: reinhard
Date: Mon Jul 31 05:16:18 2006
New Revision: 427091

URL: http://svn.apache.org/viewvc?rev=427091&view=rev
Log:
prepare release; remove obsolete plugin

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

Modified: cocoon/trunk/core/cocoon-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-bootstrap/pom.xml?rev=427091&r1=427090&r2=427091&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-bootstrap/pom.xml (original)
+++ cocoon/trunk/core/cocoon-bootstrap/pom.xml Mon Jul 31 05:16:18 2006
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
@@ -35,24 +35,6 @@
   <packaging>jar</packaging>
   
   <name>Cocoon Bootstrap Implementation</name>
-  
-  <description/>
-  
-  <build>
-    <plugins>
-      <!-- uncommeent the cocoon-maven-eclipse-plugin plugin to create the Eclipse project files
-           with PDE support. Note that you have to run 'mvn install'
-           in cocoon/trunk/tools/cocoon-maven-eclipse-plugin first -->
-      <!--plugin>
-        <groupId>org.apache.cocoon</groupId>
-        <artifactId>cocoon-maven-eclipse-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
-        <configuration>
-          <pde>true</pde>
-        </configuration>
-      </plugin-->  
-    </plugins>
-  </build>
   
   <dependencies>
     <dependency>