From 395573704c932085c1c8afd9ec28d97d596b7ee8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Apr 2017 18:40:22 +0200 Subject: [PATCH] nope, 'src/' must be present, then the IDE (NetBeans at least) can find it MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 95a83ae..aff75ec 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -93,7 +93,7 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcontacts-core.jar=../jcontacts-core/ -source.reference.jcoreee.jar=../jcoreee/ +source.reference.jcontacts-core.jar=../jcontacts-core/src/ +source.reference.jcoreee.jar=../jcoreee/src/ src.dir=src test.src.dir=test -- 2.39.5