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:
parent
c40a2f25b1
commit
20029ed019
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue