mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2733 make check not working in ICU4J - didn't fork
X-SVN-Rev: 11188
This commit is contained in:
parent
f8341c0598
commit
9e29a85b9a
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/build.xml,v $
|
||||
* $Date: 2003/02/05 05:45:15 $
|
||||
* $Revision: 1.65 $
|
||||
* $Date: 2003/02/28 17:19:50 $
|
||||
* $Revision: 1.66 $
|
||||
*
|
||||
*******************************************************************************
|
||||
* This is the ant build file for ICU4J. See readme.html for more information.
|
||||
|
@ -285,7 +285,7 @@
|
|||
</target>
|
||||
|
||||
<target name="check" depends="tests">
|
||||
<java classname="com.ibm.icu.dev.test.TestAll">
|
||||
<java classname="com.ibm.icu.dev.test.TestAll" fork="yes">
|
||||
<classpath>
|
||||
<pathelement path="${java.class.path}/"/>
|
||||
<pathelement path="${build.dir}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue