1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-22 06:12:56 +02:00

Merge remote branch 'remotes/origin/groupmanager'

Adjusting bukkit paths to remove version number.
This commit is contained in:
KHobbits
2011-12-12 22:51:18 +00:00
5 changed files with 102 additions and 112 deletions

View File

@@ -39,11 +39,11 @@ dist.jar=${dist.dir}/EssentialsGroupManager.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.bukkit.jar=../lib/bukkit.jar
file.reference.bukkit.jar=../lib/craftbukkit.jar
includes=**
jar.compress=true
javac.classpath=\
${file.reference.bukkit.jar}
${file.reference.craftbukkit.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false