TUSCANY-2425 - remove run target from build file

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2008-06-30 07:54:19 +00:00
parent c40a2f25b1
commit 20029ed019

View file

@ -67,14 +67,14 @@
</jar>
</target>
<target name="run" depends="compile">
<!--target name="run" depends="compile">
<java classname="${test.class}"
fork="true">
<classpath>
<path refid="test.classpath"/>
</classpath>
</java>
</target>
</target-->
<target name="clean">
<delete quiet="true" includeemptydirs="true">