Revision 1602
Added by Jing Tao over 21 years ago
build.xml | ||
---|---|---|
101 | 101 |
value="lib/configxml.jar" /> |
102 | 102 |
<property name="itislib" |
103 | 103 |
value="lib/itislib.jar" /> |
104 |
<property name="httpclientjar" |
|
105 |
value="lib/httpclient.jar" /> |
|
104 | 106 |
|
105 | 107 |
<property name="emlparser" |
106 | 108 |
value="lib/eml.jar" /> |
... | ... | |
130 | 132 |
<property name="eml2namespace" value="eml://ecoinformatics.org/eml-2.0.0" /> |
131 | 133 |
|
132 | 134 |
<property name="cpath" |
133 |
value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${srb}:${cos}:${morpho}:${emlparser}"/> |
|
135 |
value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${srb}:${cos}:${morpho}:${emlparser}:${httpclientjar}"/>
|
|
134 | 136 |
|
135 | 137 |
<filter token="docrooturl" value="./" /> |
136 | 138 |
<filter token="jdbc-connect" value="${jdbc-connect}"/> |
... | ... | |
310 | 312 |
tofile="${installdir}/WEB-INF/lib/configxml.jar" /> |
311 | 313 |
<copy file="${itislib}" |
312 | 314 |
tofile="${installdir}/WEB-INF/lib/itislib.jar" /> |
315 |
<copy file="${httpclientjar}" |
|
316 |
tofile="${installdir}/WEB-INF/lib/httpclient.jar" /> |
|
313 | 317 |
<copy file="lib/web.xml" |
314 | 318 |
tofile="${installdir}/WEB-INF/web.xml" /> |
315 | 319 |
<copy todir="${build.img}" filtering="no"> |
Also available in: Unified diff
Add httpclient.jar into cpath.