diff --git a/eclipse/index.html b/eclipse/index.html index c454e93fc..fb37736f2 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -10,8 +10,8 @@
John J. Camilleri
-Updated: 12 June 2012
John J. Camilleri
+Updated: 10 July 2012
The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2013) under grant agreement no. FP7-ICT-247914 (the MOLTO Project).
@@ -460,7 +460,39 @@ I only support the latest version of the plugin, so make sure you are up to dateIn both cases make sure you get the correct version of Xtext (see below).
-Once you have Xtext set up, you can clone the repository locally with git clone git://github.com/GrammaticalFramework/gf-eclipse-plugin.git and then add the projects under the workspace directory to your Eclipse workspace.
git clone git://github.com/GrammaticalFramework/gf-eclipse-plugin.git
+
+
+You can then add the projects under the workspace directory to your Eclipse workspace, by using the File → Import… wizard.
+The individual projects are:
org.grammaticalframework.eclipseorg.grammaticalframework.eclipse.uiorg.grammaticalframework.eclipse (but the opposite is not true).org.grammaticalframework.eclipse.testsorg.grammaticalframework.eclipse.ontology-grammarorg.grammaticalframework.featureorg.grammaticalframework.updatesiteThe unit testing project (org.grammaticalframework.eclipse.tests) has an extra requirement for the library org.eclipselabs.xtext.utils.unittesting, which you will probably get complaints about when importing your projects into Eclipse.
+You only need to worry about this if you want to run the unit tests; otherwise you can ignore these errors.
+You can get more information about this library here, or just install it in Eclipse directly using the following update site URL: http://xtext-utils.eclipselabs.org.codespot.com/git.distribution/releases/unittesting-0.9.x/