You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/15 16:12:12 UTC

svn commit: r170221 - /incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml

Author: ekoneil
Date: Sun May 15 07:12:11 2005
New Revision: 170221

URL: http://svn.apache.org/viewcvs?rev=170221&view=rev
Log:
Remove more unused references to the controls-db db control.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml

Modified: incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml?rev=170221&r1=170220&r2=170221&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml (original)
+++ incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml Sun May 15 07:12:11 2005
@@ -26,12 +26,6 @@
         <echo message=""/>
     </target>
 
-
-	<!-- Maybe we need a controls.test.dbcontrols.jar at here -->
-	<path id="db.controls.jar">
-           <pathelement path="${dist.home}/lib/controls/jdbc-controls.jar"/>
-    </path>
-
 	<!-- Inherited from beehive/controls/test/build.xml -->
 	<path id="tch.run.classpath">
 
@@ -51,9 +45,7 @@
     	<path refid="servlet.dependency.path"/>
     	<path refid="junit.dependency.path"/>
     	<path refid="tools.dependency.path"/>
-    	<path refid="derby.dependency.path"/>
 
-    	<pathelement location="${db.control.jar}"/>
     	<pathelement location="${controls.test.controls.jar}"/>
     	<pathelement location="${controls.test.drivers.jar}"/>
 		<pathelement location="${controls.test.junits.jar}" />
@@ -78,8 +70,6 @@
 				file="${basedir}/jars/controlstestbeans.jar"/>
         <copy tofile="${build.dir}/webapps/controlsWeb/WEB-INF/lib/controlstestdrivers.jar"
 				file="${basedir}/jars/controlstestdrivers.jar"/>
-        <copy tofile="${build.dir}/webapps/controlsWeb/WEB-INF/lib/dbControl.jar"
-				file="${basedir}/jars/dbControl.jar"/>
         <copy tofile="${build.dir}/webapps/controlsWeb/WEB-INF/lib/milton.jar"
 				file="${basedir}/infra/milton/milton.jar"/>
         <build-webapp webappDir="${webapp.dir}"/>
@@ -207,8 +197,6 @@
         <delete dir="${mantis.milton.log.dir}"/>
         <delete dir="${mantis.milton.cases.dir}"/>
 
-        <delete dir="${derby.data}"/>
-        <delete file="derby.log"/>
         <delete file="velocity.log"/>
         <delete><fileset dir="." includes="tch*.*"/></delete-->
         <!--ant dir="webapps" target="clean"/-->