Index: make/depends.properties =================================================================== --- make/depends.properties.orig 2006-04-03 10:44:44.000000000 +0100 +++ make/depends.properties 2006-04-03 10:48:30.000000000 +0100 @@ -39,6 +39,11 @@ xml.apis.url=${ibiblio.base}/maven/xml-apis/jars/xml-apis-1.0.b2.jar xml.apis.md5=458715c0f7646a56b1c6ad3138098beb +icu4j.dir=${depends.jars}/icu4j_3_4_4 +icu4j.jar=${icu4j.dir}/icu4j_3_4_4.jar +icu4j.url=ftp://ftp.software.ibm.com/software/globalization/icu/icu4j/3.4.4/icu4j_3_4_4.jar +icu4j.md5=92422a9465ccc608bc7a8ae9cf594509 + junit.dir=${depends.jars}/junit_3.8.1 junit.jar=${junit.dir}/junit.jar junit.url=${ibiblio.base}/maven/junit/jars/junit-3.8.1.jar Index: make/depends.xml =================================================================== --- make/depends.xml.orig 2006-04-03 10:44:44.000000000 +0100 +++ make/depends.xml 2006-04-03 10:49:59.000000000 +0100 @@ -38,6 +38,8 @@ + + @@ -73,6 +75,10 @@ + + + Index: depends/files/bootclasspath.properties =================================================================== --- depends/files/bootclasspath.properties.orig 2006-04-03 10:44:44.000000000 +0100 +++ depends/files/bootclasspath.properties 2006-04-03 10:48:30.000000000 +0100 @@ -161,7 +161,7 @@ # ICU functionality for text/characters is provided by JNI wrappers # to ICU4C and pure-Java implementation in the ICU4J JAR file. bootclasspath.32=icu4jni-3.4.jar -bootclasspath.33=icu4j_3_4.jar +bootclasspath.33=icu4j_3_4_4/icu4j_3_4_4.jar # The following JARs are from Xerces/Xalan bootclasspath.34=xalan-j_2.6.0/xalan.jar Index: make/build-java.xml =================================================================== --- make/build-java.xml.orig 2006-04-03 10:43:15.000000000 +0100 +++ make/build-java.xml 2006-04-03 11:01:44.000000000 +0100 @@ -338,6 +338,7 @@ + Index: make/build-test.xml =================================================================== --- make/build-test.xml.orig 2006-04-01 06:52:26.000000000 +0100 +++ make/build-test.xml 2006-04-03 11:16:56.000000000 +0100 @@ -30,16 +30,6 @@ - - - - - - - - - - - - @@ -260,8 +248,6 @@ - - @@ -305,8 +291,6 @@ - -