aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorsberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2010-10-27 01:48:00 +0000
committersberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2010-10-27 01:48:00 +0000
commit6e3709644a899a356ce6b177090737c5a27807fb (patch)
tree4324ddead4614ba4aa479f179aef76d7c529ceed /build.xml
parent23a7f0f36c1e73a1a859c20aeed70af88267db7e (diff)
downloadguice-6e3709644a899a356ce6b177090737c5a27807fb.tar.gz
issue 16. hide internal things (that can be hidden). need to followup to limit visibility on internal things that need to stay pseudo-open and really close the rest.
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1322 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 964e48c4..c913e9d5 100644
--- a/build.xml
+++ b/build.xml
@@ -76,14 +76,14 @@
</target>
<target name="test.dist"
- depends="jar, test.compile"
+ depends="jar, test.compile-with-deps"
description="Execute JUnit tests against distribution jar.">
<java fork="true"
classname="junit.textui.TestRunner"
failonerror="true"
taskname="junit">
<classpath>
- <pathelement location="${build.dir}/test"/>
+ <pathelement location="${build.dir}/guice-${version}-tests.jar"/>
<pathelement location="${build.dir}/dist/guice-${version}.jar"/>
<pathelement location="lib/aopalliance.jar"/>
<pathelement location="lib/build/junit.jar"/>