Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.wireadmin')
-rw-r--r--bundles/org.eclipse.equinox.wireadmin/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.wireadmin/build.properties3
-rw-r--r--bundles/org.eclipse.equinox.wireadmin/pom.xml2
3 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.wireadmin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.wireadmin/META-INF/MANIFEST.MF
index 8c4a41012..43ae5f6c0 100644
--- a/bundles/org.eclipse.equinox.wireadmin/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.wireadmin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.wireadmin
-Bundle-Version: 1.0.600.qualifier
+Bundle-Version: 1.0.700.qualifier
Bundle-Vendor: %bundleVendor
Bundle-Description: This bundle provides utility classes for Producer and Consumer services.
Bundle-Activator: org.eclipse.equinox.internal.wireadmin.Activator
diff --git a/bundles/org.eclipse.equinox.wireadmin/build.properties b/bundles/org.eclipse.equinox.wireadmin/build.properties
index f51f1c062..d13373825 100644
--- a/bundles/org.eclipse.equinox.wireadmin/build.properties
+++ b/bundles/org.eclipse.equinox.wireadmin/build.properties
@@ -14,5 +14,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.wireadmin/pom.xml b/bundles/org.eclipse.equinox.wireadmin/pom.xml
index b744c731a..92947f6a7 100644
--- a/bundles/org.eclipse.equinox.wireadmin/pom.xml
+++ b/bundles/org.eclipse.equinox.wireadmin/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.wireadmin</artifactId>
- <version>1.0.600-SNAPSHOT</version>
+ <version>1.0.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top