diff --git a/COMPILING.txt b/COMPILING.txt deleted file mode 100644 index 5c59f1aa4..000000000 --- a/COMPILING.txt +++ /dev/null @@ -1,41 +0,0 @@ -Compiling ---------- - -Compiling WorldEdit requires a number of dependencies due to its dual -support for hMod and Bukkit. However, if you only need to compile WorldEdit -for one or the other, then you only need to compile the relevant files. -(Note that the build script doesn't support compiling for only one or -the other yet.) - -Requirements: -- JDK 1.6 or newer -- Apache Ant - -Main dependencies: -- truezip.jar (TrueZip) - Downloads at http://repo1.maven.org/maven2/de/schlichtherle/truezip/ - -hMod dependencies: -- Minecraft_Mod.jar (hMod) -- minecraft_server.jar (Server as distributed by Notch) - -Bukkit dependencies: -- minecraft_server_cb.jar (Server as distributed by the Bukkit team; this - version has classes renamed to be friendly and thus is not compatible - with Notch's server distribution) -- CraftBukkit.jar -- Bukkit.jar - -All of the files for hMod support reside in the default namespace (root -src/ folder). You can choose to not compile those files (or delete them -altogether) if you do not need hMod support. - -For Bukkit support, the files can be found in com.sk89q.worldedit.bukkit, -and you can ignore or delete those files if you do not need Bukkit support. -Note that WorldEdit ties itself to CraftBukkit specifically because one, -the Bukkit API currently lacks some features that allow generated trees -to be undone, and second, there is no other implementation of Bukkit (yet). - -To compile, place library .jar files into a lib/ folder and run the -Ant build script with the following line: - ant jar diff --git a/README.txt b/README.txt index d28d960df..cce7e138e 100644 --- a/README.txt +++ b/README.txt @@ -16,5 +16,11 @@ http://wiki.sk89q.com/wiki/WorldEdit Thanks ------ -- grum for providing the area smooth code. -- toi for the TargetBlock class. \ No newline at end of file +Thanks to the following individuals for their contributions to WorldEdit. + +- Erik Broes +- Gunther De Wachter +- Dean Ward +- angelsl +- winzjany +- toi \ No newline at end of file diff --git a/build.xml b/build.xml index cc633484f..82d814618 100644 --- a/build.xml +++ b/build.xml @@ -12,6 +12,7 @@ +