You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/02/13 17:01:09 UTC

svn commit: r507072 - /maven/continuum/trunk/continuum-webapp-test/pom.xml

Author: evenisse
Date: Tue Feb 13 08:01:08 2007
New Revision: 507072

URL: http://svn.apache.org/viewvc?view=rev&rev=507072
Log: (empty)

Modified:
    maven/continuum/trunk/continuum-webapp-test/pom.xml

Modified: maven/continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp-test/pom.xml?view=diff&rev=507072&r1=507071&r2=507072
==============================================================================
--- maven/continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp-test/pom.xml Tue Feb 13 08:01:08 2007
@@ -100,10 +100,6 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-log4j-logging</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-    </dependency>
     <!--
     <dependency>
       <groupId>mysql</groupId>
@@ -340,7 +336,7 @@
                   <fileset dir="src/test/${container.name}"/>
                 </copy>
                 <copy todir="${project.build.directory}/installs/${container.name}/apache-tomcat-5.5.20/apache-tomcat-5.5.20/common/lib">
-                  <fileset dir="${project.build.directory}/${container.name}conf/webapps/continuum/WEB-INF/lib">
+                  <fileset dir="${project.build.directory}/providedDependencies">
                     <include name="**/derby-*.jar"/>
                   </fileset>
                 </copy>