commit | c7fe1fffd4868061b9684dc11298c755e3cb4042 | [log] [tgz] |
---|---|---|
author | Johannes Faltermeier <jfaltermeier@eclipsesource.com> | Fri Dec 02 16:24:04 2022 +0100 |
committer | Johannes Faltermeier <jfaltermeier@eclipsesource.com> | Fri Dec 02 16:24:04 2022 +0100 |
tree | 7483b545998fc3f7b9c6a9b9c85a5a4733968d7b | |
parent | 9b09f7849fc3e8040f1b600a1d9c56719984176e [diff] |
TCI - Fix current eclipse target Change-Id: I592a3cd32c5e6361d4bf676de8ee563cae6e7c97 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.