Skip to content
Success

Changes

Summary

  1. Bug 500167 - Copy Paste Behavior for Grid Table (details)
  2. Bug 500167 - Copy Paste Behavior for Grid Table (details)
  3. Bug 500167 - Copy Paste Behavior for Grid Table (details)
  4. Bug 500167 - Copy Paste Behavior for Grid Table (details)
  5. Bug 500167 - Copy Paste Behavior for Grid Table (details)
  6. Bug 500167 - Copy Paste Behavior for Grid Table (details)
  7. TCI - Fixed EmbeddedGroup to use the grid settings from child (details)
  8. TCI - make creation of Heading Control overridable (details)
  9. TCI - Increased Version to 1.11.0 (details)
  10. TCI - replaced custom ds builder with eclipse ds builder (details)
  11. TCI - Regenerated DS XML (details)
  12. Bug 501446 - Improve TMD-API selection and focus handling (details)
  13. Bug 501425 - [RuleRepository] Add MergeType to RuleEntry (details)
  14. Bug 501921 - [Rule] Add a not equals compare type and null support (details)
  15. Bug 500167 - Copy Paste Behavior for Grid Table (details)
  16. TCI - Added default merged path (details)
  17. TCI - Change methods to protected in MultiReferenceSWTRenderer (details)
  18. TCI - Update Button Enabling after the rootDomainModel has changed (details)
  19. TCI - Fix possible NPE (details)
  20. TCI - Added support for empty tree selection (details)
  21. TCI - removed final modifier for protected method (details)
  22. TCI - fixed warning (details)
  23. TCI - removed warning (details)
  24. Bug 506052 - Grid Table Renderer Scrolling and Editor Deactivation (details)
  25. TCI - TreeMasterDetailComposite - add missing layout call after cached (details)
  26. Bug 506207 - [GenericEditor] Reveal does not work when element was not (details)
  27. Bug 506221 - [TMD-API] Diagnostic-Cache revalidation trigger (details)
  28. Bug 506276 - TableControl should allow disabling objects for edit (details)
  29. TCI - Change to use 1.11 update site (details)
  30. Two Implementations Avoids IllegalArgumentException: The class ... is (details)
  31. Bug 506567 - ClassCastException below CreateNewInstanceAction.shouldShow (details)
  32. TCI - Removed unnecessary dependencies (details)
  33. Bug 506564 - ClassCastException below (details)
  34. TCI - Allow Build to consume Edapt 1.2.1 (details)
  35. Bug 507211 - VMProperties callback for TMDComposite (details)
  36. Bug 507203 - Offer commands which allow progress reporting (details)
  37. Bug 507211 - VMProperties callback for TMDComposite (details)
  38. Bug 507396 - Rich text popup does not update model on Windows (details)
  39. Bug 506932 - [View Model IDE] Allow Preview to load additional view (details)
  40. Bug 506724 - Evaluation of multiple rules for the same control (details)
  41. TCI - NPE in TextControlSWTRenderer.ModelToTargetUpdateStrategy (details)
  42. TCI - fixed warning setting (details)
  43. TCI - fixed warning (details)
  44. TCI - removed warning (details)
  45. Bug 508038 - Disable Paste on disabled Nebula Grids (details)
  46. Bug 508051 - Add 'Clear' and 'Cut' Operations to Nebula Grid (details)
  47. Bug 508373 - Improve Copy and Paste on Nebula Grids (details)
  48. Bug 508118 - Ecore Editor fails to load with NPE (details)
  49. Bug 508119 - Icon and title are not aligned for View Editor/Preview (details)
Commit 06abc7f1c1c5df5bfe7e6d83a084eb2b62c66d86 by Johannes Faltermeier
Bug 500167 - Copy Paste Behavior for Grid Table

Converter for generic table/grid copy & paste support

Change-Id: I48fb1026b7186ebe631145bd32611d1d68342207
Signed-off-by: Mathias Schaefer <mschaefer@eclipsesource.com>
The file was addedbundles/org.eclipse.emfforms.common/OSGI-INF/org.eclipse.emfforms.internal.common.converter.EStructuralFeatureValueConverterServiceImpl.xml
The file was addedbundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/spi/common/converter/EStructuralFeatureValueConverter.java
The file was modified bundles/org.eclipse.emfforms.common/META-INF/MANIFEST.MF
The file was addedbundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/spi/common/converter/EStructuralFeatureValueConverterService.java
The file was addedbundles/org.eclipse.emfforms.common/OSGI-INF/org.eclipse.emfforms.internal.common.converter.DefaultEAttributeValueConverterImpl.xml
The file was addedbundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/internal/common/converter/DefaultEAttributeValueConverterImpl.java
The file was addedbundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/internal/common/converter/EStructuralFeatureValueConverterServiceImpl.java
Commit 4a33d4ac6cbfa42728811b8378b8528ba2ba0748 by Johannes Faltermeier
Bug 500167 - Copy Paste Behavior for Grid Table

