You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2006/06/27 18:46:25 UTC

svn commit: r417508 - /cocoon/whiteboard/example-apps/bricks-archetype/pom.xml

Author: bdelacretaz
Date: Tue Jun 27 09:46:25 2006
New Revision: 417508

URL: http://svn.apache.org/viewvc?rev=417508&view=rev
Log:
unneeded dependencies removed

Modified:
    cocoon/whiteboard/example-apps/bricks-archetype/pom.xml

Modified: cocoon/whiteboard/example-apps/bricks-archetype/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/example-apps/bricks-archetype/pom.xml?rev=417508&r1=417507&r2=417508&view=diff
==============================================================================
--- cocoon/whiteboard/example-apps/bricks-archetype/pom.xml (original)
+++ cocoon/whiteboard/example-apps/bricks-archetype/pom.xml Tue Jun 27 09:46:25 2006
@@ -68,36 +68,6 @@
       <artifactId>cocoon-core</artifactId>
       <version>2.2.0-SNAPSHOT</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-deployer-plugin-demo</artifactId>
-      <version>1.0.0-SNAPSHOT</version>      
-    </dependency>    
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-core-samples-main-sample</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>    
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-core-samples-additional-sample</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>    
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-ajax-sample</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>    
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-forms-sample</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>    
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-fop-sample</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>    
   </dependencies>
   
   <pluginRepositories>