Revision 6486
Added by ben leinfelder about 13 years ago
build.xml | ||
---|---|---|
271 | 271 |
<property name="docdir" value="./docs" /> |
272 | 272 |
<property name="cgidir" value="./cgi-bin" /> |
273 | 273 |
<property name="testdir" value="./test" /> |
274 |
<property name="testtorun" value="HazelcastServiceTest" />
|
|
274 |
<property name="testtorun" value="CNodeServiceTest" />
|
|
275 | 275 |
<property name="junittestsdir" |
276 | 276 |
value="./test/edu/ucsb/nceas/metacattest" /> |
277 | 277 |
<property name="junitnettestsdir" |
... | ... | |
918 | 918 |
</copy> |
919 | 919 |
<copy file="lib/log4j.properties" todir="${war.webinf}" |
920 | 920 |
filtering="yes" /> |
921 |
<copy file="lib/hazelcast.xml" todir="${war.webinf}" |
|
922 |
filtering="yes" /> |
|
921 | 923 |
<copy todir="${war.context}" filtering="no"> |
922 | 924 |
<fileset dir="lib"> |
923 | 925 |
<include name="**/*.jpg" /> |
Also available in: Unified diff
include default hazelcast.xml in the war build