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

index 18c6523db4c5af207ec91b0bac7a9521359cd13f..5c41e044ce80475012afb7bf55d0543c724632ad 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 c001750564a94ce94232ac2458520c38410691e6..b484b16345263c3a67f73657d0e1c8b2a3e06f63 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>