Revision 5865
Added by ben leinfelder almost 14 years ago
build.xml | ||
---|---|---|
978 | 978 |
<exclude name="LiveMap_30/**" /> |
979 | 979 |
<exclude name="oaipmh/**" /> |
980 | 980 |
<exclude name="skin.configs/**" /> |
981 |
<exclude name="spatial/geoserver/WEB-INF/**" />
|
|
981 |
<exclude name="spatial/geoserver/**" /> |
|
982 | 982 |
</fileset> |
983 | 983 |
</copy> |
984 |
<copy todir="${war.context}" filtering="no"> |
|
985 |
<fileset dir="lib"> |
|
986 |
<include name="spatial/geoserver/data/**" /> |
|
987 |
</fileset> |
|
988 |
</copy> |
|
984 | 989 |
<copy todir="${war.context.docs}" filtering="yes"> |
985 | 990 |
<fileset dir="docs" excludes="**/*gif **/*jpg **/*png" /> |
986 | 991 |
</copy> |
Also available in: Unified diff
do not use "filtering" on binary shape files - they will be corrupt
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4307