diff options
| author | Eric Williams | 2018-05-29 15:37:51 +0000 |
|---|---|---|
| committer | Eric Williams | 2018-05-30 14:17:23 +0000 |
| commit | 4a1a10fc2fc99f6ee7f995f5952e40da40b3dede (patch) | |
| tree | 346f2bc7640f21b3b017d87b9e5c38d616a2d140 | |
| parent | 11d7e51e0af3a6eb7945c09cf71a3fc54c6aab40 (diff) | |
| download | eclipse.platform.swt.binaries-4a1a10fc2fc99f6ee7f995f5952e40da40b3dede.tar.gz eclipse.platform.swt.binaries-4a1a10fc2fc99f6ee7f995f5952e40da40b3dede.tar.xz eclipse.platform.swt.binaries-4a1a10fc2fc99f6ee7f995f5952e40da40b3dede.zip | |
Bug 258196: [GTK] Virtual Tree does not resize correctly horizontally
Bump bundle version to 3.107.100 for SWT binaries.
Change-Id: I64514adce7a5fc9a49a743d7686e249f306d750a
Signed-off-by: Eric Williams <ericwill@redhat.com>
48 files changed, 48 insertions, 48 deletions
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/META-INF/MANIFEST.MF index c46b74e93..b9347b99a 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.cocoa.macosx.x86_64; singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml index f5459737d..15efaddbd 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml +++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.xml @@ -6,7 +6,7 @@ <property name="swt.arch" value="x86_64" /> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml index ec74e56db..36739a34a 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.aix.ppc64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.aix.ppc64/META-INF/MANIFEST.MF index d01cc1a13..fd078ca8b 100644 --- a/bundles/org.eclipse.swt.gtk.aix.ppc64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.aix.ppc64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.aix.ppc64;singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml b/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml index c6f959740..aa37f515e 100644 --- a/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml +++ b/bundles/org.eclipse.swt.gtk.aix.ppc64/build.xml @@ -6,7 +6,7 @@ <property name="swt.arch" value="ppc64" /> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml b/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml index 98cc4d0b9..d6f4136bb 100644 --- a/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.aix.ppc64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.aix.ppc64</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.hpux.ia64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.hpux.ia64/META-INF/MANIFEST.MF index 3f1d89f4e..a3f5367d8 100644 --- a/bundles/org.eclipse.swt.gtk.hpux.ia64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.hpux.ia64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.hpux.ia64; singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml b/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml index 1855b9eff..e54a2e418 100644 --- a/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml +++ b/bundles/org.eclipse.swt.gtk.hpux.ia64/build.xml @@ -6,7 +6,7 @@ <property name="swt.arch" value="ia64" /> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml b/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml index 4175c1052..9c50d168d 100644 --- a/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.hpux.ia64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.hpux.ia64</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.aarch64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.aarch64/META-INF/MANIFEST.MF index f0c4766f7..66fec9c88 100644 --- a/bundles/org.eclipse.swt.gtk.linux.aarch64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.aarch64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.aarch64; singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml index f0bfee527..a467823a4 100644 --- a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml index 370400132..00914c8b6 100644 --- a/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.aarch64</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.arm/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.arm/META-INF/MANIFEST.MF index b2fd8f563..82e2501ce 100644 --- a/bundles/org.eclipse.swt.gtk.linux.arm/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.arm/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.arm; singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.arm/build.xml b/bundles/org.eclipse.swt.gtk.linux.arm/build.xml index f20b54655..7828c9a79 100644 --- a/bundles/org.eclipse.swt.gtk.linux.arm/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.arm/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.arm/pom.xml b/bundles/org.eclipse.swt.gtk.linux.arm/pom.xml index 96e8a248c..28dc01650 100644 --- a/bundles/org.eclipse.swt.gtk.linux.arm/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.arm/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.arm</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.ppc64/META-INF/MANIFEST.MF index c5139efa1..ba0eec063 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64;singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml index a5f420a9b..936fefe19 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml index 9f8a7662b..4836d6ab5 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.ppc64le/META-INF/MANIFEST.MF index f3885cd68..0c5b51b0d 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64le;singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml index 49d5dbd45..1da6f2753 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml index 0d9ed106a..a5f5c5a8e 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.ppc64le</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF index 6a8b941b3..1f01b5dc4 100644 --- a/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390; singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml index 9d134d54a..b18004eff 100644 --- a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml b/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml index a9193ce88..696fad3c5 100644 --- a/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.s390/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.s390</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF index 6fcbc6064..1e0257cd6 100644 --- a/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390x; singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml index 25a12e838..db3c8546f 100644 --- a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml b/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml index f7257fb2c..0989c96e4 100644 --- a/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.s390x/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.s390x</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.x86/META-INF/MANIFEST.MF index d26f90c9c..7a5b8566f 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.x86/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86; singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml index 4b2752b4b..7a98dd2ff 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml index 719247082..fa3ddadea 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.x86_64/META-INF/MANIFEST.MF index cb297791d..57cb34a40 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64; singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml index 63211b557..4a0e8fef1 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml index 5b678e342..de40335da 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.solaris.sparcv9/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.solaris.sparcv9/META-INF/MANIFEST.MF index 9b8f21c31..da0664310 100644 --- a/bundles/org.eclipse.swt.gtk.solaris.sparcv9/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.solaris.sparcv9/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.solaris.sparcv9; singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.solaris.sparcv9/build.xml b/bundles/org.eclipse.swt.gtk.solaris.sparcv9/build.xml index 0ecf996b0..aaf76b6e0 100644 --- a/bundles/org.eclipse.swt.gtk.solaris.sparcv9/build.xml +++ b/bundles/org.eclipse.swt.gtk.solaris.sparcv9/build.xml @@ -8,7 +8,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.solaris.sparcv9/pom.xml b/bundles/org.eclipse.swt.gtk.solaris.sparcv9/pom.xml index 306703a5a..1134c0186 100644 --- a/bundles/org.eclipse.swt.gtk.solaris.sparcv9/pom.xml +++ b/bundles/org.eclipse.swt.gtk.solaris.sparcv9/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.solaris.sparcv9</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.solaris.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.solaris.x86_64/META-INF/MANIFEST.MF index aafeed42e..bc7b75048 100644 --- a/bundles/org.eclipse.swt.gtk.solaris.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.solaris.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.solaris.x86_64; singleton:=true -Bundle-Version: 3.106.100.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.solaris.x86_64/build.xml b/bundles/org.eclipse.swt.gtk.solaris.x86_64/build.xml index cc38a6f60..32f109a45 100644 --- a/bundles/org.eclipse.swt.gtk.solaris.x86_64/build.xml +++ b/bundles/org.eclipse.swt.gtk.solaris.x86_64/build.xml @@ -8,7 +8,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.solaris.x86_64/pom.xml b/bundles/org.eclipse.swt.gtk.solaris.x86_64/pom.xml index 51da9f9f1..7d18b9295 100644 --- a/bundles/org.eclipse.swt.gtk.solaris.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.solaris.x86_64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.solaris.x86_64</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.gtk.win32.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.win32.x86_64/META-INF/MANIFEST.MF index fb48fc15f..1865411ba 100644 --- a/bundles/org.eclipse.swt.gtk.win32.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.gtk.win32.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.gtk.win32.x86_64; singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.gtk.win32.x86_64/build.xml b/bundles/org.eclipse.swt.gtk.win32.x86_64/build.xml index 3b2b9930b..56f14e6e9 100644 --- a/bundles/org.eclipse.swt.gtk.win32.x86_64/build.xml +++ b/bundles/org.eclipse.swt.gtk.win32.x86_64/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.gtk.win32.x86_64/pom.xml b/bundles/org.eclipse.swt.gtk.win32.x86_64/pom.xml index ea044387c..cf75e1d7d 100644 --- a/bundles/org.eclipse.swt.gtk.win32.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.win32.x86_64/pom.xml @@ -22,7 +22,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.win32.x86_64</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.win32.win32.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.win32.win32.x86/META-INF/MANIFEST.MF index c68f962e9..af5ac76bf 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.win32.win32.x86/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.win32.win32.x86; singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.win32.win32.x86/build.xml b/bundles/org.eclipse.swt.win32.win32.x86/build.xml index 31853debe..9e7c0e58e 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86/build.xml +++ b/bundles/org.eclipse.swt.win32.win32.x86/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="x86 all make_webkit install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.win32.win32.x86/pom.xml b/bundles/org.eclipse.swt.win32.win32.x86/pom.xml index 4869e6360..415980f42 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86/pom.xml +++ b/bundles/org.eclipse.swt.win32.win32.x86/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.win32.win32.x86</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.win32.win32.x86_64/META-INF/MANIFEST.MF index 2b40119a1..bee22d1de 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt.win32.win32.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt.win32.win32.x86_64; singleton:=true -Bundle-Version: 3.107.0.qualifier +Bundle-Version: 3.107.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment Export-Package: diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml b/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml index eef78cb29..61af87e48 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml +++ b/bundles/org.eclipse.swt.win32.win32.x86_64/build.xml @@ -7,7 +7,7 @@ <property name="targets" value="x86_64 all install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> - <property name="version.suffix" value="3.106.100" /> + <property name="version.suffix" value="3.107.100" /> <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml b/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml index 6539fa33b..a04540ef4 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId> - <version>3.107.0-SNAPSHOT</version> + <version>3.107.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> |
