Skip to content

eclipse-gmf-runtime/gmf-runtime

Repository files navigation

Eclipse GMF Runtime

NOTE: As of september of 2021, the source code for GMF Runtime is now hosted on GitHub at https://github.com/eclipse/gmf-runtime. If you have Git clones which refers to the old location at git.eclipse.org, update them or you will not get the latest changes.

The Eclipse GMF Runtime is an industry proven application framework for creating graphical editors using Eclipse EMF and Eclipse GEF.

The GMF Runtime provides many features that one would have to code by hand if using EMF and GMF directly.

  • A set of reusable components for graphical editors, such as printing, image export, actions and toolbars and much more.
  • A standardized model to describe diagram elements, which separates between the semantic (domain) and notation (diagram) elements.
  • A command infrastructure that bridges the different command frameworks used by EMF and GEF.
  • An extensible framework that allows graphical editors to be open and extensible.

Source

Issues

New issues are tracked in GitHib at https://github.com/eclipse-gmf-runtime/gmf-runtime/issues

Historical issues are still available in the Eclipse Bugzilla under the GMF-Runtime product.

Building

From the top-level directory:

mvn clean verify

You can build against a specific Target Platform using -Dplatform=$PLATFORM_NAME. The supported platforms are available in the releng/org.eclipse.gmf.runtime.target directory. For example:

mvn clean verify -Dplatform=2021-06

CI

The official builds are executed on the Eclipse-provided Jenkins instance at https://ci.eclipse.org/gmf-runtime/job/gmf-runtime/

Update Sites

Update Sites (p2 repositories) are available at:

Version Repository URL
1.16.3 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913
1.15.5 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202312180813
1.15.4 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202312022032
1.16.2 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202311130907
1.16.1 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720
1.16.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202305230839
1.15.3 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032
1.15.2 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202208271122
1.15.1 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202208152011
1.15.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202206180919
1.14.1 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739
1.14.1 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202202190902
1.14.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202107090702
1.13.1 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202106221344
1.13.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913
1.12.2 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201912020813
1.12.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201806010809
1.11.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201706061437
1.10.1 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201703310734
1.10.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201606071959
1.9.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201506060219
1.8.1 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201408201453
1.8.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201406111639
1.8.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201306111432
1.7.0 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201306111432
1.6.2 https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201306111432

License

Eclipse Public License 2.0