Skip to content

Commit

Permalink
Remove JavaFX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Mar 7, 2022
1 parent 7d34282 commit 930ec4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.jdt"
version="0.0.0"/>

<includes
id="org.eclipse.fx.runtime.min.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.filetransfer.feature"
version="0.0.0"/>
Expand All @@ -90,14 +86,6 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.swtchart.feature"
version="0.0.0"/>

<includes
id="openjfx.swt.feature"
version="0.0.0"/>

<includes
id="openjfx.standard.feature"
version="0.0.0"/>

<plugin
id="com.ibm.icu"
download-size="0"
Expand Down
9 changes: 0 additions & 9 deletions chemclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@
<version>${tycho.version}</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<extraClasspathElements>
<extraClasspathElement>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swt</artifactId>
<version>11.0.2</version>
<systemPath>${java.home}/lib/javafx-swt.jar</systemPath>
<scope>system</scope>
</extraClasspathElement>
</extraClasspathElements>
</configuration>
</plugin>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
<unit id="org.eclipse.fx.ide.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.epp.mpc.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -109,17 +108,5 @@
<unit id="org.eclipse.swtchart.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/swtchart/integration/develop/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/efxclipse/runtime-released/3.5.0/site"/>
<unit id="org.eclipse.fx.runtime.min.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://downloads.efxclipse.bestsolution.at/p2-repos/openjfx-11/repository/"/>
<unit id="openjfx.media.feature.feature.group" version="0.0.0"/>
<unit id="openjfx.standard.feature.feature.group" version="0.0.0"/>
<unit id="openjfx.swing.feature.feature.group" version="0.0.0"/>
<unit id="openjfx.swt.feature.feature.group" version="0.0.0"/>
<unit id="openjfx.web.feature.feature.group" version="0.0.0"/>
</location>
</locations>
</target>

0 comments on commit 930ec4b

Please sign in to comment.