This repo has moved to: https://github.com/eclipse-edapt/edapt

Clone this repo:
  1. 9a2a2aa TCI - Add missing required files by Johannes Faltermeier · 1 year, 10 months ago 15x master
  2. d294f01 Merge branch 'master' into develop by Johannes Faltermeier · 1 year, 11 months ago
  3. 1d57356 TCI - Add missing required files by Johannes Faltermeier · 1 year, 11 months ago
  4. 57915b9 Bug 578486: Resolve metamodel proxies during back conversion after the migration by Lucas Koehler · 2 years, 2 months ago 1.5.0
  5. 2dc958d TCI - Fix build against latest Eclipse by Johannes Faltermeier · 2 years, 6 months ago

Eclipse Edapt™ - Migrating EMF Models

Eclipse Edapt™ is an EMF framework to migrate instances of Ecore models after changing an Ecore. This is typically used to migrate existing EMF-based data with a new release of a software with an updated Ecore model.

Documentation

The official documentation is available on the website eclipse.org/edapt

Feedback, Help, and Support

See the CONTRIBUTING file.

Build

The maven tycho build can be invoked with

mvn clean verify -f builds/org.eclipse.emf.edapt.releng/pom.xml

# if you run into problems with eclipse p2 mirror sites, try disabling mirrors
mvn clean verify -f builds/org.eclipse.emf.edapt.releng/pom.xml -Dtycho.disableP2Mirrors=true

The Bundle-RequiredExecutionEnvironment is JavaSE-1.8

The p2-repository is created at builds/org.eclipse.emf.edapt.releng.p2/target/repository

License

Edapt is licensed under Eclipse Public License - v 2.0. See the LICENSE file for more information.