Revision 9193
Added by Jing Tao over 9 years ago
build.xml | ||
---|---|---|
989 | 989 |
<include name="skin.configs/**" /> |
990 | 990 |
</fileset> |
991 | 991 |
</copy> |
992 |
<copy file="lib/log4j.properties" todir="${war.webinf}" |
|
993 |
filtering="yes" /> |
|
992 |
<!--<copy file="lib/log4j.properties" todir="${war.webinf}"
|
|
993 |
filtering="yes" /> -->
|
|
994 | 994 |
<copy file="lib/hazelcast.xml" todir="${war.webinf}" |
995 | 995 |
filtering="yes" /> |
996 |
<copy file="lib/oa4mp_client.xml" todir="${war.webinf}" |
|
997 |
filtering="yes" /> |
|
996 |
<!--<copy file="lib/oa4mp_client.xml" todir="${war.webinf}"
|
|
997 |
filtering="yes" /> -->
|
|
998 | 998 |
<copy todir="${war.context}" filtering="no"> |
999 | 999 |
<fileset dir="lib"> |
1000 | 1000 |
<include name="**/*.jpg" /> |
Also available in: Unified diff
comment the statement related to the removed file lib/oa4mp_client.xml.