Template: Use standard template file if image template file doesn't exist.
authorminkee.lee <minkee.lee@samsung.com>
Wed, 17 Sep 2014 11:19:43 +0000 (20:19 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Wed, 17 Sep 2014 12:11:04 +0000 (21:11 +0900)
commitaa8a1fc362a05b1f32b7cb564cd7b015cd5d9c0a
treeec17e12b5ff98385c10ac2f69b40955679a64ab8
parent83d79e275363039e6e6db03cadaa03ef68d33580
Template: Use standard template file if image template file doesn't exist.

- If image's template file doesn't exist,
  use "x86-standard-template.xml" and "x86-standard.xml" for VM property.
  If image is for arm, "arm-standard... .xml" will be used.
- If standard file also doesn't exist, fail message is displayed.

Change-Id: I243ec3db21e042b765b2d3a69aa69a719ceca354
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
common-project/src/org/tizen/emulator/manager/platform/BaseImage.java
common-project/src/org/tizen/emulator/manager/ui/detail/PInfoViewPage.java
common-project/src/org/tizen/emulator/manager/ui/detail/PModifyViewPage.java