From e5f75df98f11f0e4016bc77d53b11f3f1b9debf0 Mon Sep 17 00:00:00 2001 From: Bon-Yong Lee Date: Fri, 7 Dec 2012 19:07:53 +0900 Subject: [PATCH] [Title] Fix manifest file bug [Desc.] [Issue] --- org.tizen.cli/doc/install/bin_/web-template | 2 +- org.tizen.cli/doc/install/bin_/web-template.bat | 2 +- org.tizen.cli/doc/install/realm/config.json | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100755 org.tizen.cli/doc/install/realm/config.json diff --git a/org.tizen.cli/doc/install/bin_/web-template b/org.tizen.cli/doc/install/bin_/web-template index 8b8b18d..d45e24f 100755 --- a/org.tizen.cli/doc/install/bin_/web-template +++ b/org.tizen.cli/doc/install/bin_/web-template @@ -24,7 +24,7 @@ for ARG in "$@" ; do ARGS="$ARGS $(escapeSpace $ARG)" done -OPT="$OPT -Dtizen.template.realm=file:///$DIR_HOME/realm/config.json" +OPT="$OPT -Dtizen.template.realm=file:///$DIR_REALM/config.json" EXEC="java -cp $CLASSPATH $OPT $MAIN $ARGS" diff --git a/org.tizen.cli/doc/install/bin_/web-template.bat b/org.tizen.cli/doc/install/bin_/web-template.bat index 719f2ae..67ca299 100644 --- a/org.tizen.cli/doc/install/bin_/web-template.bat +++ b/org.tizen.cli/doc/install/bin_/web-template.bat @@ -25,7 +25,7 @@ set READ_ARG=n FOR %%W IN ( %* ) DO ( call:parseArg %%W ) -set OPT=%OPT_TRACE% %OPT_LOGGING% %OPT_PRG_NAME% -Dtizen.template.realm=file:///%CLI_HOME$\realm\config.json +set OPT=%OPT_TRACE% %OPT_LOGGING% %OPT_PRG_NAME% -Dtizen.template.realm=file:///$DIR_REALM\realm\config.json set EXEC=java -cp %CLI_HOME%\conf -Djava.ext.dirs=%CLI_HOME%\lib %OPT% %MAIN% %* IF NOT "" == "%OPT_TRACE%" ( echo Command :%EXEC% ) diff --git a/org.tizen.cli/doc/install/realm/config.json b/org.tizen.cli/doc/install/realm/config.json new file mode 100755 index 0000000..18c4bf9 --- /dev/null +++ b/org.tizen.cli/doc/install/realm/config.json @@ -0,0 +1,7 @@ +{ + "id": "tizen-standard-realm", + "loader": "file:///$DIR_REALM/realm.jar", + "template-query-url": "file:///$DIR_REALM/template/$${id}.jar", + "search-query-type": "directory", + "search-query-url": "file:///$DIR_REALM/template" +} \ No newline at end of file -- 2.7.4