diff options
Diffstat (limited to 'EssentialsGeoIP/nbproject/project.properties')
-rw-r--r-- | EssentialsGeoIP/nbproject/project.properties | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/EssentialsGeoIP/nbproject/project.properties b/EssentialsGeoIP/nbproject/project.properties index 5a3bd1294..ed96af206 100644 --- a/EssentialsGeoIP/nbproject/project.properties +++ b/EssentialsGeoIP/nbproject/project.properties @@ -30,8 +30,7 @@ includes=** jar.compress=false javac.classpath=\ ${reference.Essentials.jar}:\ - ${file.reference.craftbukkit-0.0.1-SNAPSHOT.jar}:\ - ${reference.Register.jar} + ${file.reference.craftbukkit-0.0.1-SNAPSHOT.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false @@ -63,9 +62,7 @@ meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false platform.active=default_platform project.Essentials=../Essentials -project.Register=../Register reference.Essentials.jar=${project.Essentials}/dist/Essentials.jar -reference.Register.jar=${project.Register}/dist/Register.jar run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} |