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=c675df0295b3561d46a42072d70c3ea062dc89c5;hp=1328c1e88f24c14f03c6a4942ec2751aa398d764;p=jcustomer-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 5b8eb87..0bc6ba9 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-core.jar=../jcontacts-core/ -source.reference.jcoreee.jar=../jcoreee/ -source.reference.jcustomer-core.jar=../jcustomer-core/ +source.reference.jcontacts-core.jar=../jcontacts-core/src/ +source.reference.jcoreee.jar=../jcoreee/src/ +source.reference.jcustomer-core.jar=../jcustomer-core/src/ src.dir=src test.src.dir=test