From cc6819ede718de4de538db8c4cf06eee5820f81a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 3 Oct 2011 08:18:23 -0700 Subject: [PATCH] documentation/adt-manual/adt-eclipse.xml: updates to zip method of plugin install. These changes are for installing the YP Eclipse plug-in using a built out ZIP file. (From yocto-docs rev: ea50f63d448b4ff6026a9334440058511782461d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 20c7470f74..5ca07a601f 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -218,8 +218,19 @@ After running the script, the file org.yocto.sdk-<release>-<date>-archive.zip is in the current directory. - Install the zip file in the top-level directory of the - installed Indigo Eclipse IDE. + If necessary, start the Eclipse IDE and be sure you are in the + Workbench. + Select "Install New Software" from the "Help" pull-down menu. + + Click "Add". + Provide anything you want in the "Name" field. + For the "Archive" field, select the ZIP file you built in step + 4. + This ZIP file should not be "unzipped", and must be the + *archive.zip file created by running the + build.sh script. + Select the new entry in the installation window and complete + the installation. Restart the Eclipse IDE if necessary.