diff --git a/eclipse/index.html b/eclipse/index.html index 500525c50..5d7405a68 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -1,16 +1,15 @@
- -John J. Camilleri
Updated: 11 January 2013
John J. Camilleri
Updated: 22 February 2013
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).
The aim behind developing a desktop IDE for GF is to provide more powerful tools than may be possible and/or practical in a web-based environment (the GF Web IDE). In particular, the ability to resolve identifier cross-references and browse external libraries quickly during development time is one of the primary motivations for the project.
@@ -49,7 +48,7 @@11/01/13 : (1.5.2.x) New option for specifying build files.
+22/02/13 : (1.5.2.x) New option for specifying include/exclude build files. Progress indicators during build.
12/06/12 : (1.5.1.x) Support for scoping when library sources not available. Performance and implementational improvements to External Library View.
19/04/12 : (1.5.0.x) Removed need for .gfexternal folder. Much improved "External Libraries" view allows you to search in current scope. Memory usage improvements in scoping implementation. Validation now occurs on file open. Re-added GF Library Path field in preferences.
04/04/12 : (1.4.3.x) Improvements to the Test Manager. Added support for arbitrary commands in launch. Made the license information clearer.
@@ -136,8 +135,8 @@ </arguments> </buildCommand> </buildSpec> -As of GFEP ≥ 1.5.2, you are now able to explicitly which modules in your GF project should be built by the builder. This would normally contain your "top-level" modules. This can be done right-clicking on your project in the Project Explorer and choosing Properties → GF Build Settings. From here you simply tick which modules in your project the GF builder should compile:
+As of GFEP ≥ 1.5.2, you are now able to explicitly a set of modules in your GF project which should be either included or excluded from the build process. In the inclusive case, this would normally contain your "top-level" modules. This can be done right-clicking on your project in the Project Explorer and choosing Properties → GF Build Settings. From here you simply tick which modules in your project the GF builder should compile:

Project-specific build settings
gf --v=0 --tags --output-dir=.gfbuild [--path=PATH] FILE
+
+