From becf15596ba70b38b79aa0990b5ff41a7d0e8303 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Fri, 19 Aug 2016 23:15:21 +0200
Subject: [PATCH] fixed Windows -> Linux path style
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 nbproject/build-impl.xml | 2 +-
 nbproject/project.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
index 34a4310..c3d2cd9 100644
--- a/nbproject/build-impl.xml
+++ b/nbproject/build-impl.xml
@@ -43,7 +43,7 @@ is divided into following sections:
 		<property file="nbproject/private/private.properties"/>
 	</target>
 	<target name="-pre-init-libraries">
-		<property location=".\lib\nblibraries.properties" name="libraries.path"/>
+		<property location="./lib/nblibraries.properties" name="libraries.path"/>
 		<dirname file="${libraries.path}" property="libraries.dir.nativedirsep"/>
 		<pathconvert dirsep="/" property="libraries.dir">
 			<path path="${libraries.dir.nativedirsep}"/>
diff --git a/nbproject/project.xml b/nbproject/project.xml
index 45dc420..1643b78 100644
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -12,7 +12,7 @@
 			</test-roots>
 		</data>
 		<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
-			<definitions>.\lib\nblibraries.properties</definitions>
+			<definitions>./lib/nblibraries.properties</definitions>
 		</libraries>
 	</configuration>
 </project>
-- 
2.39.5