From: Björn Arnelid <bjorn.arne...@enea.com> Date: Mon, 5 Nov 2012 15:47:14 +0100 Subject: [PATCH] [SIGNED-OFF] Update plugin version in installation details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
When using version 1.3 Danny and looking in Help -> About Eclipse SDK -> Installation Details -> Plugins. Yocto eclipse plugin version is described as 1.2.0.qualifier. Version number should be matching actual version (1.3) Changed Bundle-Version in projects MANIFEST.MF to 1.3 Signed-off-by: Björn Arnelid <bjorn.arne...@enea.com> --- plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF | 2 +- plugins/org.yocto.sdk.ide/META-INF/MANIFEST.MF | 2 +- .../org.yocto.sdk.remotetools/META-INF/MANIFEST.MF | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF b/plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF index dccabda..85dddf5 100644 --- a/plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF +++ b/plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.yocto.bc.ui;singleton:=true -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 1.3 Bundle-Activator: org.yocto.bc.ui.Activator Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.yocto.sdk.ide/META-INF/MANIFEST.MF b/plugins/org.yocto.sdk.ide/META-INF/MANIFEST.MF index c3d8cc9..dd1b9ec 100644 --- a/plugins/org.yocto.sdk.ide/META-INF/MANIFEST.MF +++ b/plugins/org.yocto.sdk.ide/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.yocto.sdk.ide;singleton:=true -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 1.3 Bundle-Activator: org.yocto.sdk.ide.YoctoSDKPlugin Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.ui, diff --git a/plugins/org.yocto.sdk.remotetools/META-INF/MANIFEST.MF b/plugins/org.yocto.sdk.remotetools/META-INF/MANIFEST.MF index 6be7da1..df4fbb0 100644 --- a/plugins/org.yocto.sdk.remotetools/META-INF/MANIFEST.MF +++ b/plugins/org.yocto.sdk.remotetools/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.yocto.sdk.remotetools; singleton:=true -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 1.3 Bundle-Activator: org.yocto.sdk.remotetools.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, -- 1.7.9.5
_______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto