WIZARD: Added the traditional content for import
authorJihoon Song <jihoon80.song@samsung.com>
Thu, 4 Jun 2015 06:29:14 +0000 (15:29 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Tue, 16 Jun 2015 06:09:37 +0000 (15:09 +0900)
Resurrected old style import wizard.
Both related help content and note are added.

Change-Id: Ibc885bafbc86f6b87aa9da441adb1f0162de180c
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
(cherry picked from commit 15acf885f113543ca2b641f838f6c4b85c700d76)

org.tizen.gettingstarted/html/web/process/creating_app_project_w.htm

index 6765d59..ce59e8f 100644 (file)
   <h2 id="import" name="import">Importing a Project</h2> 
   <p>If you have an existing Tizen application project, you can import it into the Tizen IDE:</p> 
   <ol> 
-   <li>Select <strong>File &gt; Import &gt; Tizen &gt; Tizen Project or Package</strong>.</li> 
+   <li>Select <strong>File &gt; Import &gt; Tizen &gt; Tizen Project</strong>.</li> 
    <li>Click <strong>Browse</strong> and select the root directory, which contains your existing project, or Web application package file (with the <span style="font-family: Courier New,Courier,monospace">.wgt</span> extension).</li> 
    <li>Click the selection buttons under <strong>To</strong>, and select both a profile and a version.</li>
    <li>Enter a project name.</li>
    <li>Click <strong>Finish</strong>.</li> 
   </ol> 
+  <p>And supports to import by a legacy way:</p>
+  <ol> 
+   <li>Select <strong>File &gt; Import &gt; Tizen &gt; Web Projects and Widget file</strong>.</li> 
+   <li>Click <strong>Browse</strong> and select the root directory, which contains your existing project, or widget file (with the <span style="font-family: Courier New,Courier,monospace">.wgt</span> extension). <p>After selecting the project, you can copy it into the workspace by selecting the <strong>Copy projects into workspace</strong> check box.</p></li> 
+   <li>Click <strong>Finish</strong>.</li> 
+      <table class="note"> 
+       <tbody> 
+        <tr><th class="note">Note</th></tr> 
+        <tr><td class="note">This is supported for who is using earlier versions of Tizen SDK. But, this will be deprecated at next version because a legacy Tizen application project is no longer suitable to the multi-platform environment.</td></tr> 
+       </tbody> 
+      </table>
+  </ol>
   <h2 id="export" name="export">Exporting a Project User Template</h2> 
   <p>To export an existing project as a <a href="#user">user template</a> that you can use as a basis for creating other projects:</p> 
   <ol> 
@@ -208,4 +220,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script> 
   <!--end-->  
  </body>
-</html>
\ No newline at end of file
+</html>