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

index eaa3933fa01c460335f6b5dfdb71213df04ab48c..cd056500158c02d6f0e54e425b645989030fe894 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 1232b24e17191ae18beac80d80f9d4609880f2ef..a1f01ccda0432e6594f3c3ad951559e8caae634b 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>