mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
Cleaned ant build file for Bukkit.
By: FrozenCow <frozencow@gmail.com>
This commit is contained in:
parent
817d943876
commit
dc3ed9d7d6
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
<project name="Bukkit" default="dist" basedir=".">
|
||||
<!-- Change the following two properties to the correct jar files -->
|
||||
<property name="minecraftserver.jar" location="../../minecraft_server.jar"/>
|
||||
|
||||
<property name="minecraft" location="../../"/>
|
||||
|
||||
<property name="src" location="src"/>
|
||||
|
@ -36,6 +33,7 @@
|
|||
|
||||
<target name="clean">
|
||||
<delete dir="${bin}"/>
|
||||
<delete dir="${lib}"/>
|
||||
<delete dir="${dist}"/>
|
||||
</target>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue