- Migrated images to "common-eplugin-fragment"
- Fixed org.tizen.common.util.ImageUtil.getImageDescriptor(Bundle, String)
to support fragments
Change-Id: Iafb20f3c226b39d340878521477ba0f424c2ee34
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
final String filePath
)
{
- final URL url = bundle.getEntry( filePath );
+ URL url = bundle.getEntry( filePath );
+ if ( url == null ) {
+ // try to find from fragments
+ // cf.)) http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg00194.html
+ url = bundle.getResource( filePath );
+ }
return ImageDescriptor.createFromURL( url );
}
+* 2.1.124
+- Migrated images to "common-eplugin-fragment"
+- Fixed org.tizen.common.util.ImageUtil.getImageDescriptor(Bundle, String) to support fragments
+== kh5325.kim <kh5325.kim@samsung.com> 2013-12-28
* 2.1.123
- Migrated bundles to "common-eplugin-fragment"
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-28
-Version:2.1.123
+Version:2.1.124
Source:common-eplugin
Maintainer:kangho kim <kh5325.kim@samsung.com>, yoonki park <yoonki.park@samsung.com>, hyunsik non <hyunsik.noh@samsung.com>, taeyoung son <taeyoung2.son@samsung.com>, gune Kim <gune.kim@samsung.com>, ho namkoong <ho.namkoong@samsung.com>, hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song <jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, bonyong lee <bonyong.lee@samsung.com>, shingil kang <shingil.kang@samsung.com>