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 /EssentialsGroupBridge | |
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 'EssentialsGroupBridge')
-rw-r--r-- | EssentialsGroupBridge/nbproject/project.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsGroupBridge/nbproject/project.properties b/EssentialsGroupBridge/nbproject/project.properties index d23aed45b..b114e24e3 100644 --- a/EssentialsGroupBridge/nbproject/project.properties +++ b/EssentialsGroupBridge/nbproject/project.properties @@ -39,14 +39,14 @@ dist.jar=${dist.dir}/EssentialsGroupBridge.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.archive.disabled=${jnlp.enabled} jar.compress=true jar.index=${jnlp.enabled} javac.classpath=\ ${reference.EssentialsGroupManager.jar}:\ - ${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 |