[CLI] "profile.xml" is changed to "profiles.xml"
authorgeunhui.lim <geunhui.lim@samsung.com>
Wed, 25 Nov 2015 07:24:33 +0000 (16:24 +0900)
committergeunhui.lim <geunhui.lim@samsung.com>
Wed, 25 Nov 2015 07:24:33 +0000 (16:24 +0900)
Change-Id: I0000000000300000000000000007000000001000
Signed-off-by: geunhui.lim <geunhui.lim@samsung.com>
org.tizen.devtools/html/native_tools/command_line_interface_n.htm
org.tizen.devtools/html/web_tools/command_line_interface_w.htm

index 7637e6f..48157f0 100644 (file)
@@ -76,8 +76,8 @@ Sets the default executable architecture type: x86 or arm.</p></li>
 Sets the default compiler. The default is llvm.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">default.build.configuration=&lt;Debug|Release&gt;</span><p>
 Sets the default build configuration. The default is the debug mode.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">default.profiles.path=&lt;path of profile.xml&gt;</span><p>
-Sets the path to the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;">default.profiles.path=&lt;path of profiles.xml&gt;</span><p>
+Sets the path to the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">default.sdb.timeout=&lt;timeout value&gt;</span><p>
 Sets the default connection timeout value. The default is 60000 milliseconds.</p></li>
 </ul>
@@ -98,7 +98,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 <p><strong>Examples:</strong></p>
 
 <ul>
-<li><p>Sets a <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> path globally:</p>
+<li><p>Sets a <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> path globally:</p>
 <pre class="prettyprint">
 &nbsp;&nbsp;$ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
@@ -461,7 +461,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 <tr>
 <td>
 <p>Packages the Tizen application with signing. If there is a package file path in the options, the package is re-signed.</p>
-<p>The Tizen application is signed with a certified profile named <span style="font-family: Courier New,Courier,monospace">profiles.xml</span>. You can create the default profile from the Tizen IDE, which generates the file in a hidden directory in your workspace (<span style="font-family: Courier New,Courier,monospace">&lt;Your workspace directory&gt;/.metadata/.plugins/org.tizen.common.sign/profiles.xml</span>). Set the path of the <span style="font-family: Courier New,Courier,monospace">profile.xml</span> file once before packaging the Tizen application (you can use the <span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> command).</p>
+<p>The Tizen application is signed with a certified profile named <span style="font-family: Courier New,Courier,monospace">profiles.xml</span>. You can create the default profile from the Tizen IDE, which generates the file in a hidden directory in your workspace (<span style="font-family: Courier New,Courier,monospace">&lt;Your workspace directory&gt;/.metadata/.plugins/org.tizen.common.sign/profiles.xml</span>). Set the path of the <span style="font-family: Courier New,Courier,monospace">profiles.xml</span> file once before packaging the Tizen application (you can use the <span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> command).</p>
 <p><strong>Syntax:</strong></p> 
 
 <ul><pre class="prettyprint">
@@ -483,7 +483,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 
 <p><strong>Examples:</strong></p>
 <ul>
-<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that you already have:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file that you already have:</p>
 <pre class="prettyprint">
 &nbsp;&nbsp;$ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/profiles.xml
 </pre>
@@ -492,7 +492,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 &nbsp;&nbsp;&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\tizen-sdk\tools\ide\conf\profiles.xml&quot;
 </pre>
 </li>
-<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that is created from the IDE:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file that is created from the IDE:</p>
 <pre class="prettyprint">
 &nbsp;&nbsp;$ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
index 224467b..440eb35 100644 (file)
@@ -73,8 +73,8 @@ export PATH=$PATH:$&lt;TIZEN_SDK_HOME&gt;/tools/ide/bin
 <p>The CLI configuration keys are:</p>
 <ul>
 
-<li><span style="font-family: Courier New,Courier,monospace;">default.profiles.path=&lt;path of profile.xml&gt;</span><p>
-Sets the path to the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;">default.profiles.path=&lt;path of profiles.xml&gt;</span><p>
+Sets the path to the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">default.sdb.timeout=&lt;timeout value&gt;</span><p>
 Sets the default connection timeout value. The default is 60000 milliseconds.</p></li>
 </ul>
@@ -94,7 +94,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 <p><strong>Examples:</strong></p>
 
 <ul>
-<li><p>Sets the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> path globally:</p>
+<li><p>Sets the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> path globally:</p>
 <pre class="prettyprint">
 &nbsp;&nbsp;$ tizen cli-config -g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
@@ -462,7 +462,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 </tr>
 <tr>
 <td> <p>Packages the Tizen application with signing. If there is a package file path in the options, the package is re-signed. And if a reference option is given, the package is re-signed with the referenced packages.</p>
-<p>The Tizen application is signed with a certified profile named <span style="font-family: Courier New,Courier,monospace">profiles.xml</span>. You can create the default profile from the Tizen IDE, which generates the file in a hidden directory in your workspace (<span style="font-family: Courier New,Courier,monospace">&lt;Your workspace directory&gt;/.metadata/.plugins/org.tizen.common.sign/profiles.xml</span>). Set the path of the <span style="font-family: Courier New,Courier,monospace">profile.xml</span> file once before packaging the Tizen application (you can use the <span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> command).</p>
+<p>The Tizen application is signed with a certified profile named <span style="font-family: Courier New,Courier,monospace">profiles.xml</span>. You can create the default profile from the Tizen IDE, which generates the file in a hidden directory in your workspace (<span style="font-family: Courier New,Courier,monospace">&lt;Your workspace directory&gt;/.metadata/.plugins/org.tizen.common.sign/profiles.xml</span>). Set the path of the <span style="font-family: Courier New,Courier,monospace">profiles.xml</span> file once before packaging the Tizen application (you can use the <span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> command).</p>
 
 <p><strong>Syntax:</strong></p> 
 <ul><pre class="prettyprint">
@@ -483,7 +483,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 </ul>
 <p><strong>Examples:</strong></p>
 <ul>
-<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that you already have:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file that you already have:</p>
 <pre class="prettyprint">
 &nbsp;&nbsp;$ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/profiles.xml
 </pre>
@@ -491,7 +491,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 <pre class="prettyprint">
 &nbsp;&nbsp;&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\tizen-sdk\tools\ide\conf\profiles.xml&quot;
 </pre></li>
-<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that is created from the IDE:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file that is created from the IDE:</p>
 <pre class="prettyprint">
 &nbsp;&nbsp;$ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>