nashorn/make/project.properties
changeset 16763 fa4ec8cb024c
parent 16530 201d682e75f4
child 17227 4b672a65f753
--- 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