Updated Branches: refs/heads/master be1f94397 -> 705f5283a
http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/e21e0780/templates/CordovaTizenWebUIFrameworkTemplate/tizen-app-template.xml ---------------------------------------------------------------------- diff --git a/templates/CordovaTizenWebUIFrameworkTemplate/tizen-app-template.xml b/templates/CordovaTizenWebUIFrameworkTemplate/tizen-app-template.xml new file mode 100644 index 0000000..70865b3 --- /dev/null +++ b/templates/CordovaTizenWebUIFrameworkTemplate/tizen-app-template.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +<tizen-app-template xmlns="http://www.s-core.com/tizen-app-template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.s-core.com/tizen-app-template tizen-app-template.xsd " +sdk-version="1.0 beta" template-version="0.2" +icon64="ic_cordova_64.png" icon32="ic_cordova_32.png"> + <template-name>CordovaTizenWebUITemplate</template-name> + <widget-type>TIZEN</widget-type> + <description-file-name>description.xml</description-file-name> +</tizen-app-template>