* Add generic copy & paste support for grid table

Change-Id: I965617a61b41cac027ab804ecb916f2af5e5485b
Signed-off-by: Mathias Schaefer <mschaefer@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/AbstractTableViewerComposite.java
The file was removedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/internal/nebula/grid/GridPasteKeyListener.java
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/TableViewerColumnBuilder.java
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/TableViewerComposite.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridTableViewerComposite.java
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/TableViewerSWTCustomization.java
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridControlSWTRendererService.java
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/OSGI-INF/org.eclipse.emfforms.internal.common.converter.DefaultValueConverterImpl.xml
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/ColumnDescriptionImpl.java
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.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridControlSWTRenderer.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridViewerColumnBuilder.java
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridCopyKeyListener.java
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/TableViewerSWTBuilder.java
The file was removedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/internal/nebula/grid/GridCopyKeyListener.java
The file was removedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/internal/nebula/grid/GridControlSWTRendererService.java
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridPasteKeyListener.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt/src/org/eclipse/emf/ecp/view/spi/table/swt/TableControlSWTRenderer.java
Commit 03c0cf8af824679ed267d67b0cc29a5158f2d4fa by Johannes Faltermeier
Bug 500167 - Copy Paste Behavior for Grid Table

* Add custom selection color cell renderer

Change-Id: Icabc03f0a0024852a4996cca85316955019ec1b8
Signed-off-by: Mathias Schaefer <mschaefer@eclipsesource.com>
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/CustomSelectionColorCellRenderer.java
Commit 9643d3e9a73774fbe9ebc3a1ff1612f3934ad4ae by Johannes Faltermeier
Bug 500167 - Copy Paste Behavior for Grid Table

* Fix compile problems

Change-Id: Icc4a96a0b2b1027d263946ba4153f127eeb05db5
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt/src/org/eclipse/emf/ecp/view/spi/table/swt/TableControlSWTRenderer.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridControlSWTRenderer.java
Commit 948cbb5130b70fc85a66e99a4252a7fc623ad0ac by Johannes Faltermeier
Bug 500167 - Copy Paste Behavior for Grid Table

* Fix warnings

Change-Id: Id87ea921ed92bb7feb635e89a7f5ee450b82f866
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/internal/common/converter/DefaultEAttributeValueConverterImpl.java
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/AbstractTableViewerComposite.java
The file was removedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/OSGI-INF/org.eclipse.emfforms.internal.common.converter.DefaultValueConverterImpl.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridViewerColumnBuilder.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridPasteKeyListener.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/CustomSelectionColorCellRenderer.java
Commit 09c2778a6df58b65512fc28f738f576c9a4ca0c0 by Johannes Faltermeier
Bug 500167 - Copy Paste Behavior for Grid Table

* Fix invalid component xml

Change-Id: I5e21cc8973bd721d3dbf5d9489b0537b335081ea
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/OSGI-INF/GridControlSWTRendererService.xml
Commit 9ad6fdf49ae527f34271d24e0d49116a0068b4f4 by Eugen Neufeld
TCI - Fixed EmbeddedGroup to use the grid settings from child

Change-Id: Ic22288760d8d7b53da6beee793bf27f248c484cd
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.embedded/src/org/eclipse/emf/ecp/view/alignmentgroup/internal/swt/EmbeddedGroupSWTRenderer.java
Commit 7eef5817bb11e0e3a83e1006275aab890a7364e0 by Jonas Helming
TCI - make creation of Heading Control overridable

In Embedded Group renderer

Change-Id: I482275c6972f50988e18eec8a32fae2f5301a83d
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.group.swt.embedded/src/org/eclipse/emf/ecp/view/alignmentgroup/internal/swt/EmbeddedGroupSWTRenderer.java
Commit 56bd71967c1892ac83c8a43da2b20f0bc8cb1f46 by Eugen Neufeld
TCI - Increased Version to 1.11.0

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

Removed the com.wuetherich.osgi.ds.annotations.dsAnnotationBuilder
Added the org.eclipse.pde.ds.core.builder

Change-Id: Icb415ac1ef0d4e5f77da4d61c342dc546d0b96d1
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer.table/.project
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core/.project
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.table/.project
The file was modified bundles/org.eclipse.emfforms.swt.control.multiattribute/.project
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt.persistedstate/.project
The file was modified bundles/org.eclipse.emfforms.swt.core.plugin/.project
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.swt/.project
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.table/.project
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer.custom/.project
The file was modified bundles/org.eclipse.emfforms.common/.project
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer.categorization/.project
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.keyattribute/.project
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/.project
The file was modified bundles/org.eclipse.emfforms.core.services.legacy/.project
The file was modified bundles/spreadsheet/org.eclipse.emfforms.spreadsheet.core.renderer/.project
The file was modified bundles/org.eclipse.emf.ecp.ui.view.swt/.project
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt/.project
The file was modified bundles/org.eclipse.emf.ecp.ui.view/.project
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.keyattribute/.project
The file was modified bundles/org.eclipse.emfforms.swt.controlgrid/.project
The file was modified bundles/org.eclipse.emf.ecp.ui.rcp/.project
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.mapping/.project
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange/.project
The file was modified bundles/org.eclipse.emfforms.swt.categorization.expandbar/.project
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.index/.project
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.default/.project
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.index/.project
The file was modified bundles/org.eclipse.emf.ecp.ui.rap/.project
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/.project
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.keyattribute/.project
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.table/.project
The file was modified bundles/org.eclipse.emfforms.localization/.project
The file was modified bundles/org.eclipse.emf.ecp.view.stack.ui.swt/.project
The file was modified bundles/org.eclipse.emfforms.editor.ecore/.project
The file was modified bundles/org.eclipse.emf.ecp.view.rule/.project
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.default/.project
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.mapping/.project
The file was modified bundles/org.eclipse.emfforms.rulerepository.tooling/.project
The file was modified bundles/org.eclipse.emf.ecp.view.section.ui.swt/.project
The file was modified bundles/org.eclipse.emfforms.swt.control.text.autocomplete/.project
The file was modified bundles/org.eclipse.emfforms.swt.control.text.richtext/.project
The file was modified bundles/org.eclipse.emfforms.core.services/.project
The file was modified bundles/org.eclipse.emf.ecp.view.template.service/.project
Commit e2e719ee9d9eaa3e19526269d7737dfb17822e3e by Eugen Neufeld
TCI - Regenerated DS XML

Change-Id: I75437a87ec431dc087f77a02e09a4fa5aadf898b
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.control.multiattribute/OSGI-INF/MultiAttributeRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.swt/OSGI-INF/org.eclipse.emf.ecp.ui.view.swt.DefaultReferenceServiceFactory.xml
The file was modified bundles/org.eclipse.emfforms.swt.core.plugin/OSGI-INF/org.eclipse.emfforms.internal.swt.core.plugin.LegacyAdditionalRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view/OSGI-INF/EMFFormsViewService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.ui.swt/OSGI-INF/SectionNodeSWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model/OSGI-INF/org.eclipse.emf.ecp.view.spi.custom.model.impl.StructuralChangeCustomDMRTester.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt.persistedstate/OSGI-INF/PersistTableStateServiceFactory.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.index/OSGI-INF/org.eclipse.emfforms.internal.core.services.structuralchange.index.StructuralChangeTesterIndex.xml
The file was modified bundles/org.eclipse.emfforms.swt.controlgrid/OSGI-INF/ControlGridSWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/ControlRootEClassControl2SWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/TableDetailViewControlSWTRendererService.xml
The file was modified bundles/org.eclipse.emfforms.core.services/OSGI-INF/org.eclipse.emfforms.internal.core.services.mappingprovider.EMFFormsMappingProviderManagerImpl.xml
The file was modified bundles/org.eclipse.emfforms.swt.core.plugin/OSGI-INF/org.eclipse.emfforms.internal.swt.core.plugin.LegacyRendererService.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.text.autocomplete/OSGI-INF/org.eclipse.emfforms.internal.swt.control.text.autocomplete.renderer.AutocompleteTextControlSWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model/OSGI-INF/org.eclipse.emf.ecp.view.spi.custom.model.impl.CustomDMRConverter.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/ControlRootEClassControlChangeableSWTRendererService.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.mapping/OSGI-INF/org.eclipse.emfforms.internal.core.services.structuralchange.mapping.StructuralChangeTesterMapping.xml
The file was modified bundles/org.eclipse.emfforms.core.services.databinding.keyattribute/OSGI-INF/KeyAttributeDomainModelReferenceConverter.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.mapping/OSGI-INF/EMFFormsMappingDMRExpander.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.default/OSGI-INF/EMFFormsDomainExpanderDefaultHeuristic.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/DomainModelReferenceControlSWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/StackItemControlRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model/OSGI-INF/EMFFormsCustomDMRExpander.xml
The file was modified bundles/org.eclipse.emf.ecp.view.stack.ui.swt/OSGI-INF/SWTStackLayoutRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/OSGI-INF/GroupedGridSWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt/OSGI-INF/TreeMasterDetailSWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/TableColumnsDMRTableControlService.xml
The file was modified bundles/org.eclipse.emfforms.swt.control.text.richtext/OSGI-INF/org.eclipse.emfforms.internal.swt.control.text.richtext.renderer.RichTextControlSWTRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.rap/OSGI-INF/org.eclipse.emf.ecp.internal.ui.util.ECPFileDialogHelperImpl.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.ui.swt/OSGI-INF/SectionLeafSWTRendererService.xml
The file was modified bundles/org.eclipse.emfforms.core.services.domainexpander.default/OSGI-INF/EMFFormsDomainExpanderImpl.xml
The file was modified bundles/org.eclipse.emf.ecp.view.section.ui.swt/OSGI-INF/SectionedAreaSWTRendererService.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.table/OSGI-INF/StructuralChangeTesterTable.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.rcp/OSGI-INF/org.eclipse.emf.ecp.internal.ui.util.ECPFileDialogHelperImpl.xml
The file was modified bundles/org.eclipse.emfforms.core.services.structuralchange.default/OSGI-INF/StructuralChangeTesterDefault.xml
The file was modified bundles/org.eclipse.emfforms.editor.ecore/OSGI-INF/org.eclipse.emfforms.internal.editor.ecore.controls.LinkOnlyMultiReferenceRendererService.xml
The file was modified bundles/org.eclipse.emfforms.swt.categorization.expandbar/OSGI-INF/org.eclipse.emfforms.internal.swt.categorization.expandbar.CategorizationElementExpandBarRendererService.xml
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.table/OSGI-INF/EMFFormsMappingProviderTable.xml
The file was modified bundles/org.eclipse.emfforms.editor.ecore/OSGI-INF/InstanceTypeNameSWTRendererService.xml
The file was modified bundles/org.eclipse.emfforms.core.services.mappingprovider.default/OSGI-INF/EMFFormsMappingProviderDefaultHeuristic.xml
The file was modified bundles/org.eclipse.emf.ecp.edit/OSGI-INF/org.eclipse.emf.ecp.internal.edit.DeleteServiceFactoryImpl.xml
The file was modified bundles/org.eclipse.emf.ecp.view.table.model/OSGI-INF/org.eclipse.emf.ecp.view.internal.table.model.TableDMRConverter.xml
The file was modified bundles/org.eclipse.emf.ecp.view.template.service/OSGI-INF/viewTemplate.xml
The file was modified bundles/org.eclipse.emfforms.rulerepository.tooling/OSGI-INF/org.eclipse.emfforms.internal.rulerepository.tooling.RuleRepositoryLinkFeatureControlRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.compoundcontrol.swt/OSGI-INF/CompoundControlDIRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.view.custom.model/OSGI-INF/org.eclipse.emf.ecp.view.spi.custom.model.impl.CustomDMRMappingProvider.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/LinkFeatureControlRendererService.xml
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/OSGI-INF/LeafConditionControlRendererService.xml
Commit a68ad9727f9bf5ea1c529c3339de3db46e0223b4 by Johannes Faltermeier
Bug 501446 - Improve TMD-API selection and focus handling

Change-Id: I7ef60692418f58a764b494e2ca13a106c1175f87
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/src/org/eclipse/emfforms/spi/swt/treemasterdetail/TreeMasterDetailComposite.java
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/src/org/eclipse/emfforms/spi/swt/treemasterdetail/TreeMasterDetailSWTBuilder.java
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/src/org/eclipse/emfforms/spi/swt/treemasterdetail/TreeMasterDetailSWTFactory.java
Commit 826c1f46c8e0131be4811819891ef9dea36b38fe by Alexandra Buzila
Bug 501425 - [RuleRepository] Add MergeType to RuleEntry

Change-Id: Ie7caca6a46edf5fe92436fe3e036299d0b9c1800
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.rulerepository.model.edit/src/org/eclipse/emfforms/spi/rulerepository/model/provider/RuleRepositoryItemProvider.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/VRulerepositoryPackage.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/impl/VRulerepositoryPackageImpl.java
The file was addedbundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/MergeType.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/impl/VRuleEntryImpl.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/model/rulerepository.ecore
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/util/RulerepositoryAdapterFactory.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model.edit/plugin.properties
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/VRuleEntry.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/impl/VRulerepositoryFactoryImpl.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/OrConditionImpl.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.tooling/src/org/eclipse/emfforms/internal/rulerepository/tooling/merge/MergeHelper.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model.edit/src/org/eclipse/emfforms/spi/rulerepository/model/provider/RuleEntryItemProvider.java
The file was modified bundles/org.eclipse.emfforms.rulerepository.model/src/org/eclipse/emfforms/spi/rulerepository/model/impl/VRuleRepositoryImpl.java
Commit 28e672b3ca4ce840e647a3de3d97835c7018a784 by Alexandra Buzila
Bug 501921 - [Rule] Add a not equals compare type and null support

Added a CompareType to allow a not_Equals compare.
Changed IDE Tooling to allow a null value for the expected value

Change-Id: I59dc16dbd2468e5f0b364353bc88aed661e82fc4
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/model/rule.ecore
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/LeafCondition.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/LeafConditionImpl.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model.edit/plugin.properties
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 modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/RulePackage.java
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/src/org/eclipse/emf/ecp/view/internal/editor/controls/LeafConditionControlRendererService.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model.edit/src/org/eclipse/emf/ecp/view/spi/rule/model/provider/LeafConditionItemProvider.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/model/rule.history
The file was modified bundles/org.eclipse.emf.ecp.ui.view.editor.controls/src/org/eclipse/emf/ecp/view/internal/editor/controls/LeafConditionControlRenderer.java
The file was addedbundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/CompareType.java
The file was modified bundles/org.eclipse.emf.ecp.view.rule.model/src/org/eclipse/emf/ecp/view/spi/rule/model/impl/RulePackageImpl.java
Commit 3ebaeb67aa8330e8f48af32ca6589b6d53c6639e by Johannes Faltermeier
Bug 500167 - Copy Paste Behavior for Grid Table

* Add backward direction for value converter

Change-Id: I06c60e741ee44f4860044cc2b2bdce3ad43aa3a9
Signed-off-by: Mathias Schaefer <mschaefer@eclipsesource.com> [Implementation]
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> [Review, Cleanup]
The file was modified bundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/spi/common/converter/EStructuralFeatureValueConverter.java
The file was modified bundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/internal/common/converter/DefaultEAttributeValueConverterImpl.java
The file was modified bundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/internal/common/converter/EStructuralFeatureValueConverterServiceImpl.java
The file was modified bundles/org.eclipse.emfforms.common/src/org/eclipse/emfforms/spi/common/converter/EStructuralFeatureValueConverterService.java
Commit 4f0d6828d22436ee84d403843d3e79cc22955684 by Code Review
TCI - Added default merged path

Change-Id: I41cecf617a82f380f3de132c1ae74761ac99d91e
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.rulerepository.tooling/src/org/eclipse/emfforms/internal/rulerepository/tooling/merge/MergeWithViewHandler.java
Commit ddbbc4304bcd94fd405a9c9e5ef4fce928456d97 by Code Review
TCI - Change methods to protected in MultiReferenceSWTRenderer

Subclasses of MultiReferenceSWTRenderer often have the problem that too
many of the MultiReferenceSWTRenderer methods are private. This patch
changes some of them to protected for easier customizing.

Change-Id: I49210bebf7e7d9221a8173dedbe4acc6a99c0335
Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.control.multireference/src/org/eclipse/emf/ecp/view/internal/control/multireference/MultiReferenceSWTRenderer.java
Commit ab95c7f0a306881e8e121852858b05a56b426f01 by Eugen Neufeld
TCI - Update Button Enabling after the rootDomainModel has changed

When a rootDomainModel was changed the MultiReferenceSWTRenderer did not
update the enabling of its buttons. In certain cases the buttons were
then disabled/enabled when they should not be.

Change-Id: I0dd417e4e2dba21478999d4a3bd085209f5b3cda
Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.control.multireference/src/org/eclipse/emf/ecp/view/internal/control/multireference/MultiReferenceSWTRenderer.java
Commit 6b62bd4d75cf57728d6b52e17223f29d7a5e234f by Eugen Neufeld
TCI - Fix possible NPE

Change-Id: I8dcb44bc93f21299460abbffea23d565c19f9495
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.categorization.model/src/org/eclipse/emf/ecp/view/spi/categorization/model/DerivedAttributeAdapter.java
Commit 24eb81903a13afad94288e948cd8c5e7bd03995c by Eugen Neufeld
TCI - Added support for empty tree selection

Change-Id: Ifa282faef0a37a062bfab6852eae157bf5b22fdf
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt/src/org/eclipse/emf/ecp/view/spi/treemasterdetail/ui/swt/TreeMasterDetailSWTRenderer.java
Commit 945b90746d1ad0404c9982f29024ff48e1a35592 by Code Review
TCI - removed final modifier for protected method

The method is protected and should be overridable

Change-Id: I16dd36680dc80b94a5e6914b3fa3c021ff54323e
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.core.swt/src/org/eclipse/emf/ecp/view/spi/core/swt/renderer/TextControlSWTRenderer.java
Commit 1a71faf7886bfd9d1858d9223327ff75493fe269 by Code Review
TCI - fixed warning
include of directory in build.properties must and with "/"

Change-Id: I083b4e3ec6c5f18a4b33fe00f1d4c6541b679236
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.rulerepository.tooling/build.properties
Commit e13738611e397fa79e52ed607dad041c09858fab by Eugen Neufeld
TCI - removed warning

fixed JavaDoc and removed unnecessary cast

Change-Id: I226254145f764882e7c06c7b40d47b99b592401e
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.table/src/org/eclipse/emfforms/spi/swt/table/TableViewerCompositeBuilder.java
Commit c8ee4f09903cd72f4de45bd2adf1b916184cbef4 by Johannes Faltermeier
Bug 506052 - Grid Table Renderer Scrolling and Editor Deactivation

Change-Id: Iad2c628a3b71c4db7d440eff02132a1fa9b9f41f
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridControlSWTRenderer.java
Commit 5a4ea24c81dd505c6d4fa2cb9027f93fbb7e3c2f by Johannes Faltermeier
TCI - TreeMasterDetailComposite - add missing layout call after cached
view is reused

Change-Id: Iad2bdcdc771e32a2dd75c7530a7d7533712f5657
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/src/org/eclipse/emfforms/spi/swt/treemasterdetail/TreeMasterDetailComposite.java
Commit 453b8f0add91a568e3e61964737169a04b8fe8f7 by Johannes Faltermeier
Bug 506207 - [GenericEditor] Reveal does not work when element was not
visible any time before

Change-Id: I22217adfb671d9aa5fde59a39019964d3ab70044
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.editor/src/org/eclipse/emfforms/spi/editor/GenericEditor.java
Commit ac5f4326a9c2995e032005291494de7f140a5cec by Johannes Faltermeier
Bug 506221 - [TMD-API] Diagnostic-Cache revalidation trigger

* revalidate touch notifications when event type is user defined

Change-Id: I9de31f0d38172b06ef4c000ed1ccd46d2109f150
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/src/org/eclipse/emfforms/spi/swt/treemasterdetail/diagnostic/DiagnosticCache.java
Commit e1a8b1327c698cc0d940ac5cb2395f0c16eb3936 by Eugen Neufeld
Bug 506276 - TableControl should allow disabling objects for edit

Change-Id: Ibf62ccf9fcb95329d4ff58c40bf6e6e25d07c736
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.swt/src/org/eclipse/emf/ecp/view/spi/table/swt/TableControlSWTRenderer.java
Commit d7c0d629837fafd4de25382483bcc993e937a05b by Eugen Neufeld
TCI - Change to use 1.11 update site

Change-Id: Ib8a27d3acc817552a04d31f87d2a12242e1f894e
The file was modified releng/spreadsheet/org.eclipse.emfforms.spreadsheet.releng.target/emfforms_spreadsheet.target
The file was modified releng/org.eclipse.emf.ecp.target.rap/ecpRAP_withECP.target
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.rap/makeithappen_RAP.target
The file was modified examples/org.eclipse.emf.ecp.makeithappen.application.sample.rap.j2ee/makeithappen_RAP.target
Commit ad0f9634ce65fd23741b25a4e09136a4ea115e68 by Eugen Neufeld
Two Implementations Avoids IllegalArgumentException: The class ... is
not a valid classifier

Change-Id: Ib046d677d9fbbd23ca92fd0b5d490387cea24dd6
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.ui/src/org/eclipse/emf/ecp/spi/ui/ECPReferenceServiceImpl.java
Commit 6c1dae6558354e328577413425197b96c3473488 by Code Review
Bug 506567 - ClassCastException below CreateNewInstanceAction.shouldShow
(thrown in Class.cast)

Change-Id: I73556b183ea2a5db6dd990ffcd287fb9a608dc9b
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.editor.ecore/src/org/eclipse/emfforms/internal/editor/ecore/actions/CreateNewInstanceAction.java
Commit 1aa0ac1146df05d319f5163824e34f451bc1499b by Eugen Neufeld
TCI - Removed unnecessary dependencies

Change-Id: I2e01be29a9b0303b864cc3f2175631be6dea4678
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.editor/META-INF/MANIFEST.MF
Commit 31523130290da98866e0f5406d9434ca691e15c7 by Code Review
Bug 506564 - ClassCastException below
EMFFormsEditSupportImpl.getEnumLiteral (thrown in Class.cast)

Change-Id: Ia3c75c712eb9f63ffa3c40e89d505acbc6af5b04
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.core.services.editsupport/src/org/eclipse/emfforms/internal/core/services/editsupport/EMFFormsEditSupportImpl.java
Commit 46be860cbb9f5497189004c27986194855b19bcc by Johannes Faltermeier
TCI - Allow Build to consume Edapt 1.2.1

Change-Id: If29f916ff0af7fe1c95312959f754ba5a0916ae4
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified releng/org.eclipse.emf.ecp.target.rcp/ecp.target
Commit 016463c7e986f2e1d7b73c25fbf8eed50d4398c3 by Alexandra Buzila
Bug 507211 - VMProperties callback for TMDComposite

Change-Id: Ic089ee4216bb4b2c76d1f3f4ceba63229258f4e3
Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
The file was addedbundles/org.eclipse.emf.ecp.view.model.common/src/org/eclipse/emf/ecp/view/spi/common/callback/ViewModelPropertiesUpdateCallback.java
The file was modified bundles/org.eclipse.emf.ecp.view.model.common/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/src/org/eclipse/emfforms/spi/swt/treemasterdetail/TreeMasterDetailComposite.java
Commit 5d2b5d18ad7d9253e36ac7c4293775ee7d96727e by Code Review
Bug 507203 - Offer commands which allow progress reporting

* Paste commands which uses progress compound commands to pass a
progress monitor.
* commands which report progress and read from the event queue
* ReportSetHelpers allows to pass in an AdapterFactoryEditingDomain, so
that user may override createCommand and still use the current methods
in a convinient way

Change-Id: I2a38a18dbb5c9929a036d0bc24abbc3acb6f41e0
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was addedbundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/commands/ProgressPasteFromClipboardCommand.java
The file was addedbundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/commands/ProgressCompoundCommand.java
The file was addedbundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/commands/IProgressMonitorProvider.java
The file was addedbundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/commands/ProgressCopyCommandFactory.java
The file was modified bundles/org.eclipse.emfforms.editor/src/org/eclipse/emfforms/spi/editor/helpers/ResourceSetHelpers.java
The file was addedbundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/commands/IProgressMonitorConsumer.java
The file was addedbundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/commands/ProgressStrictCompoundCommand.java
The file was modified bundles/org.eclipse.emf.ecp.edit.swt/META-INF/MANIFEST.MF
The file was addedbundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/commands/ProgressAddCommand.java
Commit b54cf27327ea6d0ecdf4c285cd7f009380b935d5 by Johannes Faltermeier
Bug 507211 - VMProperties callback for TMDComposite

Change-Id: Iadb0f2ab1699bfe14a2ca0c9c73a3afb073ef87f
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.treemasterdetail/src/org/eclipse/emfforms/spi/swt/treemasterdetail/TreeMasterDetailComposite.java
Commit 4188c628476e133bc12356c026ad805b43fa0e83 by Jonas Helming
Bug 507396 - Rich text popup does not update model on Windows

set databinding to SWT.Modify for the RichTextControlSWTRenderer

Change-Id: I8f524b46ae25dd1a9683e57c13c351fadb318ac9
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.control.text.richtext/src/org/eclipse/emfforms/spi/swt/control/text/richtext/renderer/RichTextControlSWTRenderer.java
Commit 0b65c9ab51b7aa8e36fedd0133e94703aa822757 by Code Review
Bug 506932 - [View Model IDE] Allow Preview to load additional view
models

Change-Id: Id56f167e18135ba45c655a8e5ea69d13c7f40319
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
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.view.model.preview.e3/META-INF/MANIFEST.MF
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/.checkstyle
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/.settings/org.eclipse.jdt.core.prefs
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.common/build.properties
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.common/.project
The file was addedbundles/org.eclipse.emf.ecp.view.model.preview.common/OSGI-INF/org.eclipse.emf.ecp.view.model.preview.common.PreviewWorkspaceViewProvider.xml
The file was addedbundles/org.eclipse.emf.ecp.view.model.preview.e3/icons/manageViews.png
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/src/org/eclipse/emf/ecp/view/model/internal/preview/e3/views/PreviewView.java
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/src/org/eclipse/emf/ecp/view/model/internal/preview/messages.properties
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/.settings/org.eclipse.jdt.ui.prefs
The file was addedbundles/org.eclipse.emf.ecp.view.model.preview.e3/src/org/eclipse/emf/ecp/view/model/internal/preview/ManageAdditionalViewsDialog.java
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/src/org/eclipse/emf/ecp/view/model/internal/preview/Messages.java
The file was addedbundles/org.eclipse.emf.ecp.view.model.preview.common/src/org/eclipse/emf/ecp/view/model/preview/common/PreviewWorkspaceViewProvider.java
Commit d36bd0f4196fa5bc5734b7d87c34ad6998367d6d by Alexandra Buzila
Bug 506724 - Evaluation of multiple rules for the same control

Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
Change-Id: Iabe9a2efc64e69f7f057f0c9cc02be0ef6d940be
The file was modified bundles/org.eclipse.emf.ecp.view.rule/src/org/eclipse/emf/ecp/view/internal/rule/RuleService.java
The file was modified tests/org.eclipse.emf.ecp.view.rule.test/src/org/eclipse/emf/ecp/view/rule/test/RuleService_PTest.java
Commit 3381379bca026f0f2976887ed5c67592e3c19eab by Alexandra Buzila
TCI - NPE in TextControlSWTRenderer.ModelToTargetUpdateStrategy

Change-Id: Ia71c403a1a215dd63d7cd3f6f4c01146338cdd11
Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.core.swt/src/org/eclipse/emf/ecp/view/spi/core/swt/renderer/TextControlSWTRenderer.java
Commit afcd7785d55697ec902de078666561d373336ca5 by Code Review
TCI - fixed warning setting

Turned "redundant super interfaces" warning of for generated .edit
bundles.

Change-Id: I84f8d0c1ad3fc42a578db7904effe967264591f5
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.rulerepository.model.edit/.settings/org.eclipse.jdt.core.prefs
Commit 781ed1884fdec1bceb0a54ec6df5c87186020a5a by Eugen Neufeld
TCI - fixed warning

Added missing package export (SPI package)

Change-Id: Iea970e170988c82f5f11b1b32aab9e20f7e18c61
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.swt.control.text.richtext/META-INF/MANIFEST.MF
Commit 40239f4518b4a234397b9745835735bddbcf485b by Jonas Helming
TCI - removed warning

Added Copyright header

Change-Id: I3659411cbe942cf52e934174ed582086aa604b51
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
The file was modified tests/org.eclipse.emf.ecp.view.core.swt.tests/src/org/eclipse/emf/ecp/view/internal/core/swt/renderer/ViewRenderer_PTest.java
Commit 7bb1a953f399525840fa79e7727a35a27f444a7e by Stefan Dirix
Bug 508038 - Disable Paste on disabled Nebula Grids

* Do not paste when the VControl is either not enabled or is set to
read-only.
* Do not paste on read-only columns.

Bug: 508038
Change-Id: I01a47af34ab038aa7a685663809878eb05b8ef25
Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridPasteKeyListener.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridControlSWTRenderer.java
Commit 5375f756b0c1fb9f05b892e40844c56372ee7817 by Stefan Dirix
Bug 508051 - Add 'Clear' and 'Cut' Operations to Nebula Grid

Implements and adds GridClearKeyListener and GridCutKeyListener to the
rendered Nebula Grid.

Bug: 508051
Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
Change-Id: Icfec2a266e82ecb83010dff6f99b944efa58c223
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridCopyKeyListener.java
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridClearKeyListener.java
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/KeyListenerUtil.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/spi/table/nebula/grid/GridControlSWTRenderer.java
The file was addedbundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridCutKeyListener.java
Commit 7639c2c12ee8cf8d37965454ec4c91c71564c730 by Johannes Faltermeier
Bug 508373 - Improve Copy and Paste on Nebula Grids

* Copy Boolean Values
* Support pasting "empty" cells
* Avoid exceptions when pasting data with larger dimensions than the
grid itself
* Properly handle "\r\n" newlines when pasting

Bug: 508373
Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
Change-Id: I81b26a639743deb5fabbd3cdd299d922c09eda25
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridCopyKeyListener.java
The file was modified bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/table/ECPCellEditor.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.ui.nebula.grid/src/org/eclipse/emf/ecp/view/internal/table/nebula/grid/GridPasteKeyListener.java
The file was modified bundles/org.eclipse.emf.ecp.view.table.celleditor.rcp/src/org/eclipse/emf/ecp/view/internal/table/celleditor/rcp/BooleanCellEditor.java
Commit eba6f11946156156f0edd2e3c091ff2363b62f99 by Alexandra Buzila
Bug 508118 - Ecore Editor fails to load with NPE


Change-Id: I13abb04306fb566340eb3d3e2094c4e36b70fedb
Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
The file was modified bundles/org.eclipse.emfforms.editor/src/org/eclipse/emfforms/spi/editor/GenericEditor.java
Commit 4ba0c6ae8f50ee1d4c43b793e5624bcfb2b65f85 by Alexandra Buzila
Bug 508119 - Icon and title are not aligned for View Editor/Preview

Change-Id: Ife586da81798b5200b6f0c448c292a29af60197d
Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
The file was modified bundles/org.eclipse.emf.ecp.view.treemasterdetail.ui.swt/src/org/eclipse/emf/ecp/view/spi/treemasterdetail/ui/swt/TreeMasterDetailSWTRenderer.java
The file was modified bundles/org.eclipse.emfforms.editor/src/org/eclipse/emfforms/internal/editor/ui/EditorToolBar.java
The file was modified bundles/org.eclipse.emf.ecp.view.model.preview.e3/src/org/eclipse/emf/ecp/view/model/internal/preview/e3/views/PreviewView.java