From: Roland Häder Date: Wed, 19 Apr 2017 16:40:21 +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=623919362bb7bdb0f5afad25e94b691e2b9d6a03;p=jcountry-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 3b5a038..8554a27 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -76,6 +76,6 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcountry-core.jar=../jcountry-core/ +source.reference.jcountry-core.jar=../jcountry-core/src/ src.dir=src test.src.dir=test