Included besides .jrxml report source files also .xml files when packaging the webApp archive

This commit is contained in:
deathmeat 2007-03-12 08:05:38 +00:00
parent c697366bcd
commit 4bba47ce74
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<include name="${deploy.name}EJB-client.jar"/>
</zipfileset>
<zipfileset dir="build" prefix="WEB-INF/classes" includes="org/compiere/web/*.class"/>
<zipfileset dir="webroot" includes="*.jrxml, *.html"/>
<zipfileset dir="webroot" includes="*.jrxml, *.xml, *.html"/>
</jar>
</target>