modeling.gmp.gmf-runtime project repository

Clone this repo:
  1. 9984cee [doc] Add missing top-level files by Pierre-Charles David · 2 years, 10 months ago master
  2. 36e6844 [572885] Register Batik image formats explicitly by Pierre-Charles David · 2 years, 10 months ago R1_14_0RC1
  3. c21f8e4 [releng] Add TP definitions for more recent platform versions by Pierre-Charles David · 2 years, 10 months ago
  4. 07c3a0c [releng] Use the final location of GMF Notation 1.13.0 by Pierre-Charles David · 2 years, 10 months ago
  5. 338c976 [releng] Use https for all target platform locations by Pierre-Charles David · 2 years, 10 months ago

Eclipse GMF Runtime

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

Source

Reviews

Gerrit Reviews are available at https://git.eclipse.org/r/q/gmf-runtime%2Forg.eclipse.gmf-runtime

Issues

Issues are tracked 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 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://hudson.eclipse.org/hudson/job/gmf-runtime-master/

Update Sites

Update Sites (p2 repositories) are available at:

License

Eclipse Public License 2.0