ICU-9427 shifted ant target to perf-tests/build.xml
X-SVN-Rev: 32084
This commit is contained in:
parent
5ef4a3dc46
commit
46206b3ccf
@ -1857,9 +1857,4 @@
|
||||
</deploy>
|
||||
</target>
|
||||
|
||||
<target name="continuous-build" description="Run performance tests for continuous build">
|
||||
<exec dir="./perf-tests" executable="perl">
|
||||
<arg value="perftests.pl" />
|
||||
</exec>
|
||||
</target>
|
||||
</project>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!--
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2011, International Business Machines Corporation and *
|
||||
* Copyright (C) 2012, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
-->
|
||||
@ -60,4 +60,10 @@
|
||||
<target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
|
||||
|
||||
<target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
|
||||
|
||||
<target name="continuous-build" description="Run performance tests for continuous build">
|
||||
<exec dir="." executable="perl">
|
||||
<arg value="perftests.pl" />
|
||||
</exec>
|
||||
</target>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user