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/08/07 22:45:45 UTC

svn commit: r429470 - /cocoon/trunk/core/cocoon-webapp/pom.xml

Author: reinhard
Date: Mon Aug  7 13:45:45 2006
New Revision: 429470

URL: http://svn.apache.org/viewvc?rev=429470&view=rev
Log:
add batik samples; remove some orphant dependencies

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

Modified: cocoon/trunk/core/cocoon-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/pom.xml?rev=429470&r1=429469&r2=429470&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/pom.xml (original)
+++ cocoon/trunk/core/cocoon-webapp/pom.xml Mon Aug  7 13:45:45 2006
@@ -56,23 +56,6 @@
           <webAppSourceDirectory>./target/cocoon-webapp</webAppSourceDirectory>
           <contextPath>/</contextPath>
         </configuration>
-	<!--dependencies>
-	  <dependency>
-	    <groupId>xalan</groupId>
-	    <artifactId>xalan</artifactId>
-	    <version>2.7.0</version>
-	  </dependency>
-	  <dependency>
-	    <groupId>xerces</groupId>
-	    <artifactId>xercesImpl</artifactId>
-	    <version>2.8.0</version>
-	  </dependency>
-	  <dependency>
-	    <groupId>jakarta-bcel</groupId>
-	    <artifactId>jakarta-bcel</artifactId>
-	    <version>20040329</version>
-	  </dependency>
-	</dependencies-->
       </plugin>
     </plugins>
     <finalName>cocoon-webapp</finalName>
@@ -122,6 +105,11 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-captcha-sample</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>     
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-batik-sample</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>        
   </dependencies>