[Title] Remove build script for windows
authorBon-Yong Lee <bonyong.lee@samsung.com>
Thu, 5 Jul 2012 07:11:19 +0000 (16:11 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Thu, 5 Jul 2012 07:11:19 +0000 (16:11 +0900)
[Type]      Bugfix
[Module]    Sub
[Priority]  Minor
[CQ#]       // CQ Issue Number
[Redmine#]  // Redmine Isuue Number
[Problem]   // Problem Description
[Cause]     // Cause Description
[Solution]  // Solution Description
[TestCase]  // Executed the test-target (How to)

package/build.windows [deleted file]
package/pkginfo.manifest

diff --git a/package/build.windows b/package/build.windows
deleted file mode 100755 (executable)
index d34e7d9..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh -xe
-# clean
-clean()
-{
-       echo "$SRCDIR"
-       rm -rf $SRCDIR/*.jar
-       rm -rf $SRCDIR/*.zip
-       rm -rf $SRCDIR/*.tar.gz
-}
-
-prepare()
-{
-    if [ "$JAVA_HOME" = "" ]
-    then
-        echo "Make sure that you have installed JDK"
-        echo "and then set installed JDK/bin path into JAVA_HOME"
-        echo "as a system environment variable on your PC!!"
-        exit 1
-    fi  
-
-    PATH=$PATH:$ROOTDIR/bin:$ROOTDIR/apache-ant-1.8.3/bin
-    export PATH
-}
-
-# build
-build() 
-{
-       prepare
-
-       cd $SRCDIR
-       ant -buildfile build.xml windows-jar
-    gcc $SRCDIR/dist/win32/emulator-manager.c -o $SRCDIR/dist/win32/emulator-manager.exe -mwindows
-}
-
-# install
-install() 
-{
-       BIN_DIR=$SRCDIR/package/emulator-manager.package.windows/data/Emulator
-       mkdir -p $BIN_DIR/bin
-       mkdir -p $BIN_DIR/icons
-
-       cp $SRCDIR/dist/win32/emulator-manager.jar $BIN_DIR/bin
-       cp $SRCDIR/dist/win32/emulator-manager.exe $BIN_DIR/bin
-       cp $SRCDIR/resource/res/em.ico $BIN_DIR/icons
-}
-
-[ "$1" = "clean" ] && clean
-[ "$1" = "build" ] && build
-[ "$1" = "install" ] && install
-
-echo "success"
index af72d6d..a92493e 100644 (file)
@@ -10,7 +10,7 @@ Description: Tizen IDE Command Line Interface
 Package: web-cli
 Version:1.0.0
 OS: windows
-Build-host-os: windows
+Build-host-os: linux
 Maintainer: Bon-Yong Lee<bonyong.lee@samsung.com>
 Build-dependency: webapp-eplugin [windows]
 Source: emulator-manager