Author: jsong
Date: Mon Nov 1 14:46:38 2004
New Revision: 56293
Removed:
incubator/beehive/trunk/controls/test/tools/peanut/
Modified:
incubator/beehive/trunk/controls/test/tools/build.xml
Log:
Removes peanut source from controls/test/tools and update tools/build.xml.
Modified: incubator/beehive/trunk/controls/test/tools/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/tools/build.xml (original)
+++ incubator/beehive/trunk/controls/test/tools/build.xml Mon Nov 1
14:46:38 2004
@@ -16,16 +16,17 @@
<target name="redeploy" depends="clean,deploy"/>
<target name="deploy" depends="deploy_peanut,deploy_milton"/>
- <target name="deploy_peanut">
+ <!-- target name="deploy_peanut">
<ant dir="peanut" target="build_peanut"/>
- </target>
+ </target-->
<target name="deploy_milton">
<ant dir="milton" target="deploy"/>
</target>
- <target name="clean" depends="clean_peanut,clean_milton"/>
- <target name="clean_peanut">
+ <!-- target name="clean" depends="clean_peanut,clean_milton"/-->
+ <target name="clean" depends="clean_milton"/>
+ <!-- target name="clean_peanut">
<ant dir="peanut" target="clean_peanut"/>
- </target>
+ </target-->
<target name="clean_milton">
<ant dir="milton" target="clean"/>
</target>