Skip to content

Changes

Summary

  1. Use latest version of sonar-maven-plugin (details)
  2. exclude junit4 files from analysis (details)
  3. 502147: Validation support in generated code (details)
  4. 497232: Fixing NPE (details)
  5. a few sonar issues (details)
  6. avoid magic numbers (details)
  7. alternative implementation of default case (details)
  8. removed useless fields in editor (details)
  9. cleaned up a few tests (details)
  10. explicitly set Java 6 compilation level in examples (details)
  11. 502147: regenerated examples' code (details)
  12. 502147: updated documentation (details)
  13. Initial tests for compile/instantiate/execute (details)
  14. 497232: Fixing NPE asynchronous scenario (details)
  15. 497232: test for NPE asynchronous scenario (details)
  16. Tycho 0.25 (details)
  17. deal with p2.mirrorsURL for artifacts.xml.xz (details)
  18. add p2.mirrorsURL to RAP repository as well (details)
  19. 507595 Adding Sortable to Table Columns (details)
  20. Fixed specific 1.6 compiler level (details)
  21. Increased -Xmx384m to -Xmx1024m in all launches (details)
  22. run dsl.tests with tycho-surefire (details)
  23. changed names of JUnit test cases (details)
  24. don't use injector provider custom (details)
  25. Adapted dsl execution test (details)
  26. Refactored EMF,CDO and RAP references (fixed in uppercase) (details)
  27. 507595: fixed column sorting (details)
  28. 507595: another test for string comparison (details)
  29. renamed other SWTBot tests packages (details)
  30. removed AbstractOutlineWorkbenchTest (details)
  31. guice module check if the passed plugin is null (details)
  32. getPlugin checks whether the passed Bundle is not null (details)
  33. Simplified PluginUtil (details)
  34. renamed swtbot tests package (details)
  35. use the constructor passing null plugin (details)
  36. 509291: Date component with default style must be fixed on Mac (details)
  37. Oomph: show all gerrit reviews in mylyn query (details)
  38. Make SWTBot tests on dirty state more robust (details)
  39. 494945: added annotations noextend noinstantiate (details)
  40. API baseline 1.1.0 (details)
  41. Updated download links (details)
  42. Increased version 1.2.0 for the next release (details)
  43. Oomph setup for Oxygen Simrel (details)
  44. decreased swtbot.timeout (details)
  45. regenerated example library model code (details)
  46. regenerated example library edit code (details)
  47. increased swtbot.timeout to 20 seconds (details)
  48. 509684: regenerated example library editor code (details)
  49. 509684: EMF Parsley Editor problem with Properties view in Oxygen (details)
  50. 509684: Use old version of EditUIUtil.getURI (details)
  51. Use the new CBI aggregator (details)
Commit 7d2d8968f2002c49301b6effe8065ec1554cfb19 by Lorenzo Bettini
Use latest version of sonar-maven-plugin

Change-Id: I99324645dfd249d3fed73aa668ec22f32cd5e023
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
The file was modified releng/org.eclipse.emf.parsley.parent/pom.xml (diff)
Commit 676248d8a98737200550b1c47ae78f129a3dd5b5 by Lorenzo Bettini
exclude junit4 files from analysis

Change-Id: I4f5bade848d6068d1fa8c7301625c6f385a1f2f9
The file was modified releng/org.eclipse.emf.parsley.parent/pom.xml (diff)
Commit aa83bd322cdf04828740792b3ba980117a4afb8e by Francesco Guidieri
502147: Validation support in generated code

Generated code signatures
Delegation to DataBindingHelper
Using new DataBindingHelper in generated methods
Polimorphic dispatcher updated
Comments and packaging

Change-Id: I9560188605279ca4824cb5b8ca8e5ca5f6ce6907
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=502147
Signed-off-by: Francesco Guidieri <francesco.guidieri@gmail.com>
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTests.xtend (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/EmfParsleyDslJvmModelInferrer.xtend (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/composite/AbstractControlFactory.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/CustomDialogControlFactoryTest.xtend (diff)
The file was addedplugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/internal/databinding/DataBindingHelper.java
Commit 45ad2872f3599620f41b1a7b5a8b01f9559f74a0 by Francesco Guidieri
497232: Fixing NPE

Change-Id: Iee12c0aee96a028b6880a476d7e495dbcde791ae
Signed-off-by: Francesco Guidieri <francesco.guidieri@gmail.com>
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FormDetailCompositeTest.xtend (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/composite/FormDetailComposite.java (diff)
Commit d2c0ee86feb0578338e8f19c61dc13f0f2ea3aa0 by Lorenzo Bettini
a few sonar issues

Change-Id: I0b55773c1cd13354e480be5fa7454fc431cf603f
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingActionManager.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java (diff)
Commit bc7ed160d6408c4c1d4959b05e1796142f7d6f82 by Lorenzo Bettini
avoid magic numbers

Change-Id: I6c60a17faad4d30ee64032568dca155d8677cb7d
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectCreatorCustom.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/composite/AbstractControlFactory.java (diff)
Commit b95d817d8d5cf021f88ba52f0d60dc2261b28609 by Lorenzo Bettini
alternative implementation of default case

Change-Id: I64c2cb82dacbdac9389f45c7abe1af4e928fc3e3
The file was modified plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java (diff)
Commit 4b5b58b289f40e79a84e097ef7b37694d9b5d185 by Lorenzo Bettini
removed useless fields in editor

Change-Id: I144355ee2ee248e52eeb952fd4a1b161e755acb0
The file was modified plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfEditorContentOutlinePage.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java (diff)
Commit 4105d5ec4ced1683501712935edf0fcfe2c6952d by Lorenzo Bettini
cleaned up a few tests

Change-Id: I5bef4bbba962e8dfb3ff17dbe7d765900bccdda2
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FormDetailCompositeTest.xtend (diff)
The file was addedtests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/util/CustomDialogControlFactoryForTestsWithCallToBindValude.java
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/CustomDialogControlFactoryTest.xtend (diff)
Commit 4adb747c1683a1b2f4f816ae07234e2cd1529c53 by Lorenzo Bettini
explicitly set Java 6 compilation level in examples

Otherwise code generation might generate Java 7 String switch or Java 8
lambdas

Change-Id: Ibbba50bc7189558dd665858e08ccb9741843054d
The file was addedexamples/org.eclipse.emf.parsley.examples.cdo.company.ui.products/.settings/org.eclipse.jdt.core.prefs
The file was addedexamples/org.eclipse.emf.parsley.examples.cdo.company.ui.orders/.settings/org.eclipse.jdt.core.prefs
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.treeform/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedexamples/org.eclipse.emf.parsley.examples.cdo.company.ui.customers/.settings/org.eclipse.jdt.core.prefs
The file was addedexamples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/.settings/org.eclipse.jdt.core.prefs
The file was addedexamples/org.eclipse.emf.parsley.examples.mail.messageview/.settings/org.eclipse.jdt.core.prefs
The file was addedexamples/org.eclipse.emf.parsley.examples.mail.accountsview/.settings/org.eclipse.jdt.core.prefs
The file was addedexamples/org.eclipse.emf.parsley.examples.mail.mailsview/.settings/org.eclipse.jdt.core.prefs
Commit 76af9ded4bce3d2836e9a4cbf0b1bdbc1daf9976 by Lorenzo Bettini
502147: regenerated examples' code

Change-Id: I9c2bab39f8461c0cad9476b65694a092803cd422
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=502147
The file was modified examples/org.eclipse.emf.parsley.examples.mail.accountsview/emfparsley-gen/org/eclipse/emf/parsley/examples/mail/accountsview/ui/provider/AccountsviewLabelProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.messageview/emfparsley-gen/org/eclipse/emf/parsley/examples/mail/messageview/binding/MessageviewFormControlFactory.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.maven/emfparsley-gen/org/eclipse/emf/parsley/examples/maven/binding/MavenDialogControlFactory.java (diff)
Commit 374d78a8a9e63a60ccf06f17e6d19042dddddf94 by Lorenzo Bettini
502147: updated documentation

Change-Id: Ifd42c3dd6f3930120633ed06fb916cd007d44d40
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=502147
The file was modified doc/org.eclipse.emf.parsley.doc/contents/06-Customization.html (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/xdoc/documentation/06-Customization.xdoc (diff)
Commit a53b0c411870fc675c1ad2c0cb705a852d67390c by Lorenzo Bettini
Initial tests for compile/instantiate/execute

Change-Id: I80c4469caeee91cb642d3f8af8afb74da9cab86e
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslExecutionTests.xtend
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/META-INF/MANIFEST.MF (diff)
Commit acddf133058b1138170350e09829453f4d4ed399 by Francesco Guidieri
497232: Fixing NPE asynchronous scenario

Added isDisposed check in FormControlFactoring

Change-Id: I8597b112f6a368c9149635d4e935c7fa383411ac
Signed-off-by: Francesco Guidieri <francesco.guidieri@gmail.com>
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/composite/FormDetailComposite.java (diff)
Commit 4ae033bbb9de78c6729eab6b1d0903a499c353c0 by Lorenzo Bettini
497232: test for NPE asynchronous scenario

Test for isDisposed check in FormDetailComposite

Change-Id: I9add85f3b36cede35b39a16f0237d42f0cd71f01
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FormDetailCompositeTest.xtend (diff)
Commit fb19510dcc0f8482e0495730de0c3ba5f506d8b2 by Lorenzo Bettini
Tycho 0.25

Change-Id: Ieca68f127d4e23c521cf901a47f0e1b24f1c7e93
The file was modified releng/org.eclipse.emf.parsley.parent/pom.xml (diff)
Commit 0f3c9b04a9e97f47eb7c71f5b6f1a39dd15dd399 by Lorenzo Bettini
deal with p2.mirrorsURL for artifacts.xml.xz

Change-Id: I13b5728751696fb103d9c8a8a911c358dfab9c81
The file was modified releng/org.eclipse.emf.parsley.parent/pom.xml (diff)
The file was modified releng/org.eclipse.emf.parsley.repository/pom.xml (diff)
Commit 0f0f9f9f026db8cd7ec0ef55d72283c43ec69bf2 by Lorenzo Bettini
add p2.mirrorsURL to RAP repository as well

Change-Id: I6e7da27952a259adcb7bae00d0159f1e2b1df167
The file was modified releng/org.eclipse.emf.parsley.rap.repository/pom.xml (diff)
Commit ce908e088abc8c71634481f439ea6273d31a1b46 by Francesco Guidieri
507595 Adding Sortable to Table Columns

Change-Id: I80a5605e36b10daa0ec90c082c37c58d332f6501
Signed-off-by: Francesco Guidieri <francesco.guidieri@gmail.com>

https://bugs.eclipse.org/bugs/show_bug.cgi?id=507595

Change-Id: I80a5605e36b10daa0ec90c082c37c58d332f6501
The file was modified plugins/org.eclipse.emf.parsley.common/META-INF/MANIFEST.MF (diff)
The file was addedplugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/internal/viewers/GenericFeatureViewerComparator.java
The file was modified tests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/util/TestmodelsValidator.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/util/TestmodelsAdapterFactory.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/TestmodelsPackage.java (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/impl/ClassForCompareImpl.java
The file was modified tests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/TestmodelsFactory.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/TableViewerColumnBuilderTest.xtend (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/TableViewerColumnBuilder.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.models/model/ParsleyTests.ecore (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/util/TestmodelsSwitch.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/impl/TestmodelsPackageImpl.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyUtilTest.xtend (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/ClassForCompare.java
The file was addedtests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/GenericFeatureViewerComparatorTest.xtend
The file was modified tests/org.eclipse.emf.parsley.tests.models/src/org/eclipse/emf/parsley/tests/models/testmodels/impl/TestmodelsFactoryImpl.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfParsleyUtil.java (diff)
Commit 5eccc1e2c5d2670a20537cdd47580f57598e66bf by Vincenzo Caselli
Fixed specific 1.6 compiler level

Change-Id: I5eb3a6999f13f6227a956c8be7a569ecfd18c94a
Signed-off-by: Vincenzo Caselli <vincenzo.caselli@rcp-vision.com>
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/.settings/org.eclipse.jdt.core.prefs (diff)
Commit 531ac49e3b7fc97741a38e0fc8cb54291d0b4f81 by Lorenzo Bettini
Increased -Xmx384m to -Xmx1024m in all launches

Especially the Maven launches, otherwise running mwe2 might run out of
memory

Change-Id: I2450c8bb633cf1a5825caab17315482be6cf0703
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDslEditorTests.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent SWTBOT Other Display.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyTestViewsTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleySaveableViewTests.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent Test RAP Release Composite (without signing).launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo/EmfParsleyCdoSWTBotTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyFormTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDialogTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyFormBasedDialogTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/suites/EmfParsleySwtBotAllTestsUsingFeature.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent Maven Clean Install.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/Launch Runtime Eclipse Parsley Runtime Tests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyOnSelectionViewTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyEditorTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/suites/EmfParsleySwtBotAllTests.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent SWTBOT Only.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyProvidersTests.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent No Findbugs.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent Test eclipse-sign (without signing).launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDslWizardsTests.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent LUNA.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/Launch Runtime Eclipse Parsley.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyProvidersBasedOnViewTests.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent INDIGO Other Display.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent Test Release Composite (without signing).launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.e4/EmfParsleyEclipse4ExampleTest.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyExamplesWizardsTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/suites/EmfParsleySwtBotAllTestsUsingAnotherDISPLAY.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyEditableTableTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.examples/EmfParsleyMailExampleTest.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/Launch Runtime Eclipse Parsley (RAP Runtime).launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent RAP.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent INDIGO.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent KEPLER Other Display.launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent KEPLER.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyTextUndoRedoTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyEditingStrategyTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo/EmfParsleyCdoSWTBotTests (Other Display).launch (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDragAndDropTests.launch (diff)
Commit b4133b8d0107cb3ffa540e9b67881be54fec37f6 by Lorenzo Bettini
run dsl.tests with tycho-surefire

Since Xtext 2.10 the correct classloader is used for running tests

Change-Id: Ief4a183465731a4ecc9d74dd166cbcb33fb15470
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslValidatorTests.xtend (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml (diff)
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/oldstuff/pom-with-maven-surefire.txt
Commit f35feb69e0836522a1718806bd865a8369f757ca by Lorenzo Bettini
changed names of JUnit test cases

So that they match what surefire expects by default

Change-Id: I249e39e91c2d1f38fba56362ed2e9a0fad6dd4fe
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyTemplateWizardConfigurationTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlLoaderTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslSmokeTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslNewProjectFilesTests.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGuiceModuleHelperTest.xtend
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslProjectWizardAllTests.java (diff)
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslOrganizeImportsTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTests.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslOrganizeImportsTest.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslFormatterTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAbstractTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGuiceModuleHelperTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorUtilsTests.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyProjectFilesGeneratorUtilTest.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyTemplateWizardConfigurationTest.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlGeneratorTest.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslSmokeTest.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslFormatterTest.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyTemplateWizardConfigurationFactoryTests.xtend
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslParsingTest.xtend (diff)
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTest.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslValidatorTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslScopingTests.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyProjectFilesGeneratorUtilTests.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslScopingTest.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAbstractTest.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyTemplateWizardConfigurationFactoryTest.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlGeneratorTests.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslValidatorTest.xtend
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorUtilsTest.xtend
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAllTests.java (diff)
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlLoaderTest.xtend
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml (diff)
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslNewProjectFilesTest.xtend
Commit 5f6ffbd10a87e40bda3a1fbc41ce0a1c958bd293 by Lorenzo Bettini
don't use injector provider custom

Since Xtext 2.10 this is not needed anymore

Change-Id: Ib861cf9d93076f26bdd191b638a89507c38cd463
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTest.xtend (diff)
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/EmfParsleyDslInjectorProviderCustom.java
Commit 9c868e581b6da2ecfd49aeeaaa3584c8c7bd524b by Lorenzo Bettini
Adapted dsl execution test

Change-Id: Icc0907205fa08587c8597c0e2bbefeef7a2195d6
The file was addeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslExecutionTest.xtend
The file was removeddsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslExecutionTests.xtend
Commit 85e254e4c4778a3157b9d8c33dfe8c037be1f952 by Vincenzo Caselli
Refactored EMF,CDO and RAP references (fixed in uppercase)

Change-Id: I8694fdfc65d0a1f8189bdd8ce2a261bf0167507d
Signed-off-by: Vincenzo Caselli <vincenzo.caselli@rcp-vision.com>
The file was modified examples/org.eclipse.emf.parsley.examples.rap.targetplatform/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.emf.parsley.dev.doc/xdoc/sources/GettingSources.xdoc (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.rcp/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/composite/AbstractControlFactory.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.views/plugin.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.rap.targetplatform/emf-parsely-rap.target (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/contents/AdvancedFeatures.html (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslOutlineTest.xtend (diff)
The file was modified releng/org.eclipse.emf.parsley.repository/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui/plugin.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.product.feature/EmfParsleyMail.product (diff)
The file was modified plugins/org.eclipse.emf.parsley.wizards/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.firstexample/emfparsley-gen/org/eclipse/emf/parsley/examples/firstexample/FirstexampleEmfParsleyGuiceModule.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.treeform/emfparsley-gen/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformEmfParsleyGuiceModule.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.wizards/plugin.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.standalone.lib/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.product.feature/org.eclipse.emf.parsley.examples.cdo.product (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/Unifiedfoldersview.parsley (diff)
The file was modified releng/org.eclipse.emf.parsley.rap.repository/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.server/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.rap.ui/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.emf.parsley.doc.websitegen/website/GeneratedContents/include.php (diff)
The file was modified doc/org.eclipse.emf.parsley.doc.websitegen/website/GeneratedContents/GettingSources.html (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.rcp/old/plugin.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/xdoc/documentation/AdvancedFeatures.xdoc (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/xdoc/documentation/00-Main.xdoc (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/contents/00-Main_6.html (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.product.feature/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.junit4/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.runtime/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.emf.parsley.rap.repository/category.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.pde.utils.luna/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.junit4/src/org/eclipse/emf/parsley/junit4/AbstractEmfParsleyTest.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.messageview/emfparsley-gen/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewEmfParsleyGuiceModule.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.views/plugin.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.rcp/plugin.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectTemplateSelectionPage.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.ui.examples/plugin.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyTemplateWizardConfigurationFactoryTest.xtend (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/EmfParsleyCdoSWTBotTests.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.orders/emfparsley-gen/org/eclipse/emf/parsley/examples/cdo/company/ui/orders/OrdersEmfParsleyGuiceModule.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.model/plugin.properties (diff)
The file was modified plugins/org.eclipse.emf.parsley.runtime/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/contents/00-Main.html (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.accountsview/emfparsley-gen/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewEmfParsleyGuiceModule.java (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyTemplateWizardConfigurationTest.xtend (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.runtime.common/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySWTBotAbstractTests.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.customers/emfparsley-gen/org/eclipse/emf/parsley/examples/cdo/company/ui/customers/CustomersEmfParsleyGuiceModule.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/module.parsley (diff)
The file was modified plugins/org.eclipse.emf.parsley.ui.examples/about.properties (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslNewProjectFilesTest.xtend (diff)
The file was modified plugins/org.eclipse.emf.parsley.generator.common/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/build_xdoc_files/src/workflow/GenerateDocs.rename_mwe2 (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/module.parsley (diff)
The file was modified plugins/org.eclipse.emf.parsley.junit4/src/log4j.properties (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/module.parsley (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.accountsview/emfparsley-gen/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewEmfParsleyGuiceModule.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/Accountsview.parsley (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/WorkbenchActionBarContributor.java (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/contents/00-Main_4.html (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.orders/src/org/eclipse/emf/parsley/examples/cdo/company/ui/orders/module.parsley (diff)
The file was modified doc/org.eclipse.emf.parsley.doc.websitegen/website/GeneratedContents/index.php (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.mailsview/emfparsley-gen/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewEmfParsleyGuiceModule.java (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/contents/00-Main_5.html (diff)
The file was modified plugins/org.eclipse.emf.parsley.ui.examples/build.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/org.eclipse.emf.parsley.examples.eclipse4.product (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl/about.properties (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.products/src/org/eclipse/emf/parsley/examples/cdo/company/ui/products/module.parsley (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.additional.builder/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.rcp/plugin.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectFiles.xtend (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.cdo/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.additional.builder/plugin.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/about.properties (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/module.parsley (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.customers/src/org/eclipse/emf/parsley/examples/cdo/company/ui/customers/module.parsley (diff)
The file was modified plugins/org.eclipse.emf.parsley.cdo.common/about.properties (diff)
The file was modified plugins/org.eclipse.emf.parsley.cdo/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.standalone/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.cdo.common/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.wizards/old/NewEmfParsleyProjectWizard.java (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/config/Configurator.java (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/contents/toc.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfCommandsUtil.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.products/emfparsley-gen/org/eclipse/emf/parsley/examples/cdo/company/ui/products/ProductsEmfParsleyGuiceModule.java (diff)
The file was modified releng/org.eclipse.emf.parsley.repository/category.xml (diff)
Commit f66d83dcd26c8197ae267f66eb6d3d594c4d6a4f by Lorenzo Bettini
507595: fixed column sorting

Change-Id: I661f96dad7739f1d5fb77911df31475b3d35fb38
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=507595
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/TableViewerColumnBuilder.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/TableViewerColumnBuilderTest.xtend (diff)
Commit 6af10112b390904dabad9c823a20ff76494dd7e4 by Lorenzo Bettini
507595: another test for string comparison

Change-Id: I40f1945660686e55710f732f0fb02454d86c82cf
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=507595
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyUtilTest.xtend (diff)
Commit a7d1cfdcb8dec3e6fbd78466df50c2373b721c4e by Lorenzo Bettini
renamed other SWTBot tests packages

Change-Id: Icdbc8027d9537cad4dc826c1cdd10c33d7415e64
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot.e4/src/org/eclipse/emf/parsley/tests/EmfParsleyEclipse4ExampleTest.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot.examples/src/org/eclipse/emf/parsley/tests/swtbot/examples/EmfParsleyMailExampleTest.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.e4/EmfParsleyEclipse4ExampleTest.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.examples/EmfParsleyMailExampleTest.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot.examples/src/org/eclipse/emf/parsley/tests/EmfParsleyMailExampleTest.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot.e4/src/org/eclipse/emf/parsley/tests/swtbot/e4/EmfParsleyEclipse4ExampleTest.java
Commit b7b3c1ed06da078a1e16e6bd47825641fdbc1ce4 by Lorenzo Bettini
removed AbstractOutlineWorkbenchTest

AbstractOutlineTest is now part of Xtext JUnit framework

Change-Id: Ic773f1ebdd74b2fe03ec519885c2283a2a2683e5
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui.tests/build.properties (diff)
The file was removeddsl/org.eclipse.emf.parsley.dsl.ui.tests/additional/org/eclipse/xtext/ui/tests/editor/outline/AbstractOutlineWorkbenchTest.java
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui.tests/.classpath (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslOutlineTest.xtend (diff)
Commit 065f79f812b8732a3bf444542e6f5d45d3f89152 by Lorenzo Bettini
guice module check if the passed plugin is null

If it is null, it defaults to the EmfParsleyJavaGuiceModule behavior

Change-Id: Iddb00c342181c5d98b0acc746612f28473142b3a
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyGuiceModule.java (diff)
Commit e508cce3cbb3d4dea1c22dca92eb3b242c3d8c57 by Lorenzo Bettini
getPlugin checks whether the passed Bundle is not null

Change-Id: I37431eee31bd667b484c557131adfd33e04829a6
The file was modified plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/PluginUtil.java (diff)
Commit 976630d46ac5c4eedf95cf3fc8cdd56566344cdb by Lorenzo Bettini
Simplified PluginUtil

Change-Id: I0916fbae3661bd3576b771482dcb7de95820f828
The file was modified plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/PluginUtil.java (diff)
Commit 80580921f91dbeff9e8fd138dafa6b1f50556f76 by Lorenzo Bettini
renamed swtbot tests package

So that we can easily recognize SWTBot tests in Hudson

Change-Id: I2b1b826c498e2dbac85755a98f9ac85b3ad74698
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomLabelExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/TestSaveableResourceTableWithEditView.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDslWizardsTests.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeViewWithColumns.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/activator/EmfParsleySwtBotTestsActivator.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryModule.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenDialogMouseEventExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomLibraryTableViewerContentProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestSaveableResourceTableView.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestSaveableTreeView.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryFormControlFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySaveableViewTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyFormBasedDialogTests.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/UndoableEditingStrategyExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestViewsTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestSaveableResourceTreeFormView.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyDragAndDropTests.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/META-INF/MANIFEST.MF (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/providers/TestFeaturesProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySWTBotAbstractTests.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyProvidersTests.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestConfigurator.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyExamplesWizardsTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestOnSelectionLibraryBooksTableView.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/resource/TestLibraryResourceManager.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/suites/EmfParsleySwtBotAllTestsUsingFeature.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/EmfParsleyTestsExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/resourcelistening/ResourceListeningLibraryExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryModule.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFeatureCaptionProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/providers/LibraryEStructuralFeaturesAsStringsProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/labeling/CustomLibraryTableColumnLabelProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/utils/EmfParsleyTestsUtils.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDragAndDropTests.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingStrategyTests.xtend
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/providers/CustomElementsLibraryViewerContentProvider.xtend
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/OpenFormDialogMouseEventExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/labeling/CustomLibraryLabelProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomLibraryViewerContentProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryTableViewerContentProviderExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomContentProviderLibraryModule.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomElementsContentProviderLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomLibraryTableViewerContentProviderExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/editabletable/EditableTableLibraryExecutableExtensionFactory.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/suites/EmfParsleySwtBotAllTestsUsingAnotherDISPLAY.launch (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/binding/CustomProposalCreator.xtend
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/labeling/CustomLibraryFormFeatureCaptionProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyOnSelectionViewTests.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryBooksTableFormView.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/utils/SWTBotEclipseEditorCustom.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyTestViewsTests.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryLabelProvider.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleySaveableViewTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyOnSelectionViewTests.launch (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/labeling/CustomLibraryFeatureCaptionProvider.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/plugin.xml (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/resourcelistening/ResourceListeningLibraryModule.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryBooksTableView.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenFormDialogMouseEventExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableView.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/suites/EmfParsleySwtBotAllTests.launch (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/providers/CustomLibraryTableViewerContentProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyFormTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/menu/CustomLibraryMenuBuilder.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryTreeFormView.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomElementsContentProviderLibraryModule.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsSuite.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyTextUndoRedoTests.launch (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyDslUiAbstractTests.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyGuiceModuleWithConfigurator.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/UndoableEditingStrategyExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestSaveableResourceTableFormView.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyDslWizardsTests.xtend
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyFormBasedDialogTests.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomElementsContentProviderLibraryModule.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleySaveableViewTests.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionTreeView.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestOnSelectionLibraryTreeFormView.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditorTests.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView2.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslUiAbstractTests.xtend
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyDialogAbstractTests.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/EmfParsleyTestsUtils.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/WaitForBuildCondition.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/providers/CustomLibraryViewerContentProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestOnSelectionLibraryBooksTableFormView.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyEditorTests.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomElementsLibraryViewerContentProvider.xtend
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyFormTests.launch (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestSaveableTreeViewWithColumns.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestSaveableTreeViewWithSpecificColumns.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryTreeViewWithResourceURI.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySwtBotTestsActivator.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyGuiceModuleWithConfigurator.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/EmfParsleyTestsExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryTableColumnLabelProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomElementsContentProviderLibraryExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesAsStringsProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/binding/CustomLibraryProposalCreator.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestConfigurator.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyDialogTests.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryModule.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomProposalCreator.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeViewWithSpecificColumns.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLabelExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomMenuBuilderLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/editabletable/TestSaveableResourceTableWithEditView.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormBasedDialogTests.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/README-launches.txt
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/pom.xml (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/menu/CustomLibraryMenuBuilder.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/editors/TestEditor.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyExamplesWizardsTests.launch (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyEditingStrategyTests.xtend
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/editors/TestEditor.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestOnSelectionTreeView.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyEditableTableTests.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/SWTBotEclipseEditorCustom.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyExamplesWizardsTests.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomProposalCreatorExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleySWTBotAbstractTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/providers/TestTableFeaturesProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFormFeatureCaptionProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesProvider.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDialogTests.xtend
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/utils/WaitForBuildCondition.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslWizardsTests.xtend
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDialogTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDragAndDropTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyEditingStrategyTests.launch (diff)
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTreeFormView.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomLibraryModule.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestSaveableTreeView2.java
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyDslEditorTests.launch (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/launches/EmfParsleyProvidersBasedOnViewTests.launch (diff)
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyEditableTableTests.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditableTableTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyDslEditorTests.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslEditorTests.xtend
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestTableFeaturesProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/resource/TestLibraryResourceManager.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyTestViewsTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/OpenDialogMouseEventExecutableExtensionFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDialogAbstractTests.xtend
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/suite/EmfParsleyTestsSuite.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/binding/CustomLibraryFormControlFactory.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomMenuBuilderLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/providers/LibraryEStructuralFeaturesProvider.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/factories/CustomContentProviderLibraryExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/views/TestOnSelectionLibraryTreeViewWithResourceURI.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryProposalCreator.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomProposalCreatorExecutableExtensionFactory.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyOnSelectionViewTests.java
The file was addedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleyEditorTests.java
The file was removedtests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableFormView.java
Commit b1e661619c5131447d7d72fdc22493f8a47240a6 by Lorenzo Bettini
use the constructor passing null plugin

Change-Id: I2566041c0489cdf775fe2821ff1d35a55535dbee
The file was modified tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyGuiceModuleForTesting.xtend (diff)
Commit b31a685342e4770af58edf852081698ed5d7ca79 by Lorenzo Bettini
509291: Date component with default style must be fixed on Mac

Change-Id: I591de3983a92ed5656e8436adeea524bbaa68086
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509291
The file was modified tests/org.eclipse.emf.parsley.tests/.classpath (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/build.properties (diff)
The file was addedtests/org.eclipse.emf.parsley.tests/snippets/snippet/SnippetBug509291.java
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractWidgetFactory.java (diff)
Commit 74a8159bc8a5042bd760a814ad82d14f2bdbc662 by Lorenzo Bettini
Oomph: show all gerrit reviews in mylyn query

Not only those from master branch

Change-Id: If3c0c546e960df88c87586c98f3a951df640870c
The file was modified devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup (diff)
Commit 2763c7be73a3884eef86063a1fd6b0043d1c2e85 by Lorenzo Bettini
Make SWTBot tests on dirty state more robust

We should retest the dirty state a few times, since the update of the
dirty state takes place in an asynchronous way

Change-Id: I6886b361e921389d3acdaf941fd3e88b4962ab07
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/swtbot/EmfParsleySWTBotAbstractTests.java (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/EmfParsleyCdoSWTBotTests.java (diff)
Commit c62132745f6de43b7f552ec93a5aefbabd7c9676 by Lorenzo Bettini
494945: added annotations noextend noinstantiate

Change-Id: I86b436df51099b8345365c3fe6362f34f69f6f2f
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=494945
The file was modified plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/internal/edit/ui/dnd/DynamicEditingDomainViewerDropAdapter.java (diff)
Commit 8f2f7206c0ae2e69a3a067e34a78d267d40b768c by Lorenzo Bettini
API baseline 1.1.0

Change-Id: Ic82f2c92f2435a0c0fcf04d0f1d8629b303084ad
The file was modified devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup (diff)
Commit 963bcc67d0daf1cd43ed273a08c3b3e5eb63a3b5 by Lorenzo Bettini
Updated download links

Change-Id: I608050b2604400e81945550333b0ad43d3e53913
The file was modified doc/org.eclipse.emf.parsley.doc.websitegen/src/org/eclipse/emf/parsley/doc/websitegen/generator/Download.xtend (diff)
The file was addeddoc/org.eclipse.emf.parsley.doc.websitegen/website/images/form-validation.png
Commit 49e6d7de08677717498b93df1faa3ad2b6e7ce78 by Lorenzo Bettini
Increased version 1.2.0 for the next release

Change-Id: I4ba8a7e0e7243a71814846e4b6692989364cb551
The file was modified features/org.eclipse.emf.parsley.web.feature/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.product.feature/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.runtime.common/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.treeform/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.cdo/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.views/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.editors/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.ui.examples/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.editors/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.feature/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.model/pom.xml (diff)
The file was modified features/org.eclipse.emf.parsley.junit4.feature/feature.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.e4/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.pde.utils.luna/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/pom.xml (diff)
The file was modified features/org.eclipse.emf.parsley.examples.feature/feature.xml (diff)
The file was modified features/org.eclipse.emf.parsley.sdk/pom.xml (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/pom.xml (diff)
The file was modified features/org.eclipse.emf.parsley.examples.feature/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/pom.xml (diff)
The file was modified features/org.eclipse.emf.parsley.sdk/feature.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.pde.utils.indigo/pom.xml (diff)
The file was modified releng/org.eclipse.emf.parsley.repository/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.additional.builder/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.pde.utils.indigo/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.cdo.feature/feature.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.mailsview/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.views/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.common/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.runtime/META-INF/MANIFEST.MF (diff)
The file was modified old/org.eclipse.emf.parsley.rap.site/feature.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.standalone/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.junit4/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.cdo/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/feature.xml (diff)
The file was modified features/org.eclipse.emf.parsley.rap.cdo.sdk/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.views/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.rap/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.messageview/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.runtime/pom.xml (diff)
The file was modified releng/org.eclipse.emf.parsley.rap.repository/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.web.tools/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.rap.sdk/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.web.servlets/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.runtime/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.cdo.tests/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.ui/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.models/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.rap.sdk/pom.xml (diff)
The file was modified features/org.eclipse.emf.parsley.rap.cdo.sdk/feature.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.cdo.tests/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.server/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.standalone.lib/pom.xml (diff)
The file was modified features/org.eclipse.emf.parsley.dsl.feature/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.cdo/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.runtime.common/pom.xml (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.editor/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.examples/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.server/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.cdo.common/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.model/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.editor/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.product.feature/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.web.servlets/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.accountsview/pom.xml (diff)
The file was modified features/org.eclipse.emf.parsley.cdo.feature/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.additional.builder/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ide/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui.tests/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.product.feature/feature.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.rap.model/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.e4/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.views/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.web.tools/templates/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.standalone/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.rap.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.editors.common/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.pde.utils.kepler/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ide/pom.xml (diff)
The file was modified devtools/org.eclipse.emf.parsley.workspace/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.standalone.lib/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.junit4/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.customers/META-INF/MANIFEST.MF (diff)
The file was modified devtools/org.eclipse.emf.parsley.rap.workspace/feature.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.examples.rap.feature/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.cdo.common/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.feature/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.views/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.feature/feature.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.eclipse4/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.products/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.dsl.feature/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.mailsview/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.generator.common/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.app/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.treeform/pom.xml (diff)
The file was modified devtools/org.eclipse.emf.parsley.targetplatform/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.rap/pom.xml (diff)
The file was modified doc/org.eclipse.emf.parsley.dev.doc/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.ui.examples/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.accountsview/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.rcp/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.web.tools/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.wizards/pom.xml (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.ui/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.rap.targetplatform/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.views/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.pde.utils.luna/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.pde.utils.kepler/pom.xml (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.cdo/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/feature.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.maven/META-INF/MANIFEST.MF (diff)
The file was modified dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.model/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.feature/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.cdo/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.wizards/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.editors/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.company.ui.orders/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.editors/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.firstexample/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.web.feature/feature.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.cdo.rcp/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.messageview/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.views/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.emf.parsley.junit4.feature/pom.xml (diff)
The file was modified old/org.eclipse.emf.parsley.examples.mail.product.site/feature.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.eclipse4/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.models/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.editors.common/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.views.common/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.mail.rcp/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.runtime/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.rap.views/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.emf.parsley.views.common/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.maven/pom.xml (diff)
The file was modified old/org.eclipse.emf.parsley.site/feature.xml (diff)
The file was modified doc/org.eclipse.emf.parsley.doc/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.rap.ui/pom.xml (diff)
The file was modified plugins/org.eclipse.emf.parsley.generator.common/pom.xml (diff)
The file was modified releng/org.eclipse.emf.parsley.parent/ant/release.properties (diff)
The file was modified tests/org.eclipse.emf.parsley.tests.swtbot.examples/pom.xml (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.rap.model/pom.xml (diff)
The file was modified doc/org.eclipse.emf.parsley.doc.websitegen/META-INF/MANIFEST.MF (diff)
Commit 108d6838bb3c512050c519ec4c2205fa8c4f55b9 by Lorenzo Bettini
Oomph setup for Oxygen Simrel

Change-Id: I9462e5c0dc2a8249015989844b1afb8c02fbc6b2
The file was modified devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup (diff)
Commit 7a9fe5be1e838f7d672da95cb5c54fb24888460e by Lorenzo Bettini
decreased swtbot.timeout

10 seconds should be enough and if there are failures we don't have to
wait too long.

Change-Id: I5f766e1fe7a727c85390cbbbf76ec2b31a234a0c
The file was modified releng/org.eclipse.emf.parsley.parent/pom.xml (diff)
Commit 2ccb0e0ad850da6f64ab9bea42cd9994042c4b3e by Lorenzo Bettini
regenerated example library model code

The ecore and the genmodel have been updated so that they respect the
generated Java code (which had previsously been refactored through jdt)

Change-Id: I52dbc1f10b628d93b3d9e950c8f5c14da7ff0138
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/AudioVisualItem.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/ItemImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Library.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Lendable.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/PeriodicalImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Borrower.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/AudioVisualItemImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Periodical.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/model/extlibrary.genmodel (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/BookCategory.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/EXTLibraryFactory.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Employee.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/BookOnTapeImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/EXTLibraryPackage.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Item.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/EmployeeImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Addressable.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/BookImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Book.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Person.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/util/EXTLibraryAdapterFactory.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/model/extlibrary.ecore (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/CirculatingItemImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/PersonImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/VideoCassette.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/EXTLibraryPackageImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/VideoCassetteImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/util/EXTLibrarySwitch.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/LibraryImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/WriterImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/BookOnTape.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/Writer.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/EXTLibraryFactoryImpl.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library/src/org/eclipse/emf/parsley/examples/library/impl/BorrowerImpl.java (diff)
Commit 7f965bf69af76a485def598d1ac9e4692a8f3783 by Lorenzo Bettini
regenerated example library edit code

Change-Id: I68f00651dfc7bfc445055ec8033b1afa397cf143
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/PeriodicalItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/LibraryItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/EXTLibraryItemProviderAdapterFactory.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/ItemItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/WriterItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/EmployeeItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/PersonItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/BookOnTapeItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/VideoCassetteItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/BorrowerItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/EXTLibraryEditPlugin.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/AudioVisualItemItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/BookItemProvider.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.edit/src/org/eclipse/emf/parsley/examples/library/provider/CirculatingItemItemProvider.java (diff)
Commit 25eff18691627637510db89f945c4d4bf560b663 by Lorenzo Bettini
increased swtbot.timeout to 20 seconds

Change-Id: Ie4f380e70ebea3c18e354e15fdaa26b2b9a35313
The file was modified releng/org.eclipse.emf.parsley.parent/pom.xml (diff)
Commit fa20dc7440b2fadf11776240dfc99c39151e6b7e by Lorenzo Bettini
509684: regenerated example library editor code

Change-Id: I11de7814fe303b02fbf5ec8b5758dcf4df0ca30e
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509684
The file was modified examples/org.eclipse.emf.parsley.examples.library.editor/src/org/eclipse/emf/parsley/examples/library/presentation/EXTLibraryActionBarContributor.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.editor/src/org/eclipse/emf/parsley/examples/library/presentation/EXTLibraryEditor.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.editor/src/org/eclipse/emf/parsley/examples/library/presentation/EXTLibraryModelWizard.java (diff)
The file was modified examples/org.eclipse.emf.parsley.examples.library.editor/src/org/eclipse/emf/parsley/examples/library/presentation/EXTLibraryEditorPlugin.java (diff)
Commit 581eb34f2b44de88fc46afad135fe1c9daee9567 by Lorenzo Bettini
509684: EMF Parsley Editor problem with Properties view in Oxygen

Change-Id: I6d58ba9a7b49bb1a33a74fd848e427473e058308
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509684
The file was modified plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java (diff)
Commit 7ce0a83b3ce499dd74ce7e80e6af43b4d0b7c1a6 by Lorenzo Bettini
509684: Use old version of EditUIUtil.getURI

The other one was introduced in EMF 2.11

Change-Id: I7e699373d9715c8cf01ab01b259246a30fa11d22
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509684
The file was modified examples/org.eclipse.emf.parsley.examples.library.editor/src/org/eclipse/emf/parsley/examples/library/presentation/EXTLibraryEditor.java (diff)
Commit 369250bdaab34f71821bf6e82aa35679635efcea by Lorenzo Bettini
Use the new CBI aggregator

as said here:
http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg13872.html

Change-Id: I50d72a577968a6cf19e0086eb86a4a22022584fb
The file was modified devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup (diff)