Fixed issue where the build process did not make sure that plugin.yml would be updated.

This commit is contained in:
sk89q 2011-01-17 17:47:07 -08:00
parent 0bdadf63b3
commit 01bf9e8406

View File

@ -32,6 +32,7 @@
<attribute name="WorldGuard-Version" value="${version}"/>
<attribute name="Class-Path" value="WorldEdit.jar WorldGuard/WorldEdit.jar"/>
</manifest>
<delete file="${build.dir}/plugin.yml"/>
<copy tofile="${build.dir}/plugin.yml" file="plugin.yml"/>
<replace file="${build.dir}/plugin.yml" token="WGVERSIONMACRO" value="${version}"/>
<mkdir dir="${build.dir}/defaults"/>