Fix INSTALL-fml.txt file location in the server zip

This commit is contained in:
Christian Weeks 2012-04-05 10:37:05 -04:00
parent ba7f0a8429
commit 4470a808b1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
<zip destfile="${basedir}/target/${jarname}.zip">
<fileset dir="${output}" includes="**/*.class" />
<zipfileset dir="${basedir}" includes="LICENSE-fml.txt" />
<zipfileset dir="${basedir}" includes="install/CREDITS-fml.txt" />
<zipfileset dir="${basedir}" includes="install/CREDITS-fml.txt" prefix=""/>
<mappedresources>
<concat>
<fileset dir="${basedir}/install" includes="README.txt" />