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)
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:
<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}" />