Skip to content

Commit

Permalink
[all] Upgrade Eclipse plugins' versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Jan 31, 2020
1 parent a91b3de commit 2efb0de
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/coreplugins/io.sarl.eclipse/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Require-Bundle: io.sarl.lang.ui;bundle-version="0.11.0";visibility:=reexport,
org.eclipse.ui.console;bundle-version="3.9.0",
org.eclipse.ui;bundle-version="3.115.0",
org.eclipse.ui.intro;bundle-version="3.5.800",
org.eclipse.ui.intro.quicklinks;bundle-version="1.0.300",
org.eclipse.ui.intro.quicklinks;bundle-version="1.0.400",
org.eclipse.ui.intro.universal;bundle-version="3.3.700",
org.arakhne.afc.core.vmutils;bundle-version="16.0.0",
com.google.gson;bundle-version="2.8.5"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
central) -->
<tycho.version>1.4.0</tycho.version>
<!-- Version of the SWT library (search for org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64) -->
<swt.version>3.111.0</swt.version>
<swt.version>3.113.0</swt.version>
<!-- Version of JavaFX (search for org.openjfx:*) -->
<openjfx.version>11.0.2</openjfx.version>

Expand Down
28 changes: 28 additions & 0 deletions tycho-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,34 @@
<version>${afc.osgi.version}</version>
</restrictTo>
</filter>
<filter>
<type>eclipse-plugin</type>
<id>org.arakhne.afc.core.vmutils</id>
<restrictTo>
<version>${afc.osgi.version}</version>
</restrictTo>
</filter>
<filter>
<type>eclipse-plugin</type>
<id>org.arakhne.afc.core.text</id>
<restrictTo>
<version>${afc.osgi.version}</version>
</restrictTo>
</filter>
<filter>
<type>eclipse-plugin</type>
<id>org.arakhne.afc.core.util</id>
<restrictTo>
<version>${afc.osgi.version}</version>
</restrictTo>
</filter>
<filter>
<type>eclipse-plugin</type>
<id>org.arakhne.afc.core.references</id>
<restrictTo>
<version>${afc.osgi.version}</version>
</restrictTo>
</filter>
</filters>
<!-- The following dependency-resolution is added for obtaining a runnable
product on MacOS -->
Expand Down

0 comments on commit 2efb0de

Please sign in to comment.