]> git.mxchange.org Git - jcore-swing.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 1ccceaf2266f10b9cae6107eb79100d9658e666e..bf8446b198d61765c5409ad782781288f6e04957 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 9677eed5847a771ae802f285a5614667968aa701..1834ec41a5fc6bd6d8739c162e5b568ff00d1236 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>