summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 13:06:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:37 +0100
commitbd987922e6803c0d65f734ed630a5ddcac030292 (patch)
treee3113ec4202f985dd303c46f2aee665e17462914 /documentation
parent0bf8b70c183081fcee2fc6d52a1dec81711f96ea (diff)
downloadpoky-bd987922e6803c0d65f734ed630a5ddcac030292.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index fddfde6531..9c1c77af61 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -934,6 +934,9 @@
934 It is important to understand when you import the plug-in you are not installing 934 It is important to understand when you import the plug-in you are not installing
935 it into the Eclipse application. 935 it into the Eclipse application.
936 Rather, you are importing the project and just using it. 936 Rather, you are importing the project and just using it.
937 </para>
938
939 <para>
937 To import the plug-in project, follow these steps: 940 To import the plug-in project, follow these steps:
938 <orderedlist> 941 <orderedlist>
939 <listitem><para>Open a shell and create a Git repository with: 942 <listitem><para>Open a shell and create a Git repository with:
@@ -947,16 +950,18 @@
947 and then click "Next".</para></listitem> 950 and then click "Next".</para></listitem>
948 <listitem><para>Select the root directory and browse to 951 <listitem><para>Select the root directory and browse to
949 <filename>~/yocto-eclipse/plugins</filename>.</para></listitem> 952 <filename>~/yocto-eclipse/plugins</filename>.</para></listitem>
950 <listitem><para>Three plug-ins exist: "org.yocto.bc.ui", "org.yocto.sdk.ide", and 953 <listitem><para>Three plug-ins exist:
951 "org.yocto.sdk.remotetools". 954 <filename>org.yocto.bc.ui</filename>,
955 <filename>org.yocto.sdk.ide</filename>, and
956 <filename>org.yocto.sdk.remotetools</filename>.
952 Select and import all of them.</para></listitem> 957 Select and import all of them.</para></listitem>
953 </orderedlist> 958 </orderedlist>
954 </para> 959 </para>
955 960
956 <para> 961 <para>
957 The left navigation pane in the Eclipse application shows the default projects. 962 The left navigation pane in the Eclipse application shows the default projects.
958 Right-click on one of these projects and run it as an Eclipse application. 963 Right-click on one of these projects and run it as an Eclipse application
959 This brings up a second instance of Eclipse IDE that has the Yocto Plug-in. 964 to bring up a second instance of Eclipse IDE that has the Yocto Plug-in.
960 </para> 965 </para>
961 </section> 966 </section>
962 </section> 967 </section>