Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-11-03 19:29:29 +0000
committerThomas Watson2017-11-03 19:29:29 +0000
commitf909baeb41bf7b21281e9621597feb0774dd0e51 (patch)
tree39732392268674ea473deb3bfcbc87fa138df7e9
parentf2424627bcaa7b5f454ce5caf96347f75e7d2b8e (diff)
downloadrt.equinox.bundles-f909baeb41bf7b21281e9621597feb0774dd0e51.tar.gz
rt.equinox.bundles-f909baeb41bf7b21281e9621597feb0774dd0e51.tar.xz
rt.equinox.bundles-f909baeb41bf7b21281e9621597feb0774dd0e51.zip
Bug 514338 - Update equinox console to use felix gogo 1.0.2 or newerI20171106-2000I20171106-0630I20171105-2000I20171104-2025I20171104-1500I20171103-2000
Prepare to update gogo bundles by removing imports on provisional package.
-rwxr-xr-xbundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF5
-rw-r--r--bundles/org.eclipse.equinox.console/pom.xml2
2 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
index e63d43882..9a9e7820f 100755
--- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
@@ -2,13 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.console
-Bundle-Version: 1.1.300.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.equinox.console.command.adapter.Activator
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.apache.felix.service.command;status=provisional;version="0.8.0",
- org.eclipse.osgi.framework.console,
+Import-Package: org.eclipse.osgi.framework.console,
org.eclipse.osgi.report.resolution; version="[1.0,2.0)",
org.eclipse.osgi.service.environment,
org.eclipse.osgi.util,
diff --git a/bundles/org.eclipse.equinox.console/pom.xml b/bundles/org.eclipse.equinox.console/pom.xml
index 358232b86..42c2f322c 100644
--- a/bundles/org.eclipse.equinox.console/pom.xml
+++ b/bundles/org.eclipse.equinox.console/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.console</artifactId>
- <version>1.1.300-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top