]> git.mxchange.org Git - pizzaservice-core.git/commitdiff
fixed Windows -> Linux path style
authorRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 21:15:25 +0000 (23:15 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 21:15:25 +0000 (23:15 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml
nbproject/project.xml

index 8d941109298b943a8510a1a56baf12ca8fead5e3..6091c1886f55cb8a612acd731c98447bb3b565d5 100644 (file)
@@ -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}"/>
index ba9f799f3f27eda3d142c7a49521136f86ab986b..c1fcd8809821aa47c11be81ddc05e785c1cec206 100644 (file)
@@ -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>