mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Changed -source to -src in build.xml.
This commit is contained in:
parent
289cb9712f
commit
e5808b75d8
@ -67,7 +67,7 @@
|
|||||||
<copy todir="${release.dir}/src">
|
<copy todir="${release.dir}/src">
|
||||||
<fileset dir="${src.dir}"/>
|
<fileset dir="${src.dir}"/>
|
||||||
</copy>
|
</copy>
|
||||||
<zip destfile="${release.dir}/worldedit-${version}-source.zip" basedir="${release.dir}" excludes="*.zip"/>
|
<zip destfile="${release.dir}/worldedit-${version}-src.zip" basedir="${release.dir}" excludes="*.zip"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Clean the output -->
|
<!-- Clean the output -->
|
||||||
|
Loading…
Reference in New Issue
Block a user