You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2005/10/21 21:18:24 UTC

svn commit: r327252 - in /cocoon/blocks: javaflow/trunk/pom.xml portal/trunk/pom.xml

Author: jheymans
Date: Fri Oct 21 12:18:18 2005
New Revision: 327252

URL: http://svn.apache.org/viewcvs?rev=327252&view=rev
Log:
- javaflow depends on cforms
- corrected portal dependency

Modified:
    cocoon/blocks/javaflow/trunk/pom.xml
    cocoon/blocks/portal/trunk/pom.xml

Modified: cocoon/blocks/javaflow/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/javaflow/trunk/pom.xml?rev=327252&r1=327251&r2=327252&view=diff
==============================================================================
--- cocoon/blocks/javaflow/trunk/pom.xml (original)
+++ cocoon/blocks/javaflow/trunk/pom.xml Fri Oct 21 12:18:18 2005
@@ -29,6 +29,7 @@
   <artifactId>cocoon-javaflow</artifactId>
   <version>2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
+  <name>Javaflow Block</name>
   <build>
     <sourceDirectory>java</sourceDirectory>
     <testSourceDirectory>test</testSourceDirectory>
@@ -45,6 +46,11 @@
     <dependency>
       <groupId>apache-cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
+      <version>2.2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-cocoon</groupId>
+      <artifactId>cocoon-forms</artifactId>
       <version>2.2-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: cocoon/blocks/portal/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/portal/trunk/pom.xml?rev=327252&r1=327251&r2=327252&view=diff
==============================================================================
--- cocoon/blocks/portal/trunk/pom.xml (original)
+++ cocoon/blocks/portal/trunk/pom.xml Fri Oct 21 12:18:18 2005
@@ -29,6 +29,7 @@
   <artifactId>cocoon-portal</artifactId>
   <version>2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
+  <name>Portal Block</name>
   <build>
     <sourceDirectory>java</sourceDirectory>
     <resources>
@@ -102,7 +103,7 @@
       <version>0.2</version>
     </dependency>
     <dependency>
-      <groupId>pluto</groupId>
+      <groupId>org.apache.pluto</groupId>
       <artifactId>pluto</artifactId>
       <version>1.0.1</version>
     </dependency>