From: Roland Häder <roland@mxchange.org>
Date: Wed, 19 Apr 2017 16:40:22 +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=c4fe4651d159359e101dccf1b4b7c3a58afa89c7;p=jcontacts-lib.git

nope, 'src/' must be present, then the IDE (NetBeans at least) can find it

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/nbproject/project.properties b/nbproject/project.properties
index adc8506..6975e89 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -94,8 +94,8 @@ run.test.classpath=\
     ${javac.test.classpath}:\
     ${build.test.classes.dir}
 source.encoding=UTF-8
-source.reference.jcontacts-business-core.jar=../jcontacts-business-core/
-source.reference.jcontacts-core.jar=../jcontacts-core/
-source.reference.jphone-core.jar=../jphone-core/
+source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
+source.reference.jcontacts-core.jar=../jcontacts-core/src/
+source.reference.jphone-core.jar=../jphone-core/src/
 src.dir=src
 test.src.dir=test