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/01 14:22:14 UTC

svn commit: r534034 - /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml

Author: reinhard
Date: Tue May  1 05:22:13 2007
New Revision: 534034

URL: http://svn.apache.org/viewvc?view=rev&rev=534034
Log:
use the new Cocoon Maven plugin

Modified:
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml

Modified: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml?view=diff&rev=534034&r1=534033&r2=534034
==============================================================================
--- cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml Tue May  1 05:22:13 2007
@@ -38,7 +38,7 @@
     <plugins>
       <plugin>
         <groupId>org.apache.cocoon</groupId>
-        <artifactId>cocoon-rcl-plugin</artifactId>
+        <artifactId>cocoon-maven-plugin</artifactId>
         <version>1.0.0-M1-SNAPSHOT</version>
       </plugin>    
       <plugin>
@@ -85,28 +85,15 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
-      
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-servlet-service-components</artifactId>
-      
     </dependency>      
-    <!--dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-forms-impl</artifactId>
-      <version>1.0.0-RC1-SNAPSHOT</version>
-    </dependency-->
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-template-impl</artifactId>
-      
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-spring-configurator</artifactId>
-      
     </dependency>
   </dependencies>
   
-</project>
+</project>