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. --- BuildAll/nbproject/project.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'BuildAll/nbproject') diff --git a/BuildAll/nbproject/project.properties b/BuildAll/nbproject/project.properties index dd9ceab91..246ea1240 100644 --- a/BuildAll/nbproject/project.properties +++ b/BuildAll/nbproject/project.properties @@ -81,9 +81,7 @@ javac.source=1.6 javac.target=1.6 javac.test.classpath=\ ${javac.classpath}:\ - ${build.classes.dir}:\ - ${libs.junit.classpath}:\ - ${libs.junit_4.classpath} + ${build.classes.dir} javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= -- cgit v1.2.3