http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/f98b376a/samples/hello-cordova/.project ---------------------------------------------------------------------- diff --git a/samples/hello-cordova/.project b/samples/hello-cordova/.project new file mode 100644 index 0000000..f25c1de --- /dev/null +++ b/samples/hello-cordova/.project @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>hello-cordova</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.wst.common.project.facet.core.builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>json.validation.builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.tizen.web.jslint.nature.JSLintBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.wst.validation.validationbuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.tizen.web.project.builder.WACBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.tizen.web.css.nature.CSSBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.wst.jsdt.core.jsNature</nature> + <nature>json.validation.nature</nature> + <nature>org.tizen.web.jslint.nature.JSLintNature</nature> + <nature>org.tizen.web.WACnature</nature> + <nature>org.tizen.web.css.nature.CSSNature</nature> + <nature>org.eclipse.wst.common.project.facet.core.nature</nature> + <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> + </natures> +</projectDescription>
http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/f98b376a/samples/hello-cordova/config.xml ---------------------------------------------------------------------- diff --git a/samples/hello-cordova/config.xml b/samples/hello-cordova/config.xml new file mode 100644 index 0000000..380df82 --- /dev/null +++ b/samples/hello-cordova/config.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="2.0 Beta" viewmodes="fullscreen" id="http://io.cordova.hello-cordova"> + <icon src="icon.png"/> + <description>A sample Apache Cordova application that responds to the deviceready event.</description> + <author href="http://cordova.io" email="callback-...@incubator.apache.org">Apache Cordova Team</author> + <content src="index.html"/> + <feature name="http://tizen.org/api/application" required="true"/> + <feature name="http://tizen.org/api/application.kill" required="true"/> + <feature name="http://tizen.org/api/application.launch" required="true"/> + <feature name="http://tizen.org/api/application.read" required="true"/> + <feature name="http://tizen.org/api/contact" required="true"/> + <feature name="http://tizen.org/api/contact.read" required="true"/> + <feature name="http://tizen.org/api/contact.write" required="true"/> + <feature name="http://tizen.org/api/systeminfo" required="true"/> + <feature name="http://tizen.org/api/time" required="true"/> + <feature name="http://tizen.org/api/time.read" required="true"/> + <feature name="http://tizen.org/api/time.write" required="true"/> + <feature name="http://tizen.org/api/tizen" required="true"/> + <name>Hello Cordova</name> +</widget>