MISC: package version up (2.1.124) 17/14217/1
authorkh5325.kim <kh5325.kim@samsung.com>
Sun, 29 Dec 2013 08:14:18 +0000 (17:14 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Sun, 29 Dec 2013 08:14:18 +0000 (17:14 +0900)
- 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>
org.tizen.common.ui/images/list_viewer_bg_01.png [deleted file]
org.tizen.common.ui/images/new_wiz.png [deleted file]
org.tizen.common.ui/images/tree_viewer_bg_01.png [deleted file]
org.tizen.common.ui/images/wizard_background_image.png [deleted file]
org.tizen.common/src/org/tizen/common/util/ImageUtil.java
package/changelog
package/pkginfo.manifest

diff --git a/org.tizen.common.ui/images/list_viewer_bg_01.png b/org.tizen.common.ui/images/list_viewer_bg_01.png
deleted file mode 100644 (file)
index 67a0fee..0000000
Binary files a/org.tizen.common.ui/images/list_viewer_bg_01.png and /dev/null differ
diff --git a/org.tizen.common.ui/images/new_wiz.png b/org.tizen.common.ui/images/new_wiz.png
deleted file mode 100644 (file)
index ff303c7..0000000
Binary files a/org.tizen.common.ui/images/new_wiz.png and /dev/null differ
diff --git a/org.tizen.common.ui/images/tree_viewer_bg_01.png b/org.tizen.common.ui/images/tree_viewer_bg_01.png
deleted file mode 100644 (file)
index 9244f9d..0000000
Binary files a/org.tizen.common.ui/images/tree_viewer_bg_01.png and /dev/null differ
diff --git a/org.tizen.common.ui/images/wizard_background_image.png b/org.tizen.common.ui/images/wizard_background_image.png
deleted file mode 100644 (file)
index 9f1e34f..0000000
Binary files a/org.tizen.common.ui/images/wizard_background_image.png and /dev/null differ
index f0da7ed..52ef0d8 100644 (file)
@@ -101,7 +101,12 @@ public class ImageUtil {
         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 );
     }
 
index c4b1f08..919f735 100644 (file)
@@ -1,3 +1,7 @@
+* 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
index bf9745c..1a2ae3f 100644 (file)
@@ -1,4 +1,4 @@
-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>