From: Roland Häder <roland@mxchange.org>
Date: Wed, 19 Apr 2017 16:40:24 +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=c172c752bff125e5de1a4a9d0452594521392d0b;p=jletter-core.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 5c111c2..5f217f2 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -93,8 +93,8 @@ run.test.classpath=\
     ${javac.test.classpath}:\
     ${build.test.classes.dir}
 source.encoding=UTF-8
-source.reference.jcontacts-business-core.jar=../jcontacts-business-core/
-source.reference.jcontacts-core.jar=../jcontacts-core/
-source.reference.jcontacts-lib.jar=../jcontacts-lib/
+source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
+source.reference.jcontacts-core.jar=../jcontacts-core/src/
+source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
 src.dir=src
 test.src.dir=test