* SusiMail:

- Add icons for attachments and spam
     (from Silk icons, same license as others)
   - Add checks for POST for XSS prevention
This commit is contained in:
zzz
2014-04-25 03:42:18 +00:00
parent 945d455f33
commit c2dab16c8c
5 changed files with 52 additions and 18 deletions

View File

@@ -62,6 +62,10 @@
<!-- set if unset -->
<property name="workspace.changes.tr" value="" />
<copy file="src/susimail.properties" todir="src/WEB-INF/classes" />
<mkdir dir="src/WEB-INF/classes/icons" />
<copy todir="src/WEB-INF/classes/icons" >
<fileset dir="src/icons" />
</copy>
<war destfile="susimail.war" webxml="src/WEB-INF/web.xml"
basedir="src/" excludes="WEB-INF/web.xml LICENSE src/**/*">
<manifest>