carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/import_examples.htm
changeset 12 6b79ffb176c5
parent 2 d760517a8095
child 130 825355d51766
--- a/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/import_examples.htm	Wed Mar 25 11:55:19 2009 -0500
+++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/import_examples.htm	Fri Mar 27 10:36:17 2009 -0500
@@ -12,43 +12,22 @@
 </head>
 <body bgcolor="#FFFFFF">
 
-<h2><a name="import" id="import"></a>Importing the SDK example and leavescan plug-ins</h2>
-<p>There are two example plugins you can import and examine as examples of Carbide.c++ API usage.</p>
+<h2><a name="import" id="import"></a>Importing the SDK Example </h2>
+<p>You can import any of the plug-ins in Carbide.c++ and examine the source code. However, the SDK provides a plug-in you can import and examine as an example of Carbide.c++ API usage.</p>
 <ul>
-<li>The Examples plugin (<span class="code">com.nokia.carbide.cpp.sdk.examples</span>) is part of the Carbide.c++ Plug-in SDK. It
+<li>The Examples plugin (<span class="code">com.nokia.carbide.cpp.sdk.examples</span>) is part of the Carbide.c++ Development Kit (CDK). It
 provides examples of installing items in the Carbide menu, creating new projects programatically, and accessing
 project and Symbian build information. See <a href="#showExamplesMenu">below</a> for instructions on how to enable the example menu
 commands inside carbide. </li>
-<li>The leavescan plugin (com.nokia.carbide.cpp.leavescan) is part of the Carbide.c++ product installation with source code included.
-The source code can help give you a basic understanding of how to access basic project configuration 
-settings from the Carbide.c++ APIs.</li>
 </ul>
-<p>You can import these plugins into your workspace and view/debug all the source to get a better understanding of the 
-Carbide.c++ APIs in a functional plugin.</p>
+<p>You can import this and other plugins into your workspace and view/debug all the source to get a better understanding of the 
+Carbide.c++ APIs in a functional plugin. Plesae see the page on <a href="env_setup.htm">setting up your development environment</a> for information on how to import a source project. </p>
 <p class="note"><strong>Note</strong> that the example plugins were built with JRE1.5, you will likely receive errors with JRE1.6. Select Window &gt; Preferences &gt; Java &gt; Installed JREs to add currently installed JREs and select the JRE to use.</p>
-<ol>
-  <li>Choose <b>File &gt; Import</b></li>
-  <li> Choose<strong> Plug-in Development</strong> &gt; <strong>Plug-ins and Fragments</strong> from the <strong>Import</strong> wizard page.<br />
-    <br />
-  <img src="../img/Import_wizard_page.JPG" width="470" height="550"/> <br /> 
-  </li>
-  <li>On the Import Plug-ins and Fragments pages you select  import options. In the <strong>Import As</strong> group, select <strong>Projects with source folders</strong>. 
-  In addition, note that <strong>The target platform (as specified in the Preferences)</strong> 
-  checkbox should be enabled. This should be the path you specified previously in the Target Preferences.<br />
-    <br />
-  <img src="../img/plugins_and_frags_wizard.JPG" width="575" height="525"/> <br /> 
-  </li>
-  <li> Finally, select the plugins you want to import. Here you select the <code class="code">com.nokia.carbide.cpp.leavescan</code> and 
-  <code class="code">com.nokia.carbide.cpp.sdk.examples</code> plugins.<br />
-    <br />
-  <img src="../img/plugin_selection_wizard.JPG" width="663" height="554"/> <br />
-  </li>
-  <li>When you are done importing you should have new plugins in your workspace and be able to view the 
-  sources for both plugin projects. Your workspace should look something like this:<br />
-    <br />
-  <img src="../img/dev_ide_complete.JPG" width="1024" height="757"/></li>
-</ol>
- <h3>Adding a Carbide menu</h3>
+<p class="note">When you are done importing you should have new plugins in your workspace and be able to view the 
+      sources for both plugin projects. Your workspace should look something like this:<br />
+  <br />
+  <img src="../img/dev_ide_complete.JPG" width="1024" height="757"/></p>
+<h3>Adding a Carbide menu</h3>
  <p>The menu items contributed by the Examples plugin are not visible by default in the Carbide.c++ program. To show the missing menu, follow these steps:</p>
 <ol>
  <li>In Carbide.c++ (not in your Eclipse Java development SDK) choose <b>Window &gt; Customize Perspective...</b></li>
@@ -57,7 +36,7 @@
    <br/>
  <img src="../img/show_examples_menu.jpg" width="711" height="501"/></li>
 </ol>
- <p>Click OK, and you should now see the Carbide menu in the menu bar.</p>
+ <p>Click OK, and you should now see the Carbide menu in the menu bar. You can now examine the source code and run it in the debugger. See <a href="launchconfig.htm">debugging a debugging a Carbide.c++ plug-in</a> for information on setting up a plug-in debug session. </p>
    <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div></div>
 </body>
 </html>
\ No newline at end of file