diff -r 4f7379c41907 -r fa4ec8cb024c nashorn/make/project.properties --- a/nashorn/make/project.properties Sun Mar 31 08:19:11 2013 -0300 +++ b/nashorn/make/project.properties Tue Apr 02 11:37:22 2013 -0300 @@ -65,6 +65,12 @@ dist.jar=${dist.dir}/nashorn.jar dist.javadoc.dir=${dist.dir}/javadoc +# nashorn javafx shell +fxshell.tool = jdk.nashorn.tools.FXShell +fxshell.classes.dir = ${build.dir}/fxshell/classes +fxshell.dir = tools/fxshell +fxshell.jar = ${dist.dir}/nashornfx.jar + # jars refererred file.reference.testng.jar=test/lib/testng.jar