Revision 9205
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 | 996 |
<!--<copy file="lib/oa4mp_client.xml" todir="${war.webinf}" |
Also available in: Unified diff
Uncomment the code to copy the log4j.properties file to web-inf.