Revision 2844
Added by Duane Costa almost 19 years ago
build.xml | ||
---|---|---|
890 | 890 |
<include name="**/*.jpg"/> |
891 | 891 |
<include name="**/*.png"/> |
892 | 892 |
<include name="**/*.gif"/> |
893 |
<include name="LiveMap_30/**"/> |
|
893 | 894 |
</fileset> |
894 | 895 |
</copy> |
895 | 896 |
<copy todir="${war.context}" filtering="yes"> |
... | ... | |
902 | 903 |
<exclude name="**/*.gif"/> |
903 | 904 |
<exclude name="lsid_lib/**"/> |
904 | 905 |
<exclude name="lsid_conf/**"/> |
906 |
<exclude name="LiveMap_30/**"/> |
|
905 | 907 |
</fileset> |
906 | 908 |
</copy> |
907 |
<copy todir="${war.context}" filtering="no"> |
|
908 |
<fileset dir="lib"> |
|
909 |
<include name="**/*.jpg"/> |
|
910 |
<include name="**/*.png"/> |
|
911 |
<include name="**/*.gif"/> |
|
912 |
</fileset> |
|
913 |
</copy> |
|
914 | 909 |
</target> |
915 | 910 |
|
916 | 911 |
<target name="warMSSQL" if="MSSQL" depends="warPrepare"> |
Also available in: Unified diff
Protect LiveMap 3.0 jar file from ant token filtering.
Remove redundant copy task from the warPrepare target.