tree: cb38128f6d1cba77edcd2c81c47381565735ece0 [path history] [tgz]
  1. builds/
  2. examples/
  3. features/
  4. plugins/
  5. tests/
  6. .gitignore
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING
  9. LICENSE
  10. NOTICE
  11. README.md
  12. SECURITY.md
README.md

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

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.