mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
Merge pull request #237 from EhhChris/patch-1
CraftBukkit to Bukkit & Dependency Links
This commit is contained in:
commit
91bf71f1fc
12
build.xml
12
build.xml
@ -10,11 +10,11 @@
|
|||||||
To build MobArena, you need the following dependencies, which can all be
|
To build MobArena, you need the following dependencies, which can all be
|
||||||
found on their respective websites/Bukkit pages/whatever:
|
found on their respective websites/Bukkit pages/whatever:
|
||||||
|
|
||||||
- Craftbukkit
|
- Bukkit by the Bukkit team http://dl.bukkit.org/downloads/bukkit/
|
||||||
- Vault by Sleaker
|
- Vault by Sleaker http://dev.bukkit.org/bukkit-plugins/vault/
|
||||||
- Heroes by the HeroCraft team
|
- Heroes by the HeroCraft team http://dev.bukkit.org/bukkit-plugins/heroes/
|
||||||
- SpoutPlugin by the Spout team
|
- SpoutPlugin by the Spout team http://dev.bukkit.org/bukkit-plugins/spoutcraft-plugin/
|
||||||
- MagicSpells by nisovin
|
- MagicSpells by nisovin http://dev.bukkit.org/bukkit-plugins/magicspells/
|
||||||
|
|
||||||
The dependencies (jar-files) should be placed in a lib-folder at the root
|
The dependencies (jar-files) should be placed in a lib-folder at the root
|
||||||
of the project file structure, i.e. in the same folder as 'src'.
|
of the project file structure, i.e. in the same folder as 'src'.
|
||||||
@ -143,4 +143,4 @@
|
|||||||
<antcall target="clean-bin"/>
|
<antcall target="clean-bin"/>
|
||||||
<delete file="${ant.project.name}.jar"/>
|
<delete file="${ant.project.name}.jar"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user