From: Roland Häder 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=24327c6344cd2892da2e13dd8a1a596b968ca8ba;p=jcontacts-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 503e039..a407659 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -92,7 +92,7 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcountry-core.jar=../jcountry-core/ -source.reference.jphone-core.jar=../jphone-core/ +source.reference.jcountry-core.jar=../jcountry-core/src/ +source.reference.jphone-core.jar=../jphone-core/src/ src.dir=src test.src.dir=test