Author: jsong
Date: Mon Jul 26 17:32:55 2004
New Revision: 30734
Modified:
incubator/beehive/trunk/controls/test/build.xml
Log:
update controls/test/build.xml to the new path.
Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Mon Jul 26 17:32:55 2004
@@ -12,14 +12,14 @@
<!-- BeeHive test specific properties -->
<property name="test.root" location="${basedir}/src"/>
- <property name="tests.src" location="${test.root}/junit"/>
- <property name="tests.driver.src" location="${test.root}/driver"/>
+ <property name="tests.src" location="${test.root}/units"/>
+ <property name="tests.driver.src" location="${test.root}/drivers"/>
<property name="controls.src" location="${test.root}/controls"/>
<property name="build.dir" location="${basedir}/build"/>
<property name="build.classes" location="${build.dir}/classes"/>
<property name="build.beans" location="${build.dir}/classes/beans"/>
<property name="build.tests" location="${build.dir}/classes/tests"/>
- <property name="build.tests.driver"
location="${build.dir}/classes/driver"/>
+ <property name="build.tests.driver"
location="${build.dir}/classes/drivers"/>
<property name="build.beansrc" location="${build.dir}/beansrc"/>
<property name="build.jars" location="${build.dir}/jars"/>
<property name="test.logs" location="${basedir}/logs"/>
@@ -44,7 +44,7 @@
<echo message="| Standard Targets
|"/>
<echo
message="----------------------------------------------------------------"/>
<echo message="clean - Delete the junit classes."/>
- <echo message="build - build controls,test driver and
java tests."/>
+ <echo message="build - build controls,test drivers and
java tests."/>
<echo message="run - run java tests that have already
been built"/>
<echo message="test - clean, build and run"/>
<echo
message="----------------------------------------------------------------"/>
@@ -143,7 +143,7 @@
<!-- stuff below this is stuff i added -->
<!-- =============================================== -->
- <property name="junit.src.dir" value="${basedir}/src/junit"/>
+ <property name="junit.src.dir" value="${basedir}/src/units"/>
<property name="peanut.home" location="tools/peanut"/>