summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2008-04-01 12:44:39 +0000
committerStefan Bodewig <bodewig@apache.org>2008-04-01 12:44:39 +0000
commit6248c7599b391dc495af6a86cb924f43374c1e4a (patch)
tree37bb125303e5e3565b7178f4aae4e8910b712a2e /fetch.xml
parent59475a0bf3a38c057c9acb813461d4cfd3a26fbe (diff)
downloadant-6248c7599b391dc495af6a86cb924f43374c1e4a.tar.gz
JSPC test doesn't seem to work with Jasper 4.1, requires servlet-api as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@643379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetch.xml b/fetch.xml
index 044bb0881..d00276074 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -245,6 +245,7 @@ Set -Ddest=LOCATION on the command line
<target name="jspc" depends="init" description="loads Jasper">
<f2 project="tomcat" archive="jasper-compiler"/>
<f2 project="tomcat" archive="jasper-runtime"/>
+ <f2 project="javax.servlet" archive="servlet-api"/>
</target>
<target name="all"