From b99ec606fbece1c0b5085f1a06fa1a73a57730fe Mon Sep 17 00:00:00 2001 From: "minkee.lee" Date: Thu, 26 Feb 2015 17:42:50 +0900 Subject: [PATCH] Package: Changed profile version. (2.3 -> 2.4) Change-Id: I8d7feacaa12f00652c7c7bfe917faa103c9d951c Signed-off-by: minkee.lee --- build.xml | 4 ++-- .../org/tizen/emulator/manager/console/ActionList.java | 14 +++++++------- .../org/tizen/emulator/manager/platform/BaseImage.java | 4 ++-- package/build.linux | 4 ++-- package/build.macos-64 | 4 ++-- package/build.windows | 4 ++-- package/pkginfo.manifest | 16 ++++++++-------- .../res/mobile-2.4_add_new_hover.gif} | Bin .../res/mobile-2.4_add_new_nml.gif} | Bin .../res/mobile-2.4_add_new_pushed.gif} | Bin .../res/mobile-2.4_button_launch_dis.gif} | Bin .../res/mobile-2.4_button_launch_hover.gif} | Bin .../res/mobile-2.4_button_launch_nml.gif} | Bin .../res/mobile-2.4_button_launch_pushed.gif} | Bin .../res/mobile-2.4_emulator_list_image_hover.gif} | Bin .../res/mobile-2.4_emulator_list_image_new_ani.gif} | Bin .../res/mobile-2.4_emulator_list_image_nml.gif} | Bin .../res/mobile-2.4_emulator_list_selected.gif} | Bin .../res/wearable-2.4_add_new_hover.gif} | Bin .../res/wearable-2.4_add_new_nml.gif} | Bin .../res/wearable-2.4_add_new_pushed.gif} | Bin .../res/wearable-2.4_button_launch_dis.gif} | Bin .../res/wearable-2.4_button_launch_hover.gif} | Bin .../res/wearable-2.4_button_launch_nml.gif} | Bin .../res/wearable-2.4_button_launch_pushed.gif} | Bin .../res/wearable-2.4_emulator_list_image_hover.gif} | Bin .../res/wearable-2.4_emulator_list_image_new_ani.gif} | Bin .../res/wearable-2.4_emulator_list_image_nml.gif} | Bin .../res/wearable-2.4_emulator_list_selected.gif} | Bin 29 files changed, 25 insertions(+), 25 deletions(-) rename plugin-project/{wearable-plugin/res/wearable-2.3_add_new_hover.gif => mobile-plugin/res/mobile-2.4_add_new_hover.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_add_new_nml.gif => mobile-plugin/res/mobile-2.4_add_new_nml.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_add_new_pushed.gif => mobile-plugin/res/mobile-2.4_add_new_pushed.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_button_launch_dis.gif => mobile-plugin/res/mobile-2.4_button_launch_dis.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_button_launch_hover.gif => mobile-plugin/res/mobile-2.4_button_launch_hover.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_button_launch_nml.gif => mobile-plugin/res/mobile-2.4_button_launch_nml.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_button_launch_pushed.gif => mobile-plugin/res/mobile-2.4_button_launch_pushed.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_emulator_list_image_hover.gif => mobile-plugin/res/mobile-2.4_emulator_list_image_hover.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_emulator_list_image_new_ani.gif => mobile-plugin/res/mobile-2.4_emulator_list_image_new_ani.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_emulator_list_image_nml.gif => mobile-plugin/res/mobile-2.4_emulator_list_image_nml.gif} (100%) rename plugin-project/{wearable-plugin/res/wearable-2.3_emulator_list_selected.gif => mobile-plugin/res/mobile-2.4_emulator_list_selected.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_add_new_hover.gif => wearable-plugin/res/wearable-2.4_add_new_hover.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_add_new_nml.gif => wearable-plugin/res/wearable-2.4_add_new_nml.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_add_new_pushed.gif => wearable-plugin/res/wearable-2.4_add_new_pushed.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_button_launch_dis.gif => wearable-plugin/res/wearable-2.4_button_launch_dis.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_button_launch_hover.gif => wearable-plugin/res/wearable-2.4_button_launch_hover.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_button_launch_nml.gif => wearable-plugin/res/wearable-2.4_button_launch_nml.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_button_launch_pushed.gif => wearable-plugin/res/wearable-2.4_button_launch_pushed.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_emulator_list_image_hover.gif => wearable-plugin/res/wearable-2.4_emulator_list_image_hover.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_emulator_list_image_new_ani.gif => wearable-plugin/res/wearable-2.4_emulator_list_image_new_ani.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_emulator_list_image_nml.gif => wearable-plugin/res/wearable-2.4_emulator_list_image_nml.gif} (100%) rename plugin-project/{mobile-plugin/res/mobile-2.3_emulator_list_selected.gif => wearable-plugin/res/wearable-2.4_emulator_list_selected.gif} (100%) diff --git a/build.xml b/build.xml index f3782d0..ec8b13a 100644 --- a/build.xml +++ b/build.xml @@ -16,7 +16,7 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/common-project/src/org/tizen/emulator/manager/console/ActionList.java b/common-project/src/org/tizen/emulator/manager/console/ActionList.java index d33d8e0..f0a65d8 100644 --- a/common-project/src/org/tizen/emulator/manager/console/ActionList.java +++ b/common-project/src/org/tizen/emulator/manager/console/ActionList.java @@ -375,10 +375,10 @@ class Create extends Action { this.action = Actions.AC_CREATE; this.description = "Create new 'Virtual Machine'."; this.usage = "Standard Image: create -n test -b 1 [options]" + StringResources.NEW_LINE + - " Standard Image: create -n test -p mobile-2.3 [options]" + StringResources.NEW_LINE + - " Standard Image: create -n test -b 1 -p mobile-2.3 [options]" + StringResources.NEW_LINE + + " Standard Image: create -n test -p mobile-2.4 [options]" + StringResources.NEW_LINE + + " Standard Image: create -n test -b 1 -p mobile-2.4 [options]" + StringResources.NEW_LINE + " Custom Image: create -n test -c path [options]" + StringResources.NEW_LINE + - " Custom Image: create -n test -c path [options] -p mobile-2.3" + StringResources.NEW_LINE + + " Custom Image: create -n test -c path [options] -p mobile-2.4" + StringResources.NEW_LINE + " You can not use both '-b' and '-c' at the same time."; commandList.add(new Command("n", Actions.OP_NAME, @@ -396,7 +396,7 @@ class Create extends Action { commandList.add(new Command("p", Actions.OP_PLATFORM, "Select Platform of base disk image." + StringResources.NEW_LINE + "\t\t(Avaliable disk image can be found using 'list-image' command)", - "mobile-2.3", false, true)); + "mobile-2.4", false, true)); // Options String resolution = ""; @@ -473,10 +473,10 @@ class RemoteCreate extends Action { this.action = Actions.AC_REMOTE_CREATE; this.description = "Create new 'Remote Virtual Machine'."; this.usage = "Standard Image: remote-create -e ip -u account -n test -b 1 [options]" + StringResources.NEW_LINE + - " Standard Image: remote-create -e ip -u account -n test -p mobile-2.3 [options]" + StringResources.NEW_LINE + - " Standard Image: remote-create -e ip -u account -n test -b 1 -p mobile-2.3 [options]" + StringResources.NEW_LINE + + " Standard Image: remote-create -e ip -u account -n test -p mobile-2.4 [options]" + StringResources.NEW_LINE + + " Standard Image: remote-create -e ip -u account -n test -b 1 -p mobile-2.4 [options]" + StringResources.NEW_LINE + " Custom Image: remote-create -e ip -u account -n test -c path [options]" + StringResources.NEW_LINE + - " Custom Image: remote-create -e ip -u account -n test -c path [options] -p mobile-2.3" + StringResources.NEW_LINE + + " Custom Image: remote-create -e ip -u account -n test -c path [options] -p mobile-2.4" + StringResources.NEW_LINE + " You can not use both '-b' and '-c' at the same time."; commandList.add(new Command("n", Actions.OP_NAME, diff --git a/common-project/src/org/tizen/emulator/manager/platform/BaseImage.java b/common-project/src/org/tizen/emulator/manager/platform/BaseImage.java index 6893c23..35d4e0b 100644 --- a/common-project/src/org/tizen/emulator/manager/platform/BaseImage.java +++ b/common-project/src/org/tizen/emulator/manager/platform/BaseImage.java @@ -128,7 +128,7 @@ public class BaseImage { if (imageName == null) { throw new IOException("Image name is null. This image can not add."); } - version = prop.getProperty(StringResources.IMAGE_VERSION, "2.3"); + version = prop.getProperty(StringResources.IMAGE_VERSION, "2.4"); profile = prop.getProperty(StringResources.PRODUCT_PROFILE, PlatformStringResources.MobileProfile).toLowerCase(); type = prop.getProperty(StringResources.IMAGE_TYPE, "default"); cpu = prop.getProperty(StringResources.TARGET_CPU, "x86"); @@ -342,4 +342,4 @@ public class BaseImage { defaultProperty = vmList.parseXML(propertyFile); } } -} \ No newline at end of file +} diff --git a/package/build.linux b/package/build.linux index 2e711b7..1279820 100755 --- a/package/build.linux +++ b/package/build.linux @@ -31,14 +31,14 @@ install() cp $SRCDIR/common-project/supplement/em-cli.sh $BIN_DIR/bin/em-cli cp $SRCDIR/common-project/resource/res/em.ico $BIN_DIR/icons - RESOURCES_DIR=$SRCDIR/package/mobile-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.3/emulator-resources + RESOURCES_DIR=$SRCDIR/package/mobile-2.4-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.4/emulator-resources mkdir -p $RESOURCES_DIR/template mkdir -p $RESOURCES_DIR/plugins cp $SRCDIR/template/x86-standard.xml $RESOURCES_DIR/template/x86-standard.xml cp $SRCDIR/template/x86-standard-template.xml $RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/mobile-plugin/em-plugin.jar $RESOURCES_DIR/plugins/em-plugin.jar - W_RESOURCES_DIR=$SRCDIR/package/wearable-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.3/emulator-resources + W_RESOURCES_DIR=$SRCDIR/package/wearable-2.4-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.4/emulator-resources mkdir -p $W_RESOURCES_DIR/template mkdir -p $W_RESOURCES_DIR/plugins cp $SRCDIR/template/w-x86-standard.xml $W_RESOURCES_DIR/template/x86-standard.xml diff --git a/package/build.macos-64 b/package/build.macos-64 index e79ff9a..91603ee 100755 --- a/package/build.macos-64 +++ b/package/build.macos-64 @@ -54,14 +54,14 @@ install() mv $SRCDIR/emulator-manager.app $BIN_DIR/bin - RESOURCES_DIR=$SRCDIR/package/mobile-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.3/emulator-resources + RESOURCES_DIR=$SRCDIR/package/mobile-2.4-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.4/emulator-resources mkdir -p $RESOURCES_DIR/template mkdir -p $RESOURCES_DIR/plugins cp $SRCDIR/template/x86-standard.xml $RESOURCES_DIR/template/x86-standard.xml cp $SRCDIR/template/x86-standard-template.xml $RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/mobile-plugin/em-plugin.jar $RESOURCES_DIR/plugins/em-plugin.jar - W_RESOURCES_DIR=$SRCDIR/package/wearable-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.3/emulator-resources + W_RESOURCES_DIR=$SRCDIR/package/wearable-2.4-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.4/emulator-resources mkdir -p $W_RESOURCES_DIR/template mkdir -p $W_RESOURCES_DIR/plugins cp $SRCDIR/template/w-x86-standard.xml $W_RESOURCES_DIR/template/x86-standard.xml diff --git a/package/build.windows b/package/build.windows index 72bc2c4..6a513fb 100755 --- a/package/build.windows +++ b/package/build.windows @@ -109,8 +109,8 @@ install() cp $SRCDIR/common-project/supplement/em-cli.bat $BIN_DIR/bin/em-cli.bat cp $SRCDIR/common-project/resource/res/em.ico $BIN_DIR/icons - RESOURCES_DIR=$SRCDIR/package/mobile-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.3/emulator-resources - W_RESOURCES_DIR=$SRCDIR/package/wearable-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.3/emulator-resources + RESOURCES_DIR=$SRCDIR/package/mobile-2.4-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.4/emulator-resources + W_RESOURCES_DIR=$SRCDIR/package/wearable-2.4-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.4/emulator-resources mkdir -p $RESOURCES_DIR/template mkdir -p $RESOURCES_DIR/plugins mkdir -p $W_RESOURCES_DIR/template diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 21f7e07..24d8f19 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -26,42 +26,42 @@ Build-host-os: macos-64 Build-dependency: emulator-lib [ macos-64 ] Description: Tizen Emulator Manager -Package: mobile-2.3-emulator-manager-resources +Package: mobile-2.4-emulator-manager-resources OS: ubuntu-32 Build-host-os: ubuntu-32 Description: Emulator Manager Platform Resources -Package: mobile-2.3-emulator-manager-resources +Package: mobile-2.4-emulator-manager-resources OS: ubuntu-64 Build-host-os: ubuntu-64 Description: Emulator Manager Platform Resources -Package: mobile-2.3-emulator-manager-resources +Package: mobile-2.4-emulator-manager-resources OS: windows-32, windows-64 Build-host-os: windows-32 Description: Emulator Manager Platform Resources -Package: mobile-2.3-emulator-manager-resources +Package: mobile-2.4-emulator-manager-resources OS: macos-64 Build-host-os: macos-64 Description: Emulator Manager Platform Resources -Package: wearable-2.3-emulator-manager-resources +Package: wearable-2.4-emulator-manager-resources OS: ubuntu-32 Build-host-os: ubuntu-32 Description: Emulator Manager Platform Resources -Package: wearable-2.3-emulator-manager-resources +Package: wearable-2.4-emulator-manager-resources OS: ubuntu-64 Build-host-os: ubuntu-64 Description: Emulator Manager Platform Resources -Package: wearable-2.3-emulator-manager-resources +Package: wearable-2.4-emulator-manager-resources OS: windows-32, windows-64 Build-host-os: windows-32 Description: Emulator Manager Platform Resources -Package: wearable-2.3-emulator-manager-resources +Package: wearable-2.4-emulator-manager-resources OS: macos-64 Build-host-os: macos-64 Description: Emulator Manager Platform Resources diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_add_new_hover.gif b/plugin-project/mobile-plugin/res/mobile-2.4_add_new_hover.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_add_new_hover.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_add_new_hover.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_add_new_nml.gif b/plugin-project/mobile-plugin/res/mobile-2.4_add_new_nml.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_add_new_nml.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_add_new_nml.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_add_new_pushed.gif b/plugin-project/mobile-plugin/res/mobile-2.4_add_new_pushed.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_add_new_pushed.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_add_new_pushed.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_button_launch_dis.gif b/plugin-project/mobile-plugin/res/mobile-2.4_button_launch_dis.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_button_launch_dis.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_button_launch_dis.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_button_launch_hover.gif b/plugin-project/mobile-plugin/res/mobile-2.4_button_launch_hover.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_button_launch_hover.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_button_launch_hover.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_button_launch_nml.gif b/plugin-project/mobile-plugin/res/mobile-2.4_button_launch_nml.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_button_launch_nml.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_button_launch_nml.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_button_launch_pushed.gif b/plugin-project/mobile-plugin/res/mobile-2.4_button_launch_pushed.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_button_launch_pushed.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_button_launch_pushed.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_image_hover.gif b/plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_image_hover.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_image_hover.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_image_hover.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_image_new_ani.gif b/plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_image_new_ani.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_image_new_ani.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_image_new_ani.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_image_nml.gif b/plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_image_nml.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_image_nml.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_image_nml.gif diff --git a/plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_selected.gif b/plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_selected.gif similarity index 100% rename from plugin-project/wearable-plugin/res/wearable-2.3_emulator_list_selected.gif rename to plugin-project/mobile-plugin/res/mobile-2.4_emulator_list_selected.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_add_new_hover.gif b/plugin-project/wearable-plugin/res/wearable-2.4_add_new_hover.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_add_new_hover.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_add_new_hover.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_add_new_nml.gif b/plugin-project/wearable-plugin/res/wearable-2.4_add_new_nml.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_add_new_nml.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_add_new_nml.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_add_new_pushed.gif b/plugin-project/wearable-plugin/res/wearable-2.4_add_new_pushed.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_add_new_pushed.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_add_new_pushed.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_button_launch_dis.gif b/plugin-project/wearable-plugin/res/wearable-2.4_button_launch_dis.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_button_launch_dis.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_button_launch_dis.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_button_launch_hover.gif b/plugin-project/wearable-plugin/res/wearable-2.4_button_launch_hover.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_button_launch_hover.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_button_launch_hover.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_button_launch_nml.gif b/plugin-project/wearable-plugin/res/wearable-2.4_button_launch_nml.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_button_launch_nml.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_button_launch_nml.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_button_launch_pushed.gif b/plugin-project/wearable-plugin/res/wearable-2.4_button_launch_pushed.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_button_launch_pushed.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_button_launch_pushed.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_image_hover.gif b/plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_image_hover.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_image_hover.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_image_hover.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_image_new_ani.gif b/plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_image_new_ani.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_image_new_ani.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_image_new_ani.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_image_nml.gif b/plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_image_nml.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_image_nml.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_image_nml.gif diff --git a/plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_selected.gif b/plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_selected.gif similarity index 100% rename from plugin-project/mobile-plugin/res/mobile-2.3_emulator_list_selected.gif rename to plugin-project/wearable-plugin/res/wearable-2.4_emulator_list_selected.gif -- 2.7.4