ICU-9427 shifted ant target to perf-tests/build.xml

X-SVN-Rev: 32084
This commit is contained in:
Debabrata Sengupta 2012-08-02 19:46:40 +00:00
parent 5ef4a3dc46
commit 46206b3ccf
2 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -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>