This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CDO Model Repository".
The branch, master has been updated
via b3750dcebc2bb70a7e6547f329e1e1054f6a2adb (commit)
via bf49bda8efd89401b2ca52de75ae5af7f2ef078d (commit)
via 7534a393814b84fc64ea553d2e6debd0789608c7 (commit)
via 2fe71c4319bd93dbfb681d883765becf78b6a29f (commit)
from 9048832eba222b55baf3041fa12355bb531506b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b3750dcebc2bb70a7e6547f329e1e1054f6a2adb
Author: Eike Stepper <[email protected]>
Date: Sun Jan 6 12:04:05 2013 +0100
[397318] Work around a bug in H2 that trims a space from CHAR(1)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=397318
commit bf49bda8efd89401b2ca52de75ae5af7f2ef078d
Author: Christian W. Damus <[email protected]>
Date: Sun Jan 6 11:31:42 2013 +0100
[378620] [Legacy] ClassCast when accessing a Custom Datatype typed
attribute
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378620
commit 7534a393814b84fc64ea553d2e6debd0789608c7
Author: Eike Stepper <[email protected]>
Date: Sun Jan 6 11:27:07 2013 +0100
Fix wrong package export versions
commit 2fe71c4319bd93dbfb681d883765becf78b6a29f
Author: Eike Stepper <[email protected]>
Date: Sun Jan 6 11:25:38 2013 +0100
Fix wrong nsURI in mango test model
-----------------------------------------------------------------------
Summary of changes:
.../META-INF/MANIFEST.MF | 2 +-
.../META-INF/MANIFEST.MF | 6 +-
.../internal/db/mapping/CoreTypeMappings.java | 6 +
.../META-INF/MANIFEST.MF | 8 +-
.../tests/legacy/mango/impl/MangoFactoryImpl.java | 30 ++--
.../model/model6.ecore | 5 +
.../model/model6.genmodel | 4 +
.../model/model6.legacy.genmodel | 4 +
.../emf/cdo/tests/legacy/model6/impl/BImpl.java | 18 --
.../tests/legacy/model6/impl/BaseObjectImpl.java | 6 -
.../legacy/model6/impl/ContainmentObjectImpl.java | 18 --
.../emf/cdo/tests/legacy/model6/impl/DImpl.java | 12 -
.../emf/cdo/tests/legacy/model6/impl/GImpl.java | 10 -
.../model6/impl/HasNillableAttributeImpl.java | 217 ++++++++++++++++++++
.../cdo/tests/legacy/model6/impl/HoldableImpl.java | 4 -
.../legacy/model6/impl/Model6FactoryImpl.java | 44 ++++-
.../legacy/model6/impl/Model6PackageImpl.java | 61 ++++++
.../tests/legacy/model6/impl/MyEnumListImpl.java | 2 -
.../model6/impl/MyEnumListUnsettableImpl.java | 4 -
.../legacy/model6/impl/PropertiesMapEntryImpl.java | 24 +--
.../model6/impl/PropertiesMapEntryValueImpl.java | 4 -
.../legacy/model6/impl/PropertiesMapImpl.java | 12 -
.../legacy/model6/impl/ReferenceObjectImpl.java | 6 -
.../emf/cdo/tests/model6/HasNillableAttribute.java | 78 +++++++
.../emf/cdo/tests/model6/Model6Factory.java | 9 +
.../emf/cdo/tests/model6/Model6Package.java | 101 +++++++++-
.../model6/impl/HasNillableAttributeImpl.java | 99 +++++++++
.../cdo/tests/model6/impl/Model6FactoryImpl.java | 40 ++++-
.../cdo/tests/model6/impl/Model6PackageImpl.java | 132 +++++++++----
.../tests/model6/impl/PropertiesMapEntryImpl.java | 2 +-
.../tests/model6/util/Model6AdapterFactory.java | 22 ++
.../emf/cdo/tests/model6/util/Model6Switch.java | 73 +++-----
32 files changed, 829 insertions(+), 234 deletions(-)
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/legacy/model6/impl/HasNillableAttributeImpl.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/HasNillableAttribute.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/impl/HasNillableAttributeImpl.java
hooks/post-receive
--
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit