From: Roland Haeder <roland@mxchange.org>
Date: Fri, 19 Aug 2016 21:15:25 +0000 (+0200)
Subject: fixed Windows -> Linux path style
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a82763dc1ecb9f89c4c24882c26090d850233d7f;p=pizzaservice-core.git

fixed Windows -> Linux path style

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
index 8d94110..6091c18 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 ba9f799..c1fcd88 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>