summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2008-04-01 12:26:10 +0000
committerStefan Bodewig <bodewig@apache.org>2008-04-01 12:26:10 +0000
commit59475a0bf3a38c057c9acb813461d4cfd3a26fbe (patch)
treefaf1b9df592b39665b07bd408f1b144486d05719 /fetch.xml
parente464463a03b40baa1b0dba3fd8ab557dc32db974 (diff)
downloadant-59475a0bf3a38c057c9acb813461d4cfd3a26fbe.tar.gz
Add Jasper in order to test <jspc>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@643374 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/fetch.xml b/fetch.xml
index 572858ddf..044bb0881 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -242,8 +242,13 @@ Set -Ddest=LOCATION on the command line
<f2 project="javax.mail" archive="mail"/>
</target>
+ <target name="jspc" depends="init" description="loads Jasper">
+ <f2 project="tomcat" archive="jasper-compiler"/>
+ <f2 project="tomcat" archive="jasper-runtime"/>
+ </target>
+
<target name="all"
description="load all the libraries (except jython)"
- depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail" />
+ depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail,jspc" />
</project>