diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-12-12 22:45:59 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-12-12 22:45:59 +0000 |
commit | 5f3d783e219b2a55c730b148bddc737481f85f1e (patch) | |
tree | 05b07526b04b601d1196cdc4ddfd310fc1869754 /EssentialsGroupManager/nbproject | |
parent | 3eff598791581122c9c9aecf996c6ece72fc9eeb (diff) | |
download | Essentials-5f3d783e219b2a55c730b148bddc737481f85f1e.tar Essentials-5f3d783e219b2a55c730b148bddc737481f85f1e.tar.gz Essentials-5f3d783e219b2a55c730b148bddc737481f85f1e.tar.lz Essentials-5f3d783e219b2a55c730b148bddc737481f85f1e.tar.xz Essentials-5f3d783e219b2a55c730b148bddc737481f85f1e.zip |
Update Bukkit jars and paths.
Diffstat (limited to 'EssentialsGroupManager/nbproject')
-rw-r--r-- | EssentialsGroupManager/nbproject/project.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsGroupManager/nbproject/project.properties b/EssentialsGroupManager/nbproject/project.properties index 6fe938f17..eefc59f51 100644 --- a/EssentialsGroupManager/nbproject/project.properties +++ b/EssentialsGroupManager/nbproject/project.properties @@ -39,11 +39,11 @@ dist.jar=${dist.dir}/EssentialsGroupManager.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.bukkit-1.0.0-R1-SNAPSHOT.jar=../lib/bukkit-1.0.0-R1-SNAPSHOT.jar +file.reference.bukkit.jar=../lib/bukkit.jar includes=** jar.compress=true javac.classpath=\ - ${file.reference.bukkit-1.0.0-R1-SNAPSHOT.jar} + ${file.reference.bukkit.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false |