]> granicus.if.org Git - icu/commitdiff
ICU-9427 shifted ant target to perf-tests/build.xml
authorDebabrata Sengupta <dsengup@svn.icu-project.org>
Thu, 2 Aug 2012 19:46:40 +0000 (19:46 +0000)
committerDebabrata Sengupta <dsengup@svn.icu-project.org>
Thu, 2 Aug 2012 19:46:40 +0000 (19:46 +0000)
X-SVN-Rev: 32084

icu4j/build.xml
icu4j/perf-tests/build.xml

index fc5c69a4eeeef03ae59059b7b8fd6e3bcd627660..4a9d584888222a3601479f6862181bb404ebf51b 100644 (file)
         </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>
index 5452a524ebdeebb5f8360a9af4d9824f2fd2b7f2..452d371398ea0cb104f6316d294ac908a3c70305 100644 (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.                                                *
 *******************************************************************************
 -->
     <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>