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

index 34a4310f775351efdf52d635b1d43b2cbb14ef97..c3d2cd996ff727528a5a78194e0b9b598a74ff79 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 45dc42008cda395261ef34f17ff805491014f843..1643b785df329393052289b523b2cb0ed3db4802 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>