# gmf-runtime_1 **Repository Path**: mirrors_eclipse/gmf-runtime_1 ## Basic Information - **Project Name**: gmf-runtime_1 - **Description**: Eclipse GMF Runtime - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-22 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://projects.eclipse.org/projects/modeling.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 Clone ### 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](https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&component=General&list_id=20785712&product=GMF-Runtime&query_format=advanced). ### 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=2023-09 ### CI The official builds are executed on the Eclipse-provided Jenkins instance at ### Update Sites Update Sites (p2 repositories) are available at: * : nightly builds * : milestone builds * : official releases | Version | Repository URL | |:--------|:-------------------------------------------------------------------------------------| | **1.16.8** | https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202512020858 | | 1.16.7 | https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202508120942 | | 1.16.6 | https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202501291447 | | 1.16.5 | https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202410240748 | | 1.16.4 | https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202405171447 | | 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](https://www.eclipse.org/legal/epl-2.0/)