Package: Build script update for template.
authorminkee.lee <minkee.lee@samsung.com>
Tue, 12 Aug 2014 10:18:15 +0000 (19:18 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Tue, 12 Aug 2014 13:34:34 +0000 (22:34 +0900)
Change-Id: Ib5d105e12aca11d5f3405e2afbd05314e8a98e95
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
package/build.linux
package/build.macos-64
package/build.windows

index e103c66..e3543f3 100755 (executable)
@@ -34,13 +34,15 @@ install()
        RESOURCES_DIR=$SRCDIR/package/mobile-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.3/emulator-resources
        mkdir -p $RESOURCES_DIR/template
        mkdir -p $RESOURCES_DIR/plugins
-       cp $SRCDIR/template/standard.xml $RESOURCES_DIR/template/standard.xml
+       cp $SRCDIR/template/x86-kiran.xml $RESOURCES_DIR/template/x86-kiran.xml
+       cp $SRCDIR/template/x86-kiran-template.xml $RESOURCES_DIR/template/x86-kiran-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
        mkdir -p $W_RESOURCES_DIR/template
        mkdir -p $W_RESOURCES_DIR/plugins
-       cp $SRCDIR/template/w-standard.xml $W_RESOURCES_DIR/template/standard.xml
+       cp $SRCDIR/template/w-x86-kiran.xml $W_RESOURCES_DIR/template/x86-kiran.xml
+       cp $SRCDIR/template/w-x86-kiran-template.xml $W_RESOURCES_DIR/template/x86-kiran-template.xml
        mv $SRCDIR/plugin-project/wearable-plugin/em-plugin.jar $W_RESOURCES_DIR/plugins/em-plugin.jar
 }
 
index 98e41b5..1490cfb 100755 (executable)
@@ -57,13 +57,15 @@ install()
        RESOURCES_DIR=$SRCDIR/package/mobile-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.3/emulator-resources
        mkdir -p $RESOURCES_DIR/template
        mkdir -p $RESOURCES_DIR/plugins
-       cp $SRCDIR/template/standard.xml $RESOURCES_DIR/template/standard.xml
+       cp $SRCDIR/template/x86-kiran.xml $RESOURCES_DIR/template/x86-kiran.xml
+       cp $SRCDIR/template/x86-kiran-template.xml $RESOURCES_DIR/template/x86-kiran-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
        mkdir -p $W_RESOURCES_DIR/template
        mkdir -p $W_RESOURCES_DIR/plugins
-       cp $SRCDIR/template/w-standard.xml $W_RESOURCES_DIR/template/standard.xml
+       cp $SRCDIR/template/w-x86-kiran.xml $W_RESOURCES_DIR/template/x86-kiran.xml
+       cp $SRCDIR/template/w-x86-kiran-template.xml $W_RESOURCES_DIR/template/x86-kiran-template.xml
        mv $SRCDIR/plugin-project/wearable-plugin/em-plugin.jar $W_RESOURCES_DIR/plugins/em-plugin.jar
 }
 
index 2424998..36dc1af 100755 (executable)
@@ -90,9 +90,11 @@ install()
        mkdir -p $W_RESOURCES_DIR/template
        mkdir -p $W_RESOURCES_DIR/plugins
 
-       cp $SRCDIR/template/standard.xml $RESOURCES_DIR/template/standard.xml
+       cp $SRCDIR/template/x86-kiran.xml $RESOURCES_DIR/template/x86-kiran.xml
+       cp $SRCDIR/template/x86-kiran-template.xml $RESOURCES_DIR/template/x86-kiran-template.xml
        mv $SRCDIR/plugin-project/mobile-plugin/em-plugin.jar $RESOURCES_DIR/plugins/em-plugin.jar
-       cp $SRCDIR/template/w-standard.xml $W_RESOURCES_DIR/template/standard.xml
+       cp $SRCDIR/template/w-x86-kiran.xml $W_RESOURCES_DIR/template/x86-kiran.xml
+       cp $SRCDIR/template/w-x86-kiran-template.xml $W_RESOURCES_DIR/template/x86-kiran-template.xml
        mv $SRCDIR/plugin-project/wearable-plugin/em-plugin.jar $W_RESOURCES_DIR/plugins/em-plugin.jar
 }