aboutsummaryrefslogtreecommitdiff
path: root/make/project.properties
diff options
context:
space:
mode:
authormhaupt <none@none>2015-05-13 15:41:46 +0200
committermhaupt <none@none>2015-05-13 15:41:46 +0200
commite097d990c47bca769d1c96caf9ce29fa50dc0380 (patch)
tree462f304a18408506923d14979b9fbe7653b74587 /make/project.properties
parentf32b89fe5fdfd7bb9675b4e2ee1ef9002ba057aa (diff)
downloadjdk8u_nashorn-e097d990c47bca769d1c96caf9ce29fa50dc0380.tar.gz
8080286: use path separator setting consistently in Nashorn project properties
Summary: replace uses of ":" with platform-independent path separator property Reviewed-by: hannesw, sundar
Diffstat (limited to 'make/project.properties')
-rw-r--r--make/project.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/project.properties b/make/project.properties
index e2de24c9..89374b18 100644
--- a/make/project.properties
+++ b/make/project.properties
@@ -105,8 +105,8 @@ javac.encoding=ascii
javac.classpath=\
${build.classes.dir}
javac.test.classpath=\
- ${build.classes.dir}:\
- ${build.test.classes.dir}:\
+ ${build.classes.dir}${path.separator}\
+ ${build.test.classes.dir}${path.separator}\
${file.reference.testng.jar}
meta.inf.dir=${src.dir}/META-INF
@@ -253,8 +253,8 @@ testjfx.run.test.classpath=\
testjfx-test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${testjfx.run.test.classpath}
run.test.classpath=\
- ${file.reference.testng.jar}:\
- ${nashorn.internal.tests.jar}:\
+ ${file.reference.testng.jar}${path.separator}\
+ ${nashorn.internal.tests.jar}${path.separator}\
${nashorn.api.tests.jar}
src.dir=src