Revision 4193
Added by daigle over 16 years ago
build.xml | ||
---|---|---|
762 | 762 |
<exclude name="spatial/WEB-INF/**"/> |
763 | 763 |
</fileset> |
764 | 764 |
</copy> |
765 |
<copy todir="${war.context.docs}" filtering="yes"> |
|
766 |
<fileset dir="docs"> |
|
767 |
<include name="user/**"/> |
|
768 |
</fileset> |
|
769 |
</copy> |
|
765 |
<copy todir="${war.context.docs}" filtering="yes"> |
|
766 |
<fileset dir="docs" excludes="**/*gif **/*jpg **/*png" /> |
|
767 |
</copy> |
|
768 |
<copy todir="${war.context.docs}" filtering="no"> |
|
769 |
<fileset dir="docs" includes="**/*gif **/*jpg **/*png" /> |
|
770 |
</copy> |
|
770 | 771 |
<copy todir="${war.webinf.sql}" filtering="yes"> |
771 | 772 |
<fileset dir="src"> |
772 | 773 |
<include name="**/*.sql"/> |
Also available in: Unified diff
Remove token filtering from images