summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-03 08:18:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 14:01:41 +0100
commitcc6819ede718de4de538db8c4cf06eee5820f81a (patch)
treea5dd257692f666a7f03754a1804bf457532368b1 /documentation/adt-manual
parent2a68be025b143a201c2ec9684c8088d169c8b4d4 (diff)
downloadpoky-cc6819ede718de4de538db8c4cf06eee5820f81a.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml15
1 files 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 @@
218 After running the script, the file 218 After running the script, the file
219 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename> 219 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>
220 is in the current directory.</para></listitem> 220 is in the current directory.</para></listitem>
221 <listitem><para>Install the zip file in the top-level directory of the 221 <listitem><para>If necessary, start the Eclipse IDE and be sure you are in the
222 installed Indigo Eclipse IDE.</para></listitem> 222 Workbench.</para></listitem>
223 <listitem><para>Select "Install New Software" from the "Help" pull-down menu.
224 </para></listitem>
225 <listitem><para>Click "Add".</para></listitem>
226 <listitem><para>Provide anything you want in the "Name" field.</para></listitem>
227 <listitem><para>For the "Archive" field, select the ZIP file you built in step
228 4.
229 This ZIP file should not be "unzipped", and must be the
230 <filename>*archive.zip</filename> file created by running the
231 <filename>build.sh</filename> script.</para></listitem>
232 <listitem><para>Select the new entry in the installation window and complete
233 the installation.</para></listitem>
223 <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem> 234 <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem>
224 </orderedlist> 235 </orderedlist>
225 </para> 236 </para>