From: woojin Date: Sat, 20 Sep 2014 01:25:30 +0000 (+0900) Subject: INTERNAL: bugfix - packaging error X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F27856%2F1;p=sdk%2Ftools%2Fdynamic-analyzer.git INTERNAL: bugfix - packaging error remove unnecessary plugin dependency to avoid packaging error Change-Id: Ida3af661ce23fe679c573e1563b4b0b99b4a29d0 Signed-off-by: woojin --- 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