[doc] Add top-level README

Change-Id: Id2c578f33045abd5a474dd41984619bfa85087c3
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
1 file changed
tree: fb11abbc0aadec5ff999c6645d44102474eabf89
  1. org.eclipse.gmf.notation.releng/
  2. org.eclipse.gmf.notation.repository/
  3. org.eclipse.gmf.notation.target/
  4. org.eclipse.gmf.runtime.notation/
  5. org.eclipse.gmf.runtime.notation-feature/
  6. org.eclipse.gmf.runtime.notation.edit/
  7. org.eclipse.gmf.runtime.notation.sdk/
  8. org.eclipse.gmf.runtime.notation.sdk-feature/
  9. org.eclipse.gmf.runtime.notation.source-feature/
  10. org.eclipse.gmf.tests.runtime.notation/
  11. org.eclipse.gmf.tests.runtime.notation-feature/
  12. CONTRIBUTING.md
  13. LICENSE
  14. pom.xml
  15. README.md
README.md

Eclipse GMF Runtime - Notation Metamodel

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

This repository contains the EMF-based Notation metamodel which is used by GMF Runtime to store its diagrams. The the main GMF Runtime repo at https://github.com/eclipse/gmf-runtime for the actual framework code.

NOTE: As of september of 2021, the source code for GMF Notation is now hosted on GitHub at https://github.com/eclipse/gmf-notation. 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.

Source

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://ci.eclipse.org/gmf-runtime/job/gmf-notation-master/

Update Sites

Update Sites (p2 repositories) are available at:

License

Eclipse Public License 2.0