Don't need to build those dependencies - they're pulled from repo

mikeprimm 2013-07-16 19:49:09 -07:00
parent 91ee01e650
commit 19ab6e49b7

@ -8,8 +8,6 @@ The core systems of Dynmap have very little dependencies. The core is used in ot
# Dynmap for Bukkit #
Clone and compile the following projects in the following order to compile Dynmap for Bukkit:
* [Bukkit](https://github.com/bukkit/Bukkit) - git://github.com/bukkit/Bukkit.git
* [PermissionsEx](https://github.com/PEXPlugins/PermissionsEx) - git://github.com/PEXPlugins/PermissionsEx.git
* [dynmap-api](https://github.com/webbukkit/dynmap-api) - git://github.com/webbukkit/dynmap-api.git
* [dynmap](https://github.com/webbukkit/dynmap) - git://github.com/webbukkit/dynmap.git
@ -17,8 +15,6 @@ Or copy the following into your terminal:
git clone git://github.com/webbukkit/DynmapCoreAPI.git && (cd DynmapCoreAPI && mvn install)
git clone git://github.com/webbukkit/DynmapCore.git && (cd DynmapCore && mvn install)
git clone git://github.com/Bukkit/Bukkit.git && (cd Bukkit && mvn install)
git clone git://github.com/PEXPlugins/PermissionsEx.git && (cd PermissionsEx && mvn install)
git clone git://github.com/webbukkit/dynmap-api.git && (cd dynmap-api && mvn install)
git clone git://github.com/webbukkit/dynmap.git && (cd dynmap && mvn install)