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  ecf34dbf6e73114f17704797fa9bc80c39188152 (commit)
       via  10a7b6b99cf6eaa8f35000320ccb8b0544d2bca8 (commit)
       via  2dafaca1c2ac8cd68010e87d1ec7f230351b55c9 (commit)
       via  9e9b1aac1fd89d2bbf7ac39c823ee996e4f3d832 (commit)
       via  02de48b12f68104d19b18827f0beceac71545c23 (commit)
       via  0f758fa57b41a202f7336e0658c8f6b7e85527f8 (commit)
      from  6b6d28260f12b40eff4bb93d829d339c0c3fd0cb (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 ecf34dbf6e73114f17704797fa9bc80c39188152
Author: Christian W. Damus <[email protected]>
Date:   Wed Oct 31 06:43:21 2012 +0100

    [393164] [Legacy] Models that depend on Resource.Internal.isLoading()
    don't work in CDOResource
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=393164

commit 10a7b6b99cf6eaa8f35000320ccb8b0544d2bca8
Author: Christian W. Damus <[email protected]>
Date:   Wed Oct 31 06:18:16 2012 +0100

    [369253] [Legacy] Issues with non-containment opposite references in
    legacy mode
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=369253

commit 2dafaca1c2ac8cd68010e87d1ec7f230351b55c9
Author: Eike Stepper <[email protected]>
Date:   Wed Oct 31 06:17:41 2012 +0100

    [369253] [Legacy] Issues with non-containment opposite references in
    legacy mode
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=369253

commit 9e9b1aac1fd89d2bbf7ac39c823ee996e4f3d832
Author: Christian W. Damus <[email protected]>
Date:   Wed Oct 31 06:15:59 2012 +0100

    [369253] [Legacy] Issues with non-containment opposite references in
    legacy mode
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=369253

commit 02de48b12f68104d19b18827f0beceac71545c23
Author: Eike Stepper <[email protected]>
Date:   Wed Oct 31 05:57:52 2012 +0100

    [393164] [Legacy] Models that depend on Resource.Internal.isLoading()
    don't work in CDOResource
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=393164

commit 0f758fa57b41a202f7336e0658c8f6b7e85527f8
Author: Christian W. Damus <[email protected]>
Date:   Tue Oct 30 10:04:56 2012 -0400

    Support isLoading() in CDOResource for legacy models.

-----------------------------------------------------------------------

Summary of changes:
 .../META-INF/MANIFEST.MF                           |   11 +-
 .../model/model5-legacy.genmodel                   |   66 +++
 .../model/model5.ecore                             |   21 +-
 .../model/model5.genmodel                          |   23 +-
 .../model/model5.legacy-genmodel                   |   95 ----
 .../emf/cdo/tests/legacy/model5/Model5Factory.java |   88 ++--
 .../emf/cdo/tests/legacy/model5/Model5Package.java |  505 ++++++++++++-------
 .../cdo/tests/legacy/model5/impl/ChildImpl.java    |  450 +++++++++++++++++
 .../cdo/tests/legacy/model5/impl/DoctorImpl.java   |    5 +-
 .../legacy/model5/impl/GenListOfBooleanImpl.java   |   17 +-
 .../legacy/model5/impl/GenListOfCharImpl.java      |   13 +-
 .../legacy/model5/impl/GenListOfDateImpl.java      |   13 +-
 .../legacy/model5/impl/GenListOfDoubleImpl.java    |   13 +-
 .../legacy/model5/impl/GenListOfFloatImpl.java     |   13 +-
 .../legacy/model5/impl/GenListOfIntArrayImpl.java  |   17 +-
 .../tests/legacy/model5/impl/GenListOfIntImpl.java |   13 +-
 .../legacy/model5/impl/GenListOfIntegerImpl.java   |   17 +-
 .../legacy/model5/impl/GenListOfLongImpl.java      |   13 +-
 .../legacy/model5/impl/GenListOfShortImpl.java     |   13 +-
 .../legacy/model5/impl/GenListOfStringImpl.java    |   13 +-
 .../cdo/tests/legacy/model5/impl/ManagerImpl.java  |    5 +-
 .../legacy/model5/impl/Model5FactoryImpl.java      |   55 ++-
 .../legacy/model5/impl/Model5PackageImpl.java      |  202 ++++++---
 .../cdo/tests/legacy/model5/impl/ParentImpl.java   |  402 +++++++++++++++
 .../legacy/model5/impl/TestFeatureMapImpl.java     |   24 +-
 .../org/eclipse/emf/cdo/tests/model5/Child.java    |  117 +++++
 .../org/eclipse/emf/cdo/tests/model5/Doctor.java   |   10 +-
 .../emf/cdo/tests/model5/GenListOfBoolean.java     |   13 +-
 .../emf/cdo/tests/model5/GenListOfChar.java        |   13 +-
 .../emf/cdo/tests/model5/GenListOfDate.java        |   13 +-
 .../emf/cdo/tests/model5/GenListOfDouble.java      |   13 +-
 .../emf/cdo/tests/model5/GenListOfFloat.java       |   13 +-
 .../eclipse/emf/cdo/tests/model5/GenListOfInt.java |   18 +-
 .../emf/cdo/tests/model5/GenListOfIntArray.java    |   16 +-
 .../emf/cdo/tests/model5/GenListOfInteger.java     |   13 +-
 .../emf/cdo/tests/model5/GenListOfLong.java        |   13 +-
 .../emf/cdo/tests/model5/GenListOfShort.java       |   13 +-
 .../emf/cdo/tests/model5/GenListOfString.java      |   13 +-
 .../org/eclipse/emf/cdo/tests/model5/Manager.java  |   10 +-
 .../emf/cdo/tests/model5/Model5Factory.java        |   88 ++--
 .../emf/cdo/tests/model5/Model5Package.java        |  516 ++++++++++++--------
 .../org/eclipse/emf/cdo/tests/model5/Parent.java   |  108 ++++
 .../emf/cdo/tests/model5/TestFeatureMap.java       |   34 +-
 .../emf/cdo/tests/model5/impl/ChildImpl.java       |  137 ++++++
 .../emf/cdo/tests/model5/impl/DoctorImpl.java      |   12 +-
 .../tests/model5/impl/GenListOfBooleanImpl.java    |   15 +-
 .../cdo/tests/model5/impl/GenListOfCharImpl.java   |   11 -
 .../cdo/tests/model5/impl/GenListOfDateImpl.java   |   11 -
 .../cdo/tests/model5/impl/GenListOfDoubleImpl.java |   11 -
 .../cdo/tests/model5/impl/GenListOfFloatImpl.java  |   11 -
 .../tests/model5/impl/GenListOfIntArrayImpl.java   |   15 +-
 .../cdo/tests/model5/impl/GenListOfIntImpl.java    |   11 -
 .../tests/model5/impl/GenListOfIntegerImpl.java    |   15 +-
 .../cdo/tests/model5/impl/GenListOfLongImpl.java   |   11 -
 .../cdo/tests/model5/impl/GenListOfShortImpl.java  |   11 -
 .../cdo/tests/model5/impl/GenListOfStringImpl.java |   11 -
 .../emf/cdo/tests/model5/impl/ManagerImpl.java     |   12 +-
 .../cdo/tests/model5/impl/Model5FactoryImpl.java   |   63 ++--
 .../cdo/tests/model5/impl/Model5PackageImpl.java   |  208 ++++++---
 .../emf/cdo/tests/model5/impl/ParentImpl.java      |  128 +++++
 .../cdo/tests/model5/impl/TestFeatureMapImpl.java  |   12 -
 .../tests/model5/util/IsLoadingTestFixture.java    |  103 ++++
 .../tests/model5/util/Model5AdapterFactory.java    |  143 +++---
 .../emf/cdo/tests/model5/util/Model5Switch.java    |  167 ++++---
 .../eclipse/emf/cdo/tests/CrossReferenceTest.java  |   39 ++
 .../org/eclipse/emf/cdo/tests/ResourceTest.java    |   60 +++
 .../emf/cdo/eresource/impl/CDOResourceImpl.java    |   51 ++-
 .../emf/internal/cdo/object/CDOLegacyWrapper.java  |   20 +-
 .../eclipse/emf/spi/cdo/InternalCDOResource.java   |   36 ++
 69 files changed, 3110 insertions(+), 1355 deletions(-)
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/model/model5-legacy.genmodel
 delete mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/model/model5.legacy-genmodel
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/legacy/model5/impl/ChildImpl.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/legacy/model5/impl/ParentImpl.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Child.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Parent.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/impl/ChildImpl.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/impl/ParentImpl.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/util/IsLoadingTestFixture.java
 create mode 100644 
plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/InternalCDOResource.java


hooks/post-receive
-- 
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit

Reply via email to