Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-01-24 13:45:30 +0000
committerAlexander Kurtakov2019-01-24 14:52:25 +0000
commit8bab5034a5c22f7d41a18f0ea4720f204998a4c5 (patch)
treed9f17d6052fa32f01843d0f65fb683b4c6e30034 /features
parent17fda4e3d309fd1996c69184f1a388b144dd3305 (diff)
downloadeclipse.platform.swt-8bab5034a5c22f7d41a18f0ea4720f204998a4c5.tar.gz
eclipse.platform.swt-8bab5034a5c22f7d41a18f0ea4720f204998a4c5.tar.xz
eclipse.platform.swt-8bab5034a5c22f7d41a18f0ea4720f204998a4c5.zip
Remove ancient readme in swt.tools.
It has been part of the regular update site produced by every build for years. Change-Id: I1374fceb910ae368b2bdd79e2d3daa2d3b61a192 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 ca5935a2bf..e178bc34a4 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.200.qualifier"
+ version="3.107.300.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 0f506c6c67..be1f31bcdc 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.200-SNAPSHOT</version>
+ <version>3.107.300-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>

Back to the top