diff --git a/build-tools/build.xml b/build-tools/build.xml index dff713e6a51..c61a93d8e9d 100644 --- a/build-tools/build.xml +++ b/build-tools/build.xml @@ -1,11 +1,13 @@ - + - + + + @@ -21,17 +23,15 @@ - - + + - - @@ -54,21 +54,45 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + - + - @@ -154,13 +178,13 @@ - Running [@{classname}], classpath = "${tests-dir};${kotlin-home}/lib/kotlin-runtime.jar" + Running [@{classname}], classpath = "${tests-dir}" - - + + @@ -266,8 +290,8 @@ + - diff --git a/build-tools/ivy.xml b/build-tools/ivy.xml new file mode 100644 index 00000000000..bf6e10537ab --- /dev/null +++ b/build-tools/ivy.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/build-tools/ivyconf.xml b/build-tools/ivyconf.xml new file mode 100644 index 00000000000..c4b5415d6e5 --- /dev/null +++ b/build-tools/ivyconf.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file