From b3f4e32401daef2bb5d12f5f159bbb7441e802f5 Mon Sep 17 00:00:00 2001 From: snowleo Date: Thu, 1 Dec 2011 01:35:48 +0100 Subject: Cleanup of the library folder Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists. --- EssentialsGeoIP/nbproject/project.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'EssentialsGeoIP/nbproject') diff --git a/EssentialsGeoIP/nbproject/project.properties b/EssentialsGeoIP/nbproject/project.properties index 1b6ef450d..d20b3418f 100644 --- a/EssentialsGeoIP/nbproject/project.properties +++ b/EssentialsGeoIP/nbproject/project.properties @@ -79,8 +79,7 @@ javac.target=1.6 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ - ${libs.junit.classpath}:\ - ${libs.junit_4.classpath} + ${libs.junit_4.10.classpath} javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= -- cgit v1.2.3