From 898dff9849478bf65c99985afc94ea82ee64afd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Apr 2017 18:40:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 4c635dd..501a92f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -90,7 +90,7 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcontacts-core.jar=../jcontacts-core/ +source.reference.jcontacts-core.jar=../jcontacts-core/src/ source.reference.jcore.jar=../jcore/src src.dir=src test.src.dir=test -- 2.39.5