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 @@

The GF Eclipse Plugin

-

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 date

In 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.

+Once you have Xtext set up, you can clone the repository locally with the following command:

+ +
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.eclipse
+
Main plugin which covers all parsing and linking behaviour.
+ +
org.grammaticalframework.eclipse.ui
+
Covers all UI aspects of the plugin. Depends on org.grammaticalframework.eclipse (but the opposite is not true).
+ +
org.grammaticalframework.eclipse.tests
+
Contains unit tests for the plugin. Not required for running the plugin.
+ +
org.grammaticalframework.eclipse.ontology-grammar
+
GF Ontology Grammar Plugin for Eclipse, developed separately by Ontotext AB.
+ +
org.grammaticalframework.feature
+
Exports all projects packaged as the GF Eclipse Plugin.
+ +
org.grammaticalframework.updatesite
+
Unused
+
+ +

Extra dependencies for unit testing project

+ +

The 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/

Xtext version