Replaced hardcoded forward slash with system correct separator

This commit is contained in:
Paul Malmsten
2014-01-26 13:34:56 -05:00
parent 476dccdd33
commit aa40fd0c53

View File

@@ -49,8 +49,8 @@
</pluginRepositories>
<properties>
<embeddedJDKHome>${user.home}/jdk-linux-arm-vfp-slft/jdk1.7.0_45</embeddedJDKHome>
<embeddedJDKIncludePath>${embeddedJDKHome}/include</embeddedJDKIncludePath>
<embeddedJDKHome>${user.home}${file.separator}jdk-linux-arm-vfp-slft${file.separator}jdk1.7.0_45</embeddedJDKHome>
<embeddedJDKIncludePath>${embeddedJDKHome}${file.separator}include</embeddedJDKIncludePath>
</properties>
<build>