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.