projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d29e07
)
- Fix variable.
author
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 6 Apr 2007 12:26:16 +0000
(12:26 +0000)
committer
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 6 Apr 2007 12:26:16 +0000
(12:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@526133
13f79535
-47bb-0310-9956-
ffa450edef68
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
d2c7c95
..
ffdc161
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-517,7
+517,7
@@
</target>
<!-- Download and dependency building -->
- <target name="setproxy" if="
useproxy
">
+ <target name="setproxy" if="
proxy.use
">
<taskdef name="setproxy"
classname="org.apache.tools.ant.taskdefs.optional.net.SetProxy" />
<setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}"/>