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/03/25 14:45:04 UTC

svn commit: r388757 - /cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/pom.xml

Author: reinhard
Date: Sat Mar 25 05:45:04 2006
New Revision: 388757

URL: http://svn.apache.org/viewcvs?rev=388757&view=rev
Log:
cleanups

Modified:
    cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/pom.xml

Modified: cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/pom.xml?rev=388757&r1=388756&r2=388757&view=diff
==============================================================================
--- cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/pom.xml (original)
+++ cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/pom.xml Sat Mar 25 05:45:04 2006
@@ -62,25 +62,11 @@
             </systemProperty>
           </systemProperties>
         </configuration>
-      </plugin>      
-      
-      <!--plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <classifier>cob</classifier>        
-        </configuration>        
-      </plugin-->
+      </plugin>
     </plugins>
   </build>  
   
   <dependencies>
-    <!-- just a test dependency -->
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.1</version>
-      <scope>compile</scope>
-    </dependency>
     <!-- this is just a runtime dependency for the Jetty6 plugin - I (rpoetz) don't understand
          why the plugin requires it as it is added to WEB-INF/lib by the deployer ... -->
     <dependency>