make/project.properties

changeset 161
af6fc67aa73d
parent 144
4be452026847
child 205
04b36c02c0e2
     1.1 --- a/make/project.properties	Sun Mar 31 08:19:11 2013 -0300
     1.2 +++ b/make/project.properties	Tue Apr 02 11:37:22 2013 -0300
     1.3 @@ -65,6 +65,12 @@
     1.4  dist.jar=${dist.dir}/nashorn.jar
     1.5  dist.javadoc.dir=${dist.dir}/javadoc
     1.6  
     1.7 +# nashorn javafx shell
     1.8 +fxshell.tool = jdk.nashorn.tools.FXShell
     1.9 +fxshell.classes.dir = ${build.dir}/fxshell/classes
    1.10 +fxshell.dir = tools/fxshell
    1.11 +fxshell.jar = ${dist.dir}/nashornfx.jar
    1.12 +
    1.13  # jars refererred
    1.14  file.reference.testng.jar=test/lib/testng.jar
    1.15  

mercurial