Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-09-11 10:54:58 +0000
committerAlexander Kurtakov2019-09-11 14:39:34 +0000
commitdf49aebd377808395623e6b00a09cf38c17a0354 (patch)
tree20aeac914414515c884c9c9b9af25ba2b6e0edff /features
parentf1cec2dde6ea77ca066ebe3a405f7ced98098903 (diff)
downloadeclipse.platform.swt-df49aebd377808395623e6b00a09cf38c17a0354.tar.gz
eclipse.platform.swt-df49aebd377808395623e6b00a09cf38c17a0354.tar.xz
eclipse.platform.swt-df49aebd377808395623e6b00a09cf38c17a0354.zip
Bug 550965 - Remove swt tools activator
Not used at all and actually used deprecated api so removing it gives us cleaner build. Change-Id: Ieb6c1fce78c267f51ade55014c4e6fb8936ec2b3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.xml2
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.swt.tools.feature/feature.xml b/features/org.eclipse.swt.tools.feature/feature.xml
index d8a0580937..88940dd9b8 100644
--- a/features/org.eclipse.swt.tools.feature/feature.xml
+++ b/features/org.eclipse.swt.tools.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.swt.tools.feature"
label="%featureName"
- version="3.107.500.qualifier"
+ version="3.107.600.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index 85104c26ac..ecc01f5079 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>
<artifactId>org.eclipse.swt.tools.feature</artifactId>
- <version>3.107.500-SNAPSHOT</version>
+ <version>3.107.600-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>

Back to the top