Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
fortiss-std-env
Commits
4448e401
Commit
4448e401
authored
Mar 01, 2019
by
Alexander Diewald
Browse files
Oomph: Add OpenJFX downloads for Linux, MacOSX
Issue-Ref: 3620 Signed-off-by:
Alexander Diewald
<
diewald@fortiss.org
>
parent
08e20e08
Changes
1
Hide whitespace changes
Inline
Side-by-side
oomph/af3.setup
View file @
4448e401
...
...
@@ -157,6 +157,20 @@
filter=
"(osgi.os=win32)"
sourceURL=
"https://download2.gluonhq.com/openjfx/${jfx.installation.version}/openjfx-${jfx.installation.version}_windows-x64_bin-sdk.zip"
targetURL=
"${installation.location|uri}/javafx-sdk.zip"
/>
<setupTask
xsi:type=
"setup:ResourceCopyTask"
id=
"jfx.installation.linux.download"
excludedTriggers=
"STARTUP MANUAL"
filter=
"(osgi.os=linux)"
sourceURL=
"https://download2.gluonhq.com/openjfx/${jfx.installation.version}/openjfx-${jfx.installation.version}_linux-x64_bin-sdk.zip"
targetURL=
"${installation.location|uri}/javafx-sdk.zip"
/>
<setupTask
xsi:type=
"setup:ResourceCopyTask"
id=
"jfx.installation.macos.download"
excludedTriggers=
"STARTUP MANUAL"
filter=
"(osgi.os=macosx)"
sourceURL=
"https://download2.gluonhq.com/openjfx/${jfx.installation.version}/openjfx-${jfx.installation.version}_os-x64_bin-sdk.zip"
targetURL=
"${installation.location|uri}/javafx-sdk.zip"
/>
</setupTask>
<setupTask
xsi:type=
"com.github.maybeec.oomph.task:unzipTask"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment