Skip to content

Commit

Permalink
Merge pull request #717 from amitjoy/feature/716
Browse files Browse the repository at this point in the history
Integrated Java 21
  • Loading branch information
amitjoy authored Dec 22, 2023
2 parents 00fd3ac + 34ad720 commit 6284b23
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"bin": {
"osgifx": "jdeploy-bundle/jdeploy.js"
},
"author": "Amit Kumar Mondal",
"description": "An easy-to-use application to manage OSGi frameworks remotely",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/amitjoy/osgifx",
"version": "2.4.4",
"jdeploy": {
"jdk": false,
"args": [
"--add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports javafx.base/com.sun.javafx.runtime=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-opens javafx.graphics/javafx.scene=ALL-UNNAMED",
"--add-opens javafx.controls/javafx.scene.control.skin=ALL-UNNAMED"
],
"javaVersion": "17",
"jar": "com.osgifx.console.dist/uberjar/osgifx.jar",
"javafx": true,
"title": "OSGi.fx"
},
"dependencies": {
"njre": "^0.2.0",
"shelljs": "^0.8.4"
},
"license": "Apache License, Version 2.0",
"name": "osgifx",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "http://osgifx.com"
"bin": {
"osgifx": "jdeploy-bundle/jdeploy.js"
},
"author": "Amit Kumar Mondal",
"description": "An easy-to-use application to manage OSGi frameworks remotely",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/amitjoy/osgifx",
"version": "2.4.4",
"jdeploy": {
"jdk": false,
"args": [
"--add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports javafx.base/com.sun.javafx.runtime=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-opens javafx.graphics/javafx.scene=ALL-UNNAMED",
"--add-opens javafx.controls/javafx.scene.control.skin=ALL-UNNAMED"
],
"javaVersion": "21",
"jar": "com.osgifx.console.dist/uberjar/osgifx.jar",
"javafx": true,
"title": "OSGi.fx"
},
"dependencies": {
"njre": "^0.2.0",
"shelljs": "^0.8.4"
},
"license": "Apache License, Version 2.0",
"name": "osgifx",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "http://osgifx.com"
}

0 comments on commit 6284b23

Please sign in to comment.