dev-manual: Edits to "Importing the Plug-in Project into the Eclipse Environment" section.

(From yocto-docs rev: b1f7160923af2732aa93114f97caadb45e983699)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-10 13:06:09 -07:00 committed by Richard Purdie
parent b26d8fc6f8
commit 5c84cb1cca
1 changed files with 9 additions and 4 deletions

View File

@ -934,6 +934,9 @@
It is important to understand when you import the plug-in you are not installing It is important to understand when you import the plug-in you are not installing
it into the Eclipse application. it into the Eclipse application.
Rather, you are importing the project and just using it. Rather, you are importing the project and just using it.
</para>
<para>
To import the plug-in project, follow these steps: To import the plug-in project, follow these steps:
<orderedlist> <orderedlist>
<listitem><para>Open a shell and create a Git repository with: <listitem><para>Open a shell and create a Git repository with:
@ -947,16 +950,18 @@
and then click "Next".</para></listitem> and then click "Next".</para></listitem>
<listitem><para>Select the root directory and browse to <listitem><para>Select the root directory and browse to
<filename>~/yocto-eclipse/plugins</filename>.</para></listitem> <filename>~/yocto-eclipse/plugins</filename>.</para></listitem>
<listitem><para>Three plug-ins exist: "org.yocto.bc.ui", "org.yocto.sdk.ide", and <listitem><para>Three plug-ins exist:
"org.yocto.sdk.remotetools". <filename>org.yocto.bc.ui</filename>,
<filename>org.yocto.sdk.ide</filename>, and
<filename>org.yocto.sdk.remotetools</filename>.
Select and import all of them.</para></listitem> Select and import all of them.</para></listitem>
</orderedlist> </orderedlist>
</para> </para>
<para> <para>
The left navigation pane in the Eclipse application shows the default projects. The left navigation pane in the Eclipse application shows the default projects.
Right-click on one of these projects and run it as an Eclipse application. Right-click on one of these projects and run it as an Eclipse application
This brings up a second instance of Eclipse IDE that has the Yocto Plug-in. to bring up a second instance of Eclipse IDE that has the Yocto Plug-in.
</para> </para>
</section> </section>
</section> </section>