Author: jsong
Date: Mon Aug 16 20:37:40 2004
New Revision: 36488
Modified:
incubator/beehive/trunk/build.xml
Log:
Revert the change made by revision 36483, and move the composition logic to the
caller of these target.
Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Mon Aug 16 20:37:40 2004
@@ -204,10 +204,4 @@
</java>
</target>
- <target name="run_all" description="A target to clean, deploy and run drt">
- <antcall target="clean"/>
- <antcall target="deploy"/>
- <antcall target="drt"/>
- </target>
-
</project>