aboutsummaryrefslogtreecommitdiff
path: root/common.xml
diff options
context:
space:
mode:
authormcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-10-21 21:37:21 +0000
committermcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-10-21 21:37:21 +0000
commit244e5901661ad1542a0af9297dab0ccca32d317f (patch)
tree725041a2714e6f828be4b87887ede45469003fd3 /common.xml
parentf8d74d6850559d27287edb1315631b510ba19f1d (diff)
downloadguice-244e5901661ad1542a0af9297dab0ccca32d317f.tar.gz
Issue 554: don't include the ant runtime on the build classpath
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1303 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.xml b/common.xml
index 8cc434da..8b615117 100644
--- a/common.xml
+++ b/common.xml
@@ -14,7 +14,7 @@
<javac srcdir="${src.dir}"
debug="on"
destdir="${build.dir}/classes"
- source="1.5" target="1.5">
+ source="1.5" target="1.5" includeantruntime="false">
<classpath refid="compile.classpath"/>
</javac>
<copy toDir="${build.dir}/classes">
@@ -70,7 +70,7 @@
<javac srcdir="${test.dir}"
debug="on"
destdir="${build.dir}/test"
- source="1.5" target="1.5">
+ source="1.5" target="1.5" includeantruntime="false">
<classpath path="${build.dir}/classes"/>
<classpath path="${build.dir}/test"/>
<classpath refid="compile.classpath"/>