Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-08-03 13:33:47 +0000
committerKarsten Thoms2017-08-03 23:36:50 +0000
commit071d5c63fe677cddb1bfa921785ee9c0571ee4ee (patch)
tree46d2c220e2e18ccc765185d0aea489b596ec4f23 /bundles/org.eclipse.equinox.io
parent177f16ee3b7dd1861c7dc0d8df9c73502af04a31 (diff)
downloadrt.equinox.bundles-071d5c63fe677cddb1bfa921785ee9c0571ee4ee.tar.gz
rt.equinox.bundles-071d5c63fe677cddb1bfa921785ee9c0571ee4ee.tar.xz
rt.equinox.bundles-071d5c63fe677cddb1bfa921785ee9c0571ee4ee.zip
Increment bundle micro version Change-Id: I28c84616d09e404de255bb85daaab5b3d75b0e40 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.io')
-rw-r--r--bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.io/build.properties3
-rw-r--r--bundles/org.eclipse.equinox.io/pom.xml2
3 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
index d120572f6..05683b6ec 100644
--- a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.io
-Bundle-Version: 1.1.100.qualifier
+Bundle-Version: 1.1.200.qualifier
Bundle-Vendor: %bundleVendor
Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator
Bundle-Description: This bundle contains service for creating connections.
diff --git a/bundles/org.eclipse.equinox.io/build.properties b/bundles/org.eclipse.equinox.io/build.properties
index e70a2f587..e42a343b5 100644
--- a/bundles/org.eclipse.equinox.io/build.properties
+++ b/bundles/org.eclipse.equinox.io/build.properties
@@ -15,5 +15,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ OSGI-INF/
src.includes = about.html
diff --git a/bundles/org.eclipse.equinox.io/pom.xml b/bundles/org.eclipse.equinox.io/pom.xml
index da30a8859..8255099a5 100644
--- a/bundles/org.eclipse.equinox.io/pom.xml
+++ b/bundles/org.eclipse.equinox.io/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.io</artifactId>
- <version>1.1.100-SNAPSHOT</version>
+ <version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top