Modify build script so that default cli config file which is named
.tizen-cli-config is installed at tizen-sdk/tools directory.
Change-Id: I49e0674eaa1eb92970ef4b0df8414a43b1b19778
Signed-off-by: hyeongseok.heo <hyeongseok.heo@samsung.com>
</copy>
<javac srcdir="${build}" encoding="utf-8" debug="true" verbose="false">
<classpath>
- <dirset dir="${lib}" />
- <fileset dir="${lib}" />
<fileset dir="${newcli-lib}"/>
</classpath>
</javac>
default.build.architecture=x86
default.build.compiler=llvm
default.sdb.timeout=60000
-default.profiles.path=
NCLI_PROJECT_HOME="org.tizen.ncli.ide"
NCLI_PACKAGE_DIR=package/new-cli.package.$PLATFORM
NCLI_TARGET=${NCLI_PACKAGE_DIR}/data/tools/ide
+NCLI_TOOLS_TARGET=${NCLI_PACKAGE_DIR}/data/tools
+NCLI_DEFAULT_CONFIG=tizen-default-config
NCLI_LIB=${SRCDIR}/lib-ncli
# clean
clean()
esac
# Copy configuration files
cp -r $NCLI_PROJECT_HOME/resources $NCLI_TARGET/conf-ncli || true
+ cp $NCLI_PROJECT_HOME/$NCLI_DEFAULT_CONFIG $NCLI_TOOLS_TARGET/.tizen-cli-config || true
dependency_jars="
log4j-*.jar