From: Roland Häder Date: Wed, 19 Apr 2017 16:40:26 +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=98783b45a0e341055ad3ac9e07b416d21e87c32e;p=pizzaservice-lib.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 d56c396..197da02 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -100,10 +100,10 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcountry-core.jar=../jcountry-core/ -source.reference.jcustomer-core.jar=../jcustomer-core/ -source.reference.jcustomer-lib.jar=../jcustomer-lib/ -source.reference.jshop-core.jar=../jshop-core/ -source.reference.juser-core.jar=../juser-core/ +source.reference.jcountry-core.jar=../jcountry-core/src/ +source.reference.jcustomer-core.jar=../jcustomer-core/src/ +source.reference.jcustomer-lib.jar=../jcustomer-lib/src/ +source.reference.jshop-core.jar=../jshop-core/src/ +source.reference.juser-core.jar=../juser-core/src/ src.dir=src test.src.dir=test