Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02Merge in the org.eclipse.xsd Git repositoryEd Merks1-42/+16
Reuse JustJ's update site generator for promotion of builds. Provide a Jenkinsfile to prepare for a multi-branch pipeline job. Stop building pack200 artifacts. Use https for download.itemis.com. Include the root of the repository as a project. https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/430 Change-Id: Ibe27c53175bcbaa66c693f6b4db8299a39185e0f Signed-off-by: Ed Merks <ed.merks@gmail.com>
2021-09-24[releng] Reset version baselineEd Merks1-2/+2
Use use https://download.eclipse in instead of http://download.eclipse.org consistently.
2020-08-17[Releng] Parameterize the Java version to be able to build older TPs.Ed Merks1-2/+2
2020-08-17[Releng] Change pom for doc build to use Java 11.Ed Merks1-1/+1
2020-08-17[Releng] Increment versions for test.xmlEd Merks1-1/+1
Also fix the environment used to run ant. And fix the local tycho build to use Java 11. Signed-off-by: Ed Merks <ed.merks@gmail.com>
2020-06-29[563042] Migrating to the new Xtext generator workflow.Tamas Miklossy1-12/+22
-------------- I. org.eclipse.emf.ecore.xcore plugin ------------------ 1. Modify the GenerateXcore.mwe2 workflow to use the new Xtext generator workflow (org.eclipse.xtext.xtext.generator.*) packages instead of the old deprecated generator workflow (org.eclipse.xtext.generator.*) packages. 2. Rename XcoreJavaValidator to XcoreValidator. 3. Update generated code in the src-gen folder. -------------- II. org.eclipse.emf.ecore.xcore.ui plugin -------------- 1. Move the content assist infrastructure from the org.eclipse.emf.ecore.xcore.ui package into the org.eclipse.emf.ecore.xcore.ide package. 2. Rename XcoreEditor to CustomXcoreEditor to avoid naming collision with the generated editor. Modify the hand-written CustomXcoreEditor to inherit from the generated XcoreEditor. 3. Update plugin.xml_gen 4. Merge plugin.xml_gen into plugin.xml. -------------- III. org.eclipse.emf.test.ecore.xcore plugin ----------- 1. Move the XcoreInjectorProvider from the org.eclipse.emf.ecore.xcore package to the org.eclipse.emf.ecore.xcore.tests package. 2. Add generated XcoreUiInjectorProvider class. 3. Update META-INF/MANIFEST.MF file. -------------- IV. Versions and Builds -------------------------------- 1. Modify the lower bounds of plugin dependencies because minimally Xtext 2.18 is required 2. Ensure that all plugin dependencies have version ranges. 2. Modify the releng POMs so that the build of Xcore and the site, which depends on Xcore, is disabled for target platforms < 2019-06. Change-Id: I81e446995025832dc2e84decc818cfe533293ff4 Signed-off-by: Tamas Miklossy <miklossy@itemis.de>
2018-01-26[Releng] Factor out ed.ui tests specifically for Platform and RAPEd Merks1-0/+2
Leave emf.edit.test as purely an emf.edit test not a emf.edit.ui test. Fix working sets in EMF.setup. Ensure that EMF.setup populates launch favorites.
2018-01-23[529487] Migrate EMF/XSD build to TychoEd Merks1-0/+319

    Back to the top