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

index f90426c3084c5d8ca500a40a7a3f114af8e5b60b..c5cde3f5435bf04dd264ccc3fcbf64ab9ca6cead 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 bc90973b1fff3d543d02cafbe30374cc37523d2f..46ec101cea175348525b88e66506d462d567e65c 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>