swt: change SWT file name and path
authorGiWoong Kim <giwoong.kim@samsung.com>
Wed, 30 Dec 2015 09:46:53 +0000 (18:46 +0900)
committerJihye Won <jihye.won1@samsung.com>
Mon, 11 Jan 2016 03:25:06 +0000 (12:25 +0900)
According to the change of 2.3.2-emulator-lib-dev's structure,
SWT file and PATH written in build.xml should be modified.

Change-Id: I46a9364e39c147635a6d32eae4058e7079ac8f2e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit cc95de0b3bfa4f5200b92345a409214e86a7d125)

tizen/src/Makefile
tizen/src/skin/client/build.xml

index d6bcd08e2cb62e2b1857a4fc86840d6c817dac1b..9e8d3145020bdc8de9c1bf0fd89c636402ce1c2e 100755 (executable)
@@ -142,7 +142,7 @@ DIBS_COMMON_DIR=../common
 DIBS_SKINS_DIR=../skins
 
 # DIBS classpath for emulator-skin.jar
-DIBS_SWT_DIR=-Dclasspath.dibs=${ROOTDIR}/swt_4.3
+DIBS_SWT_DIR=-Dclasspath.dibs=${ROOTDIR}
 
 all_dibs: qemu skin_client_dibs
 skin_client_dibs:
index c1834e3b6f334bb058fbe0c8fb4d7049e5e39df7..92c36a503aed13f12555ba78bcde2fcb15b806b5 100644 (file)
        <property name="jar.file" value="emulator-skin.jar" />
        <property name="mainclass" value="org.tizen.emulator.skin.EmulatorSkinMain" />
 
-       <property name="swt.file" value="swt.jar" />
+       <property name="swt.file" value="swt-4.3.jar" />
 
        <path id="classpath">
-               <pathelement location="${env.TIZEN_SDK_DEV_PATH}/distrib/lib/${swt.file}" />
+               <pathelement location="${env.TIZEN_SDK_DEV_PATH}/lib/${swt.file}" />
                <pathelement location="lib/${swt.file}" />
                <pathelement location="build/" />
                <pathelement location="${classpath.dibs}/${swt.file}" />