From bd987922e6803c0d65f734ed630a5ddcac030292 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Apr 2013 13:06:09 -0700 Subject: dev-manual: Edits to "Importing the Plug-in Project into the Eclipse Environment" section. (From yocto-docs rev: b1f7160923af2732aa93114f97caadb45e983699) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ It is important to understand when you import the plug-in you are not installing it into the Eclipse application. Rather, you are importing the project and just using it. + + + To import the plug-in project, follow these steps: Open a shell and create a Git repository with: @@ -947,16 +950,18 @@ and then click "Next". Select the root directory and browse to ~/yocto-eclipse/plugins. - Three plug-ins exist: "org.yocto.bc.ui", "org.yocto.sdk.ide", and - "org.yocto.sdk.remotetools". + Three plug-ins exist: + org.yocto.bc.ui, + org.yocto.sdk.ide, and + org.yocto.sdk.remotetools. Select and import all of them. 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. - This brings up a second instance of Eclipse IDE that has the Yocto Plug-in. + Right-click on one of these projects and run it as an Eclipse application + to bring up a second instance of Eclipse IDE that has the Yocto Plug-in. -- cgit v1.2.3-54-g00ecf