mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-03-02 11:11:34 +01:00
Updated build file to copy sample worldguard.properties.
This commit is contained in:
parent
1d72447096
commit
7c0e10d058
@ -51,6 +51,7 @@
|
|||||||
<fileset dir="."/>
|
<fileset dir="."/>
|
||||||
<globmapper from="*.txt" to="*.txt"/>
|
<globmapper from="*.txt" to="*.txt"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
<copy file="worldguard.properties" todir="${release.dir}"/>
|
||||||
<copy tofile="${release.dir}/WorldGuard.jar" file="${dist.dir}/WorldGuard.jar"/>
|
<copy tofile="${release.dir}/WorldGuard.jar" file="${dist.dir}/WorldGuard.jar"/>
|
||||||
<zip destfile="${release.dir}/worldguard-${version}.zip" basedir="${release.dir}" excludes="*.zip"/>
|
<zip destfile="${release.dir}/worldguard-${version}.zip" basedir="${release.dir}" excludes="*.zip"/>
|
||||||
<mkdir dir="${release.dir}/src"/>
|
<mkdir dir="${release.dir}/src"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user