Skip to content

Changes

Summary

  1. TCI - fixed Java Doc (details)
  2. Bug 528893 - TableValidationInitiator doesn't handle multiple tables on (details)
  3. Bug 528945 - Refactor PreSetValidationListeners for better testability (details)
  4. Bug 527753: [Rule Model] Add iteration condition (details)
  5. TCI - improved performance (details)
  6. Bug 527562 - Broken controls in preview (details)
  7. TCI - Increased Version to 1.16 (details)
  8. TCI - Fixed broken Manifest (details)
Commit c95fbc6da8333c0ffa1b7fabb644d7e5b097b3e2 by Eugen Neufeld
TCI - fixed Java Doc

Change-Id: I05537bce435f33a36e0d0de409b61a3425633d0b
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified tests/org.eclipse.emf.ecp.view.custom.ui.swt.test/src/org/eclipse/emf/ecp/view/custom/ui/swt/test/ECPAbstractCustomControlSWT_PTest.java
Commit 3e1702e222f9aeb3a79d54753f67144bf52e4563 by Eugen Neufeld
Bug 528893 - TableValidationInitiator doesn't handle multiple tables on
same list

Change-Id: Id0c69ff412eb14e83a0d83b9e3448169b6eb56cc
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified tests/org.eclipse.emf.ecp.view.table.validation.test/src/org/eclipse/emf/ecp/view/table/internal/validation/TableValidationInitiator_Test.java
The file was modified bundles/org.eclipse.emf.ecp.view.context/src/org/eclipse/emf/ecp/view/internal/context/ViewModelContextImpl.java
The file was modified tests/org.eclipse.emf.ecp.view.context.tests/src/org/eclipse/emf/ecp/view/internal/context/ViewModelContextImpl_ITest.java
The file was modified tests/org.eclipse.emf.ecp.view.context.tests/AllIntegrationTests ecp.view.context.launch
Commit 9bfee63b3742707ad75035987ef5c932c7eaaeb7 by Lucas Koehler
Bug 528945 - Refactor PreSetValidationListeners for better testability

* Added a create method that uses the given view model context to get
the PreSetValidationService instance.
* Use new method.
* Marked parameterless create method as deprecated.

Problem of a static PreSetValidationService instance remains.

Change-Id: If9c8c6af1f06f6221499993b2ac4953a5bd51b58
Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/internal/swt/util/PreSetValidationListeners.java
The file was modified bundles/org.eclipse.emfforms.swt.control.multiattribute/src/org/eclipse/emfforms/internal/view/control/multiattribute/celleditor/CellEditorFactory.java
The file was modified bundles/org.eclipse.emf.ecp.view.core.swt/src/org/eclipse/emf/ecp/view/spi/core/swt/renderer/TextControlSWTRenderer.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt/src/org/eclipse/emf/ecp/view/spi/table/swt/CellEditorFactory.java
The file was modified bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/internal/swt/util/CellEditorFactory.java
Commit 1368e05ced863b6c9b38a5ff66dbd95bec70c7af by Christian Damus
Bug 527753: [Rule Model] Add iteration condition

Add an iteration condition, negation condition, and
literal true and false pseudo-conditions to the rule model.

Icon images for new condition types are sourced from
FamFamFam as the other images in the edit bundle were
previously:  tick.png, cross.png, arrow_rotate_clockwise.png,
and arrow_switch.png.  Creation icons I composed myself
by layering the add.png fro FamFamFam onto these.  Others
are just copies of creation icons for pre-existing types in
other contexts.

Change-Id: I40d130ea7216e8f7fdc24f4f57dcf51dd587592a
Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
The file was addedbundles/org.eclipse.emf.ecp.view.rule/OSGI-INF/org.eclipse.emf.ecp.view.internal.rule.IterateConditionService.xml
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateRule_condition_True.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/obj16/False.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/src/org/eclipse/emf/ecp/view/spi/rule/model/provider/FalseItemProvider.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/model/rule.ecore
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/False.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model.edit/plugin.properties
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/Quantifier.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateNotCondition_condition_NotCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateOrCondition_conditions_False.gif
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/model/rule.history
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/TrueImpl.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/util/RuleSwitch.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule/OSGI-INF/org.eclipse.emf.ecp.view.internal.rule.FalseConditionService.xml
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateRule_condition_IterateCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateNotCondition_condition_True.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule/src/org/eclipse/emf/ecp/view/internal/rule/TrueConditionService.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/FalseImpl.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/NotConditionImpl.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateAndCondition_conditions_True.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateNotCondition_condition_AndCondition.gif
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model.edit/src/org/eclipse/emf/ecp/view/spi/rule/model/provider/RuleItemProviderAdapterFactory.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemCondition_True.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateNotCondition_condition_IterateCondition.gif
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/RuleFactoryImpl.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule/src/org/eclipse/emf/ecp/view/internal/rule/CompositeConditionService.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemCondition_False.gif
The file was addedtests/org.eclipse.emf.ecp.view.rule.test/src/org/eclipse/emf/ecp/view/rule/test/AbstractConditionTest.java
The file was addedtests/org.eclipse.emf.ecp.view.rule.test/src/org/eclipse/emf/ecp/view/rule/test/FalseCondition_PTest.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemCondition_IterateCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule/OSGI-INF/org.eclipse.emf.ecp.view.internal.rule.NotConditionService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/RulePackageImpl.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule/src/org/eclipse/emf/ecp/view/internal/rule/NotConditionService.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateOrCondition_conditions_NotCondition.gif
The file was modified bundles/org.eclipse.emf.ecp.view.rule/META-INF/MANIFEST.MF
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/src/org/eclipse/emf/ecp/view/spi/rule/model/provider/IterateConditionItemProvider.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/IterateConditionImpl.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateNotCondition_condition_False.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateAndCondition_conditions_NotCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateNotCondition_condition_LeafCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/True.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemCondition_NotCondition.gif
The file was modified tests/org.eclipse.emf.ecp.view.rule.test/src/org/eclipse/emf/ecp/view/rule/test/AllTests.java
The file was addedtests/org.eclipse.emf.ecp.view.rule.test/src/org/eclipse/emf/ecp/view/rule/test/TrueCondition_PTest.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/src/org/eclipse/emf/ecp/view/spi/rule/model/provider/NotConditionItemProvider.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateOrCondition_conditions_IterateCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateNotCondition_condition_OrCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule/OSGI-INF/org.eclipse.emf.ecp.view.internal.rule.TrueConditionService.xml
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/obj16/NotCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateAndCondition_conditions_IterateCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemCondition_OrCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/src/org/eclipse/emf/ecp/view/spi/rule/model/provider/TrueItemProvider.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/model/rule.genmodel
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateAndCondition_conditions_False.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/obj16/True.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemReference_FeaturePathDomainModelReference.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule/src/org/eclipse/emf/ecp/view/internal/rule/FalseConditionService.java
The file was addedtests/org.eclipse.emf.ecp.view.rule.test/src/org/eclipse/emf/ecp/view/rule/test/NotCondition_PTest.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/util/RuleAdapterFactory.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemCondition_AndCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateOrCondition_conditions_True.gif
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/RuleFactory.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateRule_condition_NotCondition.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/NotCondition.java
The file was modified tests/org.eclipse.emf.ecp.view.rule.test/META-INF/MANIFEST.MF
The file was addedbundles/org.eclipse.emf.ecp.view.rule/src/org/eclipse/emf/ecp/view/internal/rule/IterateConditionService.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/IterateCondition.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateRule_condition_False.gif
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/obj16/IterateCondition.gif
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/RulePackage.java
The file was addedtests/org.eclipse.emf.ecp.view.rule.test/src/org/eclipse/emf/ecp/view/rule/test/IterateCondition_PTest.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model.edit/icons/full/ctool16/CreateIterateCondition_itemCondition_LeafCondition.gif
Commit 09b5489b6e168ad5ccef699064e47bc2f76050c2 by Jonas Helming
TCI - improved performance

Replaced remove with remove Key (Emap instead of Map), change is covered
by test case

Change-Id: Ib849e2dfd5b4da20ebd12739a54b7cdd0ddf16f3
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.model/src/org/eclipse/emf/ecp/view/spi/model/impl/VViewModelLoadingPropertiesImpl.java
Commit 1670e33f623a627de4d88a9a22656a71fae536ac by Eugen Neufeld
Bug 527562 - Broken controls in preview

Set vertical fill of the grid cell that contains the actual control
(e.g. a text field) to true.

Change-Id: I71ed250dd4795938fcd618c10c68843c9206f716
Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.core.swt/src/org/eclipse/emf/ecp/view/spi/core/swt/SimpleControlSWTRenderer.java
Commit 17289aae2b285d82026da8fe31b9185f860fadc3 by Eugen Neufeld
TCI - Increased Version to 1.16

Change-Id: I4970c31281e7a3d2eaf3e677f66de347d656ddb7
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified tests/org.eclipse.emf.ecp.core.test/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.model.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.validation.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.edit.ecore.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui.search/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.compoundcontrol.swt.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emfstore.core.rap/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.stack.ui.swt.test/META-INF/MANIFEST.MF
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.keyattributedmr.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.ui.swt/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.test.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange/pom.xml
The file was modified features/org.eclipse.emfforms.editor.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.validation.bean.test/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emfforms.swt.control.multiattribute.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.control.multireference.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.core.rap.sessionprovider.rwt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.model.edit/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.e3.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.core.rap.test/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.view.email.renderer/pom.xml
The file was modified bundles/org.eclipse.emfforms.editor.ecore/plugin.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.testmodel/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.keyattributedmr.model.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.keyattributedmr.tooling/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.editor.genmodel/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.table.ui.nebula.grid.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.celleditor.rcp/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.edit.swt.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.common/pom.xml
The file was modified features/org.eclipse.emfforms.rulerepository.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.test.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.indexdmr.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.mappingdmr.tooling/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.changebroker.provider/pom.xml
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.stream/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.test.common/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.rap.util.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.horizontal.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emf2web/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.fx/META-INF/MANIFEST.MF
The file was modified releng/org.eclipse.emf.ecp.repository/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.unset/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.table.validation.test/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.testmodel/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.swt.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.model.test/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.diffmerge.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.rap.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.multiattribute/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emfforms.swt.control.text.richtext.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui.e4/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ide.util/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.explorereditorbridge/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/pom.xml
The file was modified releng/org.eclipse.emf.ecp.rap.parent/pom.xml
The file was modified bundles/org.eclipse.emfforms.editor.genmodel/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.categorization.swt.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.edit/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.text.richtext/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.template.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.validationvieweditorbridge/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.ui.validation.test/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.cdo.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.text.autocomplete/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.label.ui.rap/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.keyattributedmr.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.setup.base/pom.xml
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.emfstore.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.changebroker.provider.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.validation.initial.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.validation.bean.test/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.model.edit/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.rap.util.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.workspace.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.ide.util.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.edapt/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.changebroker.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.columnservice/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ecore.editor/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.validation/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.model.editor.test.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.table.ui.swt.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.integrationtest/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.rap/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.context.locale/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.embedded/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.view.annotation.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.graphiti.integration/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.util.swt/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.test.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.keyattributedmr.tooling/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.view.controlgrid.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.error.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.rap/pom.xml
The file was modified features/org.eclipse.emfforms.view.annotation.feature/pom.xml
The file was modified features/org.eclipse.emfforms.editor.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.core.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.controlgrid/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.swt.core.di.extension.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.workspace.ui/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.label.ui.swt/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.index.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.localization/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.index/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.stack.viewmodel/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.collapsible.pgroup/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.e3/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.validation.connector/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.model.editor.testplugin/pom.xml
The file was modified features/org.eclipse.emf.ecp.emfforms.idetooling.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.core.plugin/pom.xml
The file was modified tests/org.eclipse.emfforms.view.model.localization.tests/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.index/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.view/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.sdk.e4.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.core.rap.concurrent.test/pom.xml
The file was modified tests/org.eclipse.emfforms.swt.core.di.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.common/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.multiattribute/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.table.ui.nebula.grid.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.rule.ui.swt.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.core.di/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.index/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.categorization.model/pom.xml
The file was modified features/org.eclipse.emfforms.rulerepository.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.model.edit/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.horizontal.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.context.tests/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.model.editor.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.rule.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.view.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.workspace.ui/pom.xml
The file was modified bundles/org.eclipse.emfforms.editor/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.ui/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.keyattributedmr.feature/feature.xml
The file was modified releng/org.eclipse.emf.ecp.releng.examples/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.group.swt.collapsible.pgroup.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.rule.ui.swt.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.core.rap.sessionprovider.rwt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.view.model.localization/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.editor.viewmodel/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.indexdmr.tooling/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.editor.view.templatebridge/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.emf2web.feature/feature.xml
The file was modified tests/org.eclipse.emfforms.swt.core.di.extension.tests/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.table/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui.search/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.table.ui.nebula.grid.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.default/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.workspace.migrator/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.stack.viewmodel/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.groupedgrid.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.editor.view/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.emf/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.common/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.editor/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.rulerepository.model.edit/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.custom.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.model.controls.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emfstore.core.rap/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.indexdmr.model.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.model.common.test/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.integrationtest/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.edit.swt/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.unset.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.model.edit/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.default/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.transaction/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.ui.editor.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.table/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.celleditor.rcp/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.mappingdmr.model.test/pom.xml
The file was modified tests/org.eclipse.emfforms.localization.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.vertical.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.emfspecificservice/pom.xml
The file was modified features/org.eclipse.emfforms.swt.controlgrid.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.validation.e4/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.rap.j2ee/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.cdo.ui/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.section.feature/feature.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.e3/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.setup.base/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.custom.ui.swt.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.view.controlgrid.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.common.di/META-INF/MANIFEST.MF
The file was modified features/spreadsheet/org.eclipse.emfforms.spreadsheet.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.vertical.ui.swt/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.validation.bean.default/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.mapping/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.editor.controls.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.core.rap.test/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.mappingdmr.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model/pom.xml
The file was modified features/org.eclipse.emfforms.common.prevalidation.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.view.service/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.common/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.core.rap/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.rcp/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.test.model.feature/feature.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.index.tests/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.section.model/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.keyattribute/pom.xml
The file was modified features/org.eclipse.emf.ecp.ecore.editor.feature/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.mapping.tests/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.treemasterdetail.validation.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.generator/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.swt.layout/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.group.ui.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ide.editor.view.templatebridge/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.controlgrid/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.index/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.view.group.renderer/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ide.editor.view/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.swt/pom.xml
The file was modified tests/org.eclipse.emf.ecp.integrationtest/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.view.linewrapper/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.categorization.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.view.stack.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.sdk.feature/pom.xml
The file was modified tests/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer.table.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.workspace.ui.rap/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.doc/pom.xml
The file was modified features/org.eclipse.emf.ecp.target.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.core.emffilter/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model.edit/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.ecore.editor.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.ecore.feature/feature.xml
The file was modified tests/org.eclipse.emfforms.swt.control.text.autocomplete.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.mapping/pom.xml
The file was modified tests/org.eclipse.emfforms.swt.controlgrid.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.categorization.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.horizontal.ui.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.util.swt.rap/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.view.swt/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.locale.default/pom.xml
The file was modified tests/org.eclipse.emf.ecp.edit.swt.test/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.indexdmr.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.rule.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.categorization.swt.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.model.provider.xmi.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.core.di/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ecore.editor.ui/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.validationvieweditorbridge/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.tests/pom.xml
The file was modified bundles/org.eclipse.emfforms.editor.genmodel.util/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.validation.bean.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.emf2web.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.horizontal.model/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.context.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.validation/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.edapt.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.validation/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.integrationtest/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.model.controls.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.mappingdmr.tooling/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.core.rap.concurrent.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.common.validation/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.ui.swt/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.control.multireference.tests/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.ide.view.service.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.core/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.unset.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.rap.feature/feature.xml
The file was modified bundles/org.eclipse.emfforms.view.annotation.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.validation/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.group.model.edit/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.e3/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui.e3/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.group.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.core.swt/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.indexdmr.model.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.editsupport/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.keyattribute.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.label.ui.rap/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.template.model.edit/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.linewrapper.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.provider.xmi/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.edapt.util.test/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.integrationtest/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.core.emffilter/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.group.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.table.celleditor.rcp.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.validation.connector/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.cdo.core/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.cdo.ui/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.mappingdmr.model.edit/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.keyattribute.tests/pom.xml
The file was modified tests/org.eclipse.emf.ecp.core.rap.sessionprovider.concurrent.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.stack.model.edit/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.rap.j2ee/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.legacy.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.edit.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.common.validation/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.examplemodel.ui/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.viewproxy.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.common.ui/pom.xml
The file was modified tests/org.eclipse.emfforms.common.validation.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.e4/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.viewproxy.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.context/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.editor.viewmodel/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.edapt/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.changebroker.provider.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.group.ui.swt/pom.xml
The file was modified features/org.eclipse.emfforms.swt.control.text.autocomplete.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.emfforms.idetooling.feature/feature.xml
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/pom.xml
The file was modified features/org.eclipse.emf.ecp.ide.migration.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.validation/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.vertical.ui.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.rcp/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emf2web.ui.json/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.horizontal.ui.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.rap.edit.ui.minimal/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.custom.feature/feature.xml
The file was modified features/org.eclipse.emfforms.swt.control.text.autocomplete.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.indexdmr.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.label.model.edit/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.horizontal.ui.swt.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.legacy/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.quickfix.ui.e4/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.vertical.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.treemasterdetail.feature/feature.xml
The file was modified bundles/javafx/org.eclipse.emf.ecp.view.horizontal.fx/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.editor.test.feature/feature.xml
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.default/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.core.rap/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.custom.ui.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.edit/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.compoundcontrol.swt.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.application.e3/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.keyattributedmr.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.migrator/pom.xml
The file was modified tests/org.eclipse.emf.ecp.core.rap.sessionprovider.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.index/pom.xml
The file was modified features/org.eclipse.emf.ecp.demo.e3.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.editor.e3/pom.xml
The file was modified releng/org.eclipse.emf.ecp.releng/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.table.model.test/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.structuralchange.keyattribute.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ide.editor.viewmodel/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.control.multireference/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.wizards/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.table.celleditor.rcp.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.viewproxy.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt.persistedstate/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.label.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.default/pom.xml
The file was modified features/org.eclipse.emf.ecp.examplemodel.ui.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.compoundcontrol.feature/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.default.tests/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.table.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.tooling/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model.edit/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.diagnostician/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.validation.bean/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.provider.xmi/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.stack.model/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.categorization.expandbar/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.quickfix.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.e4/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.editor.project.installer/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.keyattribute.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.test.common.swt/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.viewproxy.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui.e3/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.swt.core.tests/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.sdk.e4.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.common.prevalidation/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.group.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.rcp/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.editsupport/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.core.services.emf.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.common.di/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.edapt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.validation/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ecore.editor/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.swt/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.label.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.rule/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/pom.xml
The file was modified features/org.eclipse.emf.ecp.emfstore.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.keyattribute/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.ecore.editor.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.ide.migration.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.view.table.ui.swt.persistedstate.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.validation/pom.xml
The file was modified bundles/org.eclipse.emfforms.view.annotation.model/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.workspace.ui.rap.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.categorization.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.custom.ui.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.rap.util/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.template.service/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.mapping.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.workspace.core/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.table.ui.swt.persistedstate.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.edit.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.generator/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.table/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.rule.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.compoundcontrol.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.demo.e3.feature/pom.xml
The file was modified tests/org.eclipse.emfforms.swt.common.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.validation/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.common/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.table/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emf2web.ui/pom.xml
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer.categorization/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.migrator/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.common.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.cdo.core/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.validation.test/META-INF/MANIFEST.MF
The file was modified bundles/javafx/org.eclipse.emf.ecp.view.label.fx/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.mappingdmr.model.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.common.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt/META-INF/MANIFEST.MF
The file was modified bundles/javafx/org.eclipse.emf.ecp.viewmodel.fx/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.test.common/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ide.view.service.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.rule.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.keyattribute/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.model/pom.xml
The file was modified tests/spreadsheet/org.eclipse.emfforms.spreadsheet.integrationtest/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.examplemodel.ui/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.template.tooling/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.transaction.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.validation.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.validation.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.changebroker.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.edapt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.horizontal.model.edit/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.common.tests/pom.xml
The file was modified features/org.eclipse.emf.ecp.emfforms.sdk.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/pom.xml
The file was modified features/org.eclipse.emf.ecp.sdk.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.indexdmr.tooling/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.locale.default/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.validation.bean.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.provider.xmi.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.index/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.swt.di/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.mapping/META-INF/MANIFEST.MF
The file was modified bundles/javafx/org.eclipse.emf.ecp.view.group.fx/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.label.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ecore.editor.ui/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.emf/pom.xml
The file was modified bundles/org.eclipse.emfforms.view.controlgrid.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.swt.common.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.mappingdmr.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.groupedgrid.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.view.model.feature/feature.xml
The file was modified releng/org.eclipse.emf.ecp.products/org.eclipse.emf.ecp.application.e4.product
The file was modified bundles/org.eclipse.emf.ecp.emfstore.ui.e4/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.view.group.renderer/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.renderer.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.e3/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.table.ui.rcp.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.edit.ecore.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.template.service/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.ui/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.mapping.tests/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.validation.feature/feature.xml
The file was modified bundles/javafx/org.eclipse.emf.ecp.controls.fx/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.e4.feature/feature.xml
The file was modified tests/org.eclipse.emfforms.core.services.emf.tests/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.table.model.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.diffmerge.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.treemasterdetail.validation.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.template.model/plugin.xml
The file was modified tests/org.eclipse.emf.ecp.view.edapt.test/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.horizontal.feature/feature.xml
The file was modified releng/org.eclipse.emf.ecp.target.rap/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.featurepath/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.group.ui.swt.test/pom.xml
The file was modified tests/org.eclipse.emfforms.editor.ecore.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.ui.swt.di/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.workspace.feature/pom.xml
The file was modified tests/org.eclipse.emfforms.editor.ecore.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.ide.util.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.stack.ui.swt/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.swt.control.text.autocomplete.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.mappingdmr.model.edit/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.validation.initial.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.emfforms.sdk.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emfstore.core/pom.xml
The file was modified features/org.eclipse.emf.ecp.changebroker.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.context.locale/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.linewrapper/pom.xml
The file was modified tests/org.eclipse.emfforms.swt.controlgrid.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.template.tooling/pom.xml
The file was modified bundles/org.eclipse.emfforms.editor.genmodel.util/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.common/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.stack.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.migration/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.template.service.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.featurepath/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.editor.e3/META-INF/MANIFEST.MF
The file was modified bundles/javafx/org.eclipse.emf.ecp.application.e4.fx/META-INF/MANIFEST.MF
The file was modified bundles/javafx/org.eclipse.emf.ecp.view.treemasterdetail.fx/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.model/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.changebroker.test/pom.xml
The file was modified features/org.eclipse.emf.ecp.license.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.workspace.ui.rap.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.common.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emfstore.core/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.model/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.validation.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.default.tests/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.keyattribute/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.di.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.diagnostician/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt/pom.xml
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.error.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.group.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.keyattribute/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emf2web.json/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.mapping/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.indexdmr.model.edit/pom.xml
The file was modified bundles/javafx/org.eclipse.emf.ecp.view.vertical.fx/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.vertical.model.edit/pom.xml
The file was modified bundles/org.eclipse.emfforms.common.prevalidation/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.index.tests/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.keyattribute.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.edapt/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.categorization.feature/pom.xml
The file was modified releng/org.eclipse.emf.ecp.releng.bundles/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.editor.controls.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.vertical.model/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.license.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.control.multireference/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.util/META-INF/MANIFEST.MF
The file was modified tests/spreadsheet/org.eclipse.emfforms.spreadsheet.core.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.rulerepository.tooling/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.table.ui.rcp.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.validation/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.core.rap.sessionprovider.concurrent.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.rap.edit.ui.minimal/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.emfspecificservice/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.integrationtest/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.domainexpander.mapping.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.template.model/pom.xml
The file was modified tests/org.eclipse.emf.ecp.test.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.transaction.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.rap/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.model.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.template.model/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.section.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.table.ui.nebula.grid.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.validation/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.mapping/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.rap.util/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.keyattribute/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.table.ui.swt.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.doc/META-INF/MANIFEST.MF
The file was modified releng/org.eclipse.emf.ecp.rap.products/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.table/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.core/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.context/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.validation.e4/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.indexdmr.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.validation.bean.default/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.tooling/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.text.richtext/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.transaction/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.categorization.model.edit/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.demo.e4.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.swt.test/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.emfforms.runtime.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.cdo.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.table.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.keyattributedmr.model.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emf2web.ui/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.ui.editor.test/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.treemasterdetail.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.categorization.model.edit/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.model.edit/pom.xml
The file was modified features/org.eclipse.emf.ecp.demo.e4.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.view.edapt.feature/feature.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.rap/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.rulerepository.tooling/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.viewproxy.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.edapt.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.table/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.editor.testplugin/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.validation.bean/pom.xml
The file was modified features/org.eclipse.emfforms.editor.genmodel.util.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.rap.sdk.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.controls.fx.test/META-INF/MANIFEST.MF
The file was modified releng/org.eclipse.emf.ecp.releng.features/pom.xml
The file was modified bundles/org.eclipse.emfforms.editor.ecore/pom.xml
The file was modified releng/org.eclipse.emf.ecp.releng.tests/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.vertical.ui.swt.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.test.common/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.model.edit/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.e3.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.common/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.editor/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.common.ui/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.validation.view.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.table/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.ui.swt.di/pom.xml
The file was modified tests/org.eclipse.emf.ecp.ui.view.linewrapper.tests/pom.xml
The file was modified examples/org.eclipse.emf.ecp.makeithappen.model.viewmodel/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt.persistedstate/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.categorization.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.migration/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.rap/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.emf2web/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.model.viewmodel/pom.xml
The file was modified bundles/javafx/org.eclipse.emf.emfstore.fx.projects/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.util.swt.rap/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.mappingdmr.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.label.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.explorereditorbridge/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.application.e4/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emf2web.ui.json/META-INF/MANIFEST.MF
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer.table/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.core.swt/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.editor/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.core.services.legacy.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.template.model.edit/plugin.xml
The file was modified tests/org.eclipse.emf.ecp.view.template.model.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.core/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.horizontal.ui.swt.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.core.plugin/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.template.model.edit/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.ui.swt/pom.xml
The file was modified tests/org.eclipse.emfforms.view.model.localization.tests/META-INF/MANIFEST.MF
The file was modified releng/org.eclipse.emf.ecp.products/org.eclipse.emf.ecp.3x.product
The file was modified bundles/org.eclipse.emf.ecp.changebroker.provider/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.swt.core.tests/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.common/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.wizards/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emfforms.swt.control.text.richtext.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.viewproxy.feature/feature.xml
The file was modified tests/org.eclipse.emfforms.localization.tests/META-INF/MANIFEST.MF
The file was modified examples/org.eclipse.emf.ecp.makeithappen.view.email.renderer/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.editor.ecore/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.editor.viewmodel/META-INF/MANIFEST.MF
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.file/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.mappingdmr.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.table/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.viewproxy.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.label.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.label.ui.swt/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emfforms.common.prevalidation.feature/feature.xml
The file was modified features/org.eclipse.emfforms.view.annotation.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.diffmerge.test/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emfforms.swt.controlgrid.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.view.template.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.stack.ui.swt.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.stack.ui.swt/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.model.common.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.test.common/META-INF/MANIFEST.MF
The file was modified bundles/javafx/org.eclipse.emf.ecp.view.model.fx/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.embedded/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.viewproxy.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.unset.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.stack.model/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.group.ui.swt.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.context/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.quickfix.test/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.rcp/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.workspace.core/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.ecore.editor.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.vertical.ui.swt.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.rulerepository.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.quickfix/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.table.validation.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.keyattributedmr.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.workspace.ui.rap/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.rap/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.ui.view.swt.di/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.unset.test/META-INF/MANIFEST.MF
The file was modified releng/org.eclipse.emf.ecp.target.rcp/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.unset/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.rap.sdk.feature/feature.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.featurepath.tests/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emfforms.core.services.structuralchange.keyattribute.tests/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.changebroker/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.vertical.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.examplemodel.ui.feature/feature.xml
The file was modified tests/org.eclipse.emfforms.common.validation.tests/pom.xml
The file was modified tests/org.eclipse.emf.ecp.validation.diagnostician.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.context/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.model.editor.project.installer/META-INF/MANIFEST.MF
The file was modified releng/org.eclipse.emf.ecp.products/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.keyattributedmr.model.edit/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.edapt/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default/pom.xml
The file was modified features/org.eclipse.emfforms.editor.genmodel.util.feature/feature.xml
The file was modified releng/org.eclipse.emf.ecp.repository.target/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.columnservice/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.model.edit/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.graphiti.integration/plugin.xml
The file was modified tests/org.eclipse.emf.ecp.view.validation.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.core.swt.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.legacy/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.application.e3/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.quickfix/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.di.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.diffmerge.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.ecore.feature/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.collapsible.pgroup/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.model.edit/pom.xml
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.template.service.test/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.index.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.default/pom.xml
The file was modified tests/org.eclipse.emfforms.swt.core.di.tests/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.util.swt/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.group.swt.collapsible.pgroup.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.core.di.extension/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.custom.ui.swt.test/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.template.model.test/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.tests/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.view.controlgrid.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.categorization.expandbar/pom.xml
The file was modified bundles/org.eclipse.emfforms.localization/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.emf2web.json/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.target.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.text.autocomplete/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.swt.layout/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ide.view.service/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.quickfix.ui.e4/pom.xml
The file was modified tests/org.eclipse.emf.ecp.view.core.swt.tests/pom.xml
The file was modified tests/org.eclipse.emfforms.core.services.databinding.featurepath.tests/pom.xml
The file was modified features/org.eclipse.emf.ecp.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.view.workspace.migrator/pom.xml
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer.custom/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.horizontal.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.model.editor.feature/pom.xml
The file was modified features/org.eclipse.emf.ecp.view.indexdmr.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.changebroker/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emf.ecp.view.vertical.feature/feature.xml
The file was modified bundles/org.eclipse.emf.ecp.view.stack.model.edit/META-INF/MANIFEST.MF
The file was modified features/org.eclipse.emfforms.swt.control.multiattribute.feature/feature.xml
The file was modified features/org.eclipse.emf.ecp.view.group.feature/feature.xml
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/pom.xml
The file was modified features/org.eclipse.emf.ecp.e4.feature/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.default/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.test.model.feature/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.application.e4/pom.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.mapping/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.core.rap.sessionprovider.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.view.annotation.model/pom.xml
The file was modified bundles/org.eclipse.emf.ecp.ui/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.validation.diagnostician.test/pom.xml
The file was modified bundles/org.eclipse.emfforms.view.model.localization/pom.xml
The file was modified features/org.eclipse.emf.ecp.emfforms.runtime.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.dynamictree.ui.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.core.di.extension/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.model.edit.test/META-INF/MANIFEST.MF
The file was modified tests/org.eclipse.emf.ecp.view.test.common.swt/pom.xml
The file was modified features/org.eclipse.emf.ecp.validation.view.feature/feature.xml
The file was modified tests/org.eclipse.emf.ecp.view.edapt.util.test/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.diffmerge.renderer.swt/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.rule/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.core/pom.xml
Commit 32b38800bdf17f33c47697e1540ddb7115bf7c6d by Eugen Neufeld
TCI - Fixed broken Manifest

Change-Id: I0d811c140ab59443cb45f5c27729aa35bf031e4c
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified tests/org.eclipse.emf.ecp.view.rule.test/META-INF/MANIFEST.MF