From: Roland Häder Date: Wed, 19 Apr 2017 16:40:25 +0000 (+0200) Subject: nope, 'src/' must be present, then the IDE (NetBeans at least) can find it X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11e86733007e933cea4dbe8bfbea50eef4a1e910;p=jcustomer-core.git nope, 'src/' must be present, then the IDE (NetBeans at least) can find it Signed-off-by: Roland Häder --- diff --git a/nbproject/project.properties b/nbproject/project.properties index ef2497f..2b93cb2 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -94,7 +94,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