You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2007/07/11 10:17:00 UTC

svn commit: r555201 - in /cocoon/trunk: pom.xml tools/cocoon-maven-plugin/pom.xml tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml

Author: giacomo
Date: Wed Jul 11 01:16:59 2007
New Revision: 555201

URL: http://svn.apache.org/viewvc?view=rev&rev=555201
Log:
fixed dependencies amongth modules

Modified:
    cocoon/trunk/pom.xml
    cocoon/trunk/tools/cocoon-maven-plugin/pom.xml
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=555201&r1=555200&r2=555201
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Wed Jul 11 01:16:59 2007
@@ -2677,6 +2677,16 @@
         <version>1.0.0-SNAPSHOT</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.cocoon</groupId> 
+        <artifactId>cocoon-rcl-spring-reloader</artifactId>
+        <version>1.0.0-RC1-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.cocoon</groupId>
+        <artifactId>cocoon-rcl-webapp-wrapper</artifactId>
+        <version>1.0.0-RC1-SNAPSHOT</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-repository-impl</artifactId>
         <version>1.0.0-SNAPSHOT</version>

Modified: cocoon/trunk/tools/cocoon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-maven-plugin/pom.xml?view=diff&rev=555201&r1=555200&r2=555201
==============================================================================
--- cocoon/trunk/tools/cocoon-maven-plugin/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-maven-plugin/pom.xml Wed Jul 11 01:16:59 2007
@@ -34,6 +34,10 @@
   <name>Cocoon Maven 2 Plugin</name>
 
   <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-rcl-webapp-wrapper</artifactId>
+    </dependency>
     <!-- utility libs -->
     <dependency>
       <groupId>antlr</groupId>

Modified: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml?view=diff&rev=555201&r1=555200&r2=555201
==============================================================================
--- cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml Wed Jul 11 01:16:59 2007
@@ -37,6 +37,10 @@
 
   <dependencies>
     <dependency>
+      <groupId>org.apache.cocoon</groupId> 
+      <artifactId>cocoon-rcl-spring-reloader</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.commons</groupId> 
       <artifactId>commons-jci-core</artifactId>
     </dependency>