From 3edafb0f925b58b8d9851f0adf306103c1035036 Mon Sep 17 00:00:00 2001 From: woojin Date: Sat, 20 Sep 2014 10:25:30 +0900 Subject: [PATCH] INTERNAL: bugfix - packaging error remove unnecessary plugin dependency to avoid packaging error Change-Id: Ida3af661ce23fe679c573e1563b4b0b99b4a29d0 Signed-off-by: woojin --- org.tizen.dynamicanalyzer/META-INF/MANIFEST.MF | 3 +-- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/org.tizen.dynamicanalyzer/META-INF/MANIFEST.MF b/org.tizen.dynamicanalyzer/META-INF/MANIFEST.MF index c426478..1aab4a0 100644 --- a/org.tizen.dynamicanalyzer/META-INF/MANIFEST.MF +++ b/org.tizen.dynamicanalyzer/META-INF/MANIFEST.MF @@ -5,8 +5,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.tizen.dynamicanalyzer;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Vendor: %providerName -Require-Bundle: org.eclipse.cdt.core;bundle-version="5.3.2", - org.eclipse.ui, +Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.tizen.common, org.tizen.dynamicanalyzer.common;bundle-version="1.0.0", diff --git a/package/changelog b/package/changelog index b6e92be..c86f1a7 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.1.54 +- BugFix: packaging error +== woojin jung 2014-09-20 * 2.1.53 - customize the source link feature to support the DWARF4 - BugFix: small bugfix in the Setting, Chart, Snapshot, File analysis diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 3aeffbe..5a62fe9 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Source:dynamic-analyzer -Version:2.1.53 +Version:2.1.54 Maintainer:Jaewon Lim , Juyoung Kim Package:dynamic-analyzer-product -- 2.7.4