eclipse plugin: simplify the installs needed to setup plugin workspace

This commit is contained in:
Timotei Dolean 2010-06-26 20:12:40 +00:00
parent 22df60d28c
commit 41f2562ac1

View file

@ -14,23 +14,15 @@
\section{Common prerequisites}
\begin{enumerate}
\item Download and install Eclipse (\textbf{http://eclipse.org/downloads/}) \\
\textit{Note1:} For every plugin installing please check "Group items by category" and
"Contact all update sites during install to find required software" in the "Install new software" window. \\
\textit{Note2:} If you are prompted for any license agreements or certificates press Yes on all.
\item Install the library "EMF". For that, in Eclipse: Help menu - Install new software, insert the link \\
(\textbf{http://download.eclipse.org/modeling/emf/updates/releases/}) in that textbox, and press enter.
Select the following: \\
\indent - \textbf{"EMF SDK 2.5.0 (EMF + XSD)} - after selecting it, uncheck everything that ends in "Source" or "UI",
and everything that startx with "XSD"
\item Install the library "XText". \\
The download link: http://download.itemis.com/updates/releases.
After that, select the latest version of the following packages and
install them (Don't forget to have checked the "Group items by category" checkbox): \\
\indent - \textbf{"tmf-xtext 1.0.0"} - after selecting it, uncheck everything that ends in "Source" \\
\indent - \textbf{"xtext-antlr 1.0.0"} - select just "Xtext Antlr Runtime Feature" \\
\indent - \textbf{"emft-mwe 1.0.0"} - select just "MWE Core"
\indent - \textbf{"emft-mwe2 1.0.0"} - select just "MWE 2 runtime SDK"
\item Download and install Eclipse (\textbf{http://eclipse.org/downloads/}) - Select "Eclipse for RCP and RAP Developers"
\item After launching Eclipse, go to the "Help" menu - Install new Software. \\
Then, please check "Group items by category" and "Contact all update sites during install to find required software",
in the bottom of the page.
\item Insert the link \textbf{http://download.eclipse.org/releases/helios} in the textbox in the top and press Enter.
The list will be populated with some items.
\item From there select from the "Modelling" category, \textbf{Xtext SDK}.
Press next and finish the install.\\
\textit{Note:} If you are prompted for any license agreements or certificates press Yes on all (if you agree).
\end{enumerate}
\section{Developer}