MISC: Added feature.properties 85/20285/1
authordonghyuk.yang <donghyuk.yang@samsung.com>
Thu, 1 May 2014 01:55:30 +0000 (10:55 +0900)
committerdonghyuk.yang <donghyuk.yang@samsung.com>
Thu, 1 May 2014 01:55:30 +0000 (10:55 +0900)
Added feature.properties and modified feature.xml

Change-Id: Ib438cb2415dac18c196ad4b5f7030f39dd8550c1
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
org.tizen.nativeplatform.feature/feature.properties [new file with mode: 0644]
org.tizen.nativeplatform.feature/feature.xml

diff --git a/org.tizen.nativeplatform.feature/feature.properties b/org.tizen.nativeplatform.feature/feature.properties
new file mode 100644 (file)
index 0000000..11975b5
--- /dev/null
@@ -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.
index 72ab0af..5bc008c 100644 (file)
@@ -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&apos;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"/>