jdeploy-demo-javafx-ensemble
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -8,7 +8,7 @@ #! /usr/bin/env node | ||
var warPath = ""; | ||
var javaVersionString = "11"; | ||
var javaVersionString = "19"; | ||
var tryJavaHomeFirst = false; | ||
var javafx = false; | ||
var bundleType = 'jre'; | ||
if ('true' === 'true') { | ||
if ('{{JAVAFX}}' === 'true') { | ||
javafx = true; | ||
@@ -15,0 +15,0 @@ } |
@@ -1,1 +0,1 @@ | ||
{"bin":{"javafx-ensemble":"jdeploy-bundle/jdeploy.js"},"author":"Scott Kovatch","description":"Ensemble provides a gallery of over 100 sample applications that use a wide range of JavaFX features, such as graphics, UI controls, animation, charts, media and WebView. Source code for each sample and links to API documentation are also provided. Ensemble will provide developers with an interactive reference tool for what they can build with JavaFX.","main":"index.js","preferGlobal":true,"repository":"https://github.com/shannah/javafx-ensemble8","version":"1.0.16","jdeploy":{"checksums":{"icon.png":"4925ac06bcbf63a0bd55cf8f656856cc","installsplash.png":"04d1fe88831346a4bda794f629a94fe1"},"javaVersion":"11","jar":"target/javafx-ensemble8-1.0-SNAPSHOT.jar","javafx":true,"title":"JavaFX Ensemble 8"},"dependencies":{"njre":"^0.2.0","shelljs":"^0.8.4"},"license":"ISC","name":"jdeploy-demo-javafx-ensemble","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"}} | ||
{"bin":{"javafx-ensemble":"jdeploy-bundle/jdeploy.js"},"author":"Scott Kovatch","description":"Ensemble provides a gallery of over 100 sample applications that use a wide range of JavaFX features, such as graphics, UI controls, animation, charts, media and WebView. Source code for each sample and links to API documentation are also provided. Ensemble will provide developers with an interactive reference tool for what they can build with JavaFX.","main":"index.js","preferGlobal":true,"repository":"https://github.com/shannah/javafx-ensemble8","version":"1.0.17","jdeploy":{"checksums":{"icon.png":"4925ac06bcbf63a0bd55cf8f656856cc","installsplash.png":"04d1fe88831346a4bda794f629a94fe1"},"javaVersion":"19","javafxVersion":"20-ea+11","jar":"target/javafx-ensemble8-1.0-SNAPSHOT.jar","javafx":false,"title":"JavaFX Ensemble 8"},"dependencies":{"njre":"^0.2.0","shelljs":"^0.8.4"},"license":"ISC","name":"jdeploy-demo-javafx-ensemble","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"}} |
Sorry, the diff of this file is not supported yet
33847077