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=2617a83b001be8211ab5b2950a3b0b6a32c9baaa;p=jcontacts-business-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 57545d2..f3f37e1 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -96,9 +96,9 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcontacts-core.jar=../jcontacts-core/ -source.reference.jcountry-core.jar=../jcountry-code/ -source.reference.jphone-core.jar=../jphone-core/ -source.reference.juser-core.jar=../juser-core/ +source.reference.jcontacts-core.jar=../jcontacts-core/src/ +source.reference.jcountry-core.jar=../jcountry-code/src/ +source.reference.jphone-core.jar=../jphone-core/src/ +source.reference.juser-core.jar=../juser-core/src/ src.dir=src test.src.dir=test