summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJean-Marie Henaff <jmhenaff@google.com>2015-03-23 10:58:39 +0100
committerJean-Marie Henaff <jmhenaff@google.com>2015-04-27 16:59:41 +0200
commite305dd76762127ddc30e675f04255b59a14e7d0a (patch)
tree17c99eacb7b6adad687f521ca12ba43928f10baf /build.xml
parent26c8eaccf31965fca4ab71fd2629d3f95902c38e (diff)
downloadtoolchain_jack-e305dd76762127ddc30e675f04255b59a14e7d0a.zip
toolchain_jack-e305dd76762127ddc30e675f04255b59a14e7d0a.tar.gz
toolchain_jack-e305dd76762127ddc30e675f04255b59a14e7d0a.tar.bz2
Remove jack-api from tests classpath
This can be done now that jack-api is a static lib of Jack. Change-Id: If768ba5f9371850c27ada9e73e069a6ca5a01431
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 66fe82f..935b973 100644
--- a/build.xml
+++ b/build.xml
@@ -1832,7 +1832,6 @@
<filelist id="jack.junit.tests.classpath" dir="/">
<file name="${jack-tests.dist.dir}/${jack-tests.execname}" />
<file name="${ddm-lib.dist.dir}/${ddm-lib.libname}" />
- <file name="${jack-api.dist.dir}/${jack-api.lib.name}" />
</filelist>
<target name="test-jack-clean" >