Skip to content

Commit

Permalink
updates to work with native ARM macos
Browse files Browse the repository at this point in the history
this includes a working javafx (17)
https://github.com/pahjbo/openjfx-osgi
  • Loading branch information
pahjbo committed Nov 16, 2023
1 parent d653656 commit 3bd98e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions VODSLEditor.setup
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<value>Eclipse</value>
</detail>
</annotation>
<version name="2021-03"
label="2021-03"
<version name="2021-06"
label="2021-06"
requiredJavaVersion="11">
<setupTask
xsi:type="setup.p2:P2Task"
Expand All @@ -46,24 +46,24 @@
<requirement
name="openjfx.standard.feature.feature.group"/>
<repository
url="http://download.eclipse.org/releases/2021-03"/>
url="http://download.eclipse.org/releases/2021-06"/>
<repository
url="http://vo.jb.man.ac.uk/eclipse/vodsleditor/"/>
<repository
url="http://vo.jb.man.ac.uk/eclipse/fxdiagram/"/>
<repository
url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release_pragmatics_2015-02"/>
url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release_pragmatics_2016-02/"/>
<repository
url="https://download.eclipse.org/efxclipse/runtime-shared-released/3.7.0/site/"/>
<repository
url="http://downloads.efxclipse.bestsolution.at/p2-repos/openjfx-11/repository/"/>
url="https://vo.jb.man.ac.uk/eclipse/javafx/"/>
<description>Editor for VODSL</description>
</setupTask>
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-11"
location="${jre.location-11}"/>
<description>VODSL Editor for 2021-03.</description>
<description>VODSL Editor for 2021-06.</description>
</version>
<description>VODSL Editor provides cool stuff.</description>
</setup:Product>

0 comments on commit 3bd98e3

Please sign in to comment.