diff options
author | donghyuk.yang <donghyuk.yang@samsung.com> | 2014-05-01 10:58:37 +0900 |
---|---|---|
committer | donghyuk.yang <donghyuk.yang@samsung.com> | 2014-05-01 10:58:37 +0900 |
commit | 090d38c5db81fefe425425b99df8d9d3cfb86526 (patch) | |
tree | 3a1d4c91085527c37f8784374aeaae026812841d | |
parent | 06d89140f4146e35da7fdacd6ed2223cbc9a7b04 (diff) | |
parent | 9a5b61941425507054cf1d18dc619537103fee95 (diff) | |
download | nativeplatform-eplugin-090d38c5db81fefe425425b99df8d9d3cfb86526.tar.gz nativeplatform-eplugin-090d38c5db81fefe425425b99df8d9d3cfb86526.tar.bz2 nativeplatform-eplugin-090d38c5db81fefe425425b99df8d9d3cfb86526.zip |
Merge branch 'supportwin' of review.tizen.org:sdk/ide/nativeplatform-eplugin into supportwin
-rw-r--r-- | org.tizen.nativeplatform.feature/feature.properties | 21 | ||||
-rw-r--r-- | org.tizen.nativeplatform.feature/feature.xml | 14 |
2 files changed, 30 insertions, 5 deletions
diff --git a/org.tizen.nativeplatform.feature/feature.properties b/org.tizen.nativeplatform.feature/feature.properties new file mode 100644 index 00000000..11975b56 --- /dev/null +++ b/org.tizen.nativeplatform.feature/feature.properties @@ -0,0 +1,21 @@ +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=Tizen Platform IDE + +# "providerName" property - name of the company that provides the feature +providerName=Tizen + +# "updateSiteName" property - label for the update site +updateSiteName=Tizen Platform IDE Updates + +# "description" property - description of the feature +description=Tizen SDK's Platform IDE. + +# "copyright" property +copyrightURL=https://developer.tizen.org +copyright=Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved. diff --git a/org.tizen.nativeplatform.feature/feature.xml b/org.tizen.nativeplatform.feature/feature.xml index 72ab0af6..5bc008cf 100644 --- a/org.tizen.nativeplatform.feature/feature.xml +++ b/org.tizen.nativeplatform.feature/feature.xml @@ -1,20 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="org.tizen.nativeplatform.feature" - label="Tizen Native Platform" + label="Tizen Platform" version="1.0.0.qualifier" - provider-name="The Linux Foundation" - plugin="org.tizen.base.platform" + provider-name="Tizen" + plugin="org.tizen.nativeplatform" license-feature="org.tizen.base.feature"> <description> - Tizen SDK's Native platform plugin + %description </description> <copyright> - Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved. + %copyright </copyright> + <license url=""> + %license + </license> + <includes id="org.tizen.nativeappcommon.feature" version="0.0.0"/> |