aboutsummaryrefslogtreecommitdiff
path: root/common.xml
diff options
context:
space:
mode:
authordhanji <dhanji@d779f126-a31b-0410-b53b-1d3aecad763e>2009-12-30 01:05:45 +0000
committerdhanji <dhanji@d779f126-a31b-0410-b53b-1d3aecad763e>2009-12-30 01:05:45 +0000
commit6a8523c14a687aaf95495316e8baa2d84a14fee2 (patch)
tree17b2638cabb399ece6985c8e6cf324f856cd3acb /common.xml
parent48f3a91c90caa2da910410c0c1350887870551e7 (diff)
downloadguice-6a8523c14a687aaf95495316e8baa2d84a14fee2.tar.gz
Fix for issue #455 where path info was a memoized provided incorrectly to request-dispatcher produced requests.
Now we also expose the servlet context in ServletModule for people who want it. git-svn-id: https://google-guice.googlecode.com/svn/trunk@1135 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.xml b/common.xml
index 8440a591..7fc8ba2d 100644
--- a/common.xml
+++ b/common.xml
@@ -65,6 +65,7 @@
destdir="${build.dir}/test"
source="1.5" target="1.5">
<classpath path="${build.dir}/classes"/>
+ <classpath path="${build.dir}/test"/>
<classpath refid="compile.classpath"/>
</javac>
<copy toDir="${build.dir}/test">