| commit | 28aaf5d3fcbefbb4ed6f1210a6b9c0e3bf5b38da | [log] [tgz] |
|---|---|---|
| author | Johannes Faltermeier <jfaltermeier@eclipsesource.com> | Fri Mar 24 15:55:37 2023 +0100 |
| committer | Johannes Faltermeier <jfaltermeier@eclipsesource.com> | Fri Mar 24 16:36:23 2023 +0100 |
| tree | a1eb2530cbcbcd63b5c1658839cfd31e6269ce67 | |
| parent | 2778ef04b45c9a4f02725af2904cf1aa72c7153f [diff] |
TCI - Update Tycho Change-Id: I811acdcb32e617f18f7b2a4774de7776a66f0e83 Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
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.
The official documentation is available on the website eclipse.org/edapt
See the CONTRIBUTING file.
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
Edapt is licensed under Eclipse Public License - v 2.0. See the LICENSE file for more information.