From: Roland Häder <roland@mxchange.org>
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=74f8732072dc7c3e8825a53fd3c638aa062d865c;p=jshop-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 c080769..21b4d1b 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -97,8 +97,8 @@ run.test.classpath=\
     ${javac.test.classpath}:\
     ${build.test.classes.dir}
 source.encoding=UTF-8
-source.reference.jcoreee.jar=../jcoreee/
-source.reference.jcustomer-core.jar=../jcustomer-core/
-source.reference.jproduct-core.jar=../jproduct-core/
+source.reference.jcoreee.jar=../jcoreee/src/
+source.reference.jcustomer-core.jar=../jcustomer-core/src/
+source.reference.jproduct-core.jar=../jproduct-core/src/
 src.dir=src
 test.src.dir=test