Skip to content
Snippets Groups Projects
Commit a0c3771b authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Remove the version qualifiers for openjfx features

parent 487fb732
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ governing permissions and limitations under the License.
</win>
</launcher>
<vm>
<windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
</vm>
......@@ -85,9 +86,9 @@ limitations under the License.
<feature id="org.fortiss.af3.phoenix.feature" version="2.14.0.qualifier"/>
<feature id="org.eclipse.rcp"/>
<feature id="org.eclipse.fx.runtime.feature"/>
<feature id="org.openjfx.feature.basic" version="11.0.2"/>
<feature id="org.openjfx.feature.graphics" version="11.0.2"/>
<feature id="org.openjfx.feature.swt" version="11.0.2"/>
<feature id="org.openjfx.feature.basic"/>
<feature id="org.openjfx.feature.graphics"/>
<feature id="org.openjfx.feature.swt"/>
</features>
<configurations>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment