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  838bf97891c7f7649a4d4ef7b6d412e20ec882c3 (commit)
       via  a82bf5697578aafb7e0bb418c1c94f23f413cdd0 (commit)
       via  0835154c9a9334e11364cadf0e17d4746ce3581f (commit)
      from  345baa39ad993743c8d6015a6e23f9c3697d5897 (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 838bf97891c7f7649a4d4ef7b6d412e20ec882c3
Merge: a82bf56 345baa3
Author: Eike Stepper <[email protected]>
Date:   Mon Oct 24 13:14:07 2011 +0200

    Merge branch 'master' of ssh://git.eclipse.org/gitroot/cdo/cdo

commit a82bf5697578aafb7e0bb418c1c94f23f413cdd0
Author: Eike Stepper <[email protected]>
Date:   Mon Oct 24 13:10:16 2011 +0200

    ignoring bin folders

commit 0835154c9a9334e11364cadf0e17d4746ce3581f
Author: Eike Stepper <[email protected]>
Date:   Mon Oct 24 12:29:47 2011 +0200

    deleting bin folder

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

Summary of changes:
 .gitignore                                         |    2 ++
 .../dawn/examples/acore/graphiti/Activator.class   |  Bin 998 -> 0 bytes
 .../diagram/AcoreDiagramTypeProvider.class         |  Bin 2882 -> 0 bytes
 .../graphiti/diagram/AcoreFeatureProvider.class    |  Bin 12664 -> 0 bytes
 .../diagram/AcoreToolBehaviorProvider.class        |  Bin 5197 -> 0 bytes
 .../graphiti/features/AcoreAddAClassFeature.class  |  Bin 2396 -> 0 bytes
 .../features/AcoreAddAInterfaceFeature.class       |  Bin 2416 -> 0 bytes
 .../features/AcoreAddAggregationFeature.class      |  Bin 2876 -> 0 bytes
 .../features/AcoreAddAssociationFeature.class      |  Bin 2256 -> 0 bytes
 .../features/AcoreAddCompositionFeature.class      |  Bin 2876 -> 0 bytes
 .../features/AcoreAddImplementationFeature.class   |  Bin 2746 -> 0 bytes
 .../features/AcoreAddSubClassesFeature.class       |  Bin 2870 -> 0 bytes
 .../features/AcoreBasicAddConnectionFeature.class  |  Bin 3641 -> 0 bytes
 .../features/AcoreBasicAddElementFeature.class     |  Bin 6529 -> 0 bytes
 .../AcoreBasicCreateConnectionFeature.class        |  Bin 3044 -> 0 bytes
 .../features/AcoreBasicCreateElementFeature.class  |  Bin 2320 -> 0 bytes
 .../features/AcoreCollapseDummyFeature.class       |  Bin 2899 -> 0 bytes
 .../graphiti/features/AcoreCopyAClassFeature.class |  Bin 1933 -> 0 bytes
 .../features/AcoreCreateAClassFeature.class        |  Bin 1534 -> 0 bytes
 .../features/AcoreCreateAInterfaceFeature.class    |  Bin 1550 -> 0 bytes
 .../features/AcoreCreateAggregationFeature.class   |  Bin 2984 -> 0 bytes
 .../features/AcoreCreateAssociationFeature.class   |  Bin 2984 -> 0 bytes
 .../features/AcoreCreateCompositionsFeature.class  |  Bin 2991 -> 0 bytes
 .../AcoreCreateImplementationFeature.class         |  Bin 2877 -> 0 bytes
 .../features/AcoreCreateSubclassFeature.class      |  Bin 2963 -> 0 bytes
 .../features/AcoreDirectEditAClassFeature.class    |  Bin 3041 -> 0 bytes
 .../features/AcorePasteAClassFeature.class         |  Bin 2407 -> 0 bytes
 .../features/AcoreReconnectionFeature.class        |  Bin 1170 -> 0 bytes
 .../features/AcoreRenameAClassFeature.class        |  Bin 2681 -> 0 bytes
 .../features/AcoreUpdateAClassFeature.class        |  Bin 3382 -> 0 bytes
 .../AcoreGraphitiContextUtil$ConnectionType.class  |  Bin 1726 -> 0 bytes
 .../graphiti/util/AcoreGraphitiContextUtil.class   |  Bin 680 -> 0 bytes
 .../acore/graphiti/util/AcoreImageProvider.class   |  Bin 1353 -> 0 bytes
 .../cdo/dawn/graphiti/DawnGraphitiUIPlugin.class   |  Bin 970 -> 0 bytes
 .../editors/DawnGraphitiDiagramEditor.class        |  Bin 5684 -> 0 bytes
 .../editors/DawnGraphitiDiagramEditorFactory.class |  Bin 1714 -> 0 bytes
 .../graphiti/editors/DawnGraphitiEditorInput.class |  Bin 2553 -> 0 bytes
 .../editors/DawnGraphitiEditorSupport.class        |  Bin 1994 -> 0 bytes
 .../notifications/DawnGraphitiHandler.class        |  Bin 2040 -> 0 bytes
 .../notifications/DawnGraphitiLockingHandler.class |  Bin 564 -> 0 bytes
 .../wizards/AbstractDawnGraphitiWizardPage.class   |  Bin 1658 -> 0 bytes
 .../wizards/DawnGenericGraphitiWizard.class        |  Bin 2499 -> 0 bytes
 ...wnGraphitiyDiagramTypeSelectionWizardPage.class |  Bin 1764 -> 0 bytes
 43 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/Activator.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreToolBehaviorProvider.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAClassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAInterfaceFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAggregationFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAssociationFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddCompositionFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddImplementationFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddSubClassesFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddConnectionFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateConnectionFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateElementFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCollapseDummyFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCopyAClassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAClassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAInterfaceFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAggregationFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAssociationFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateCompositionsFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateImplementationFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateSubclassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreDirectEditAClassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcorePasteAClassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreReconnectionFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreRenameAClassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreGraphitiContextUtil$ConnectionType.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreGraphitiContextUtil.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/bin/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreImageProvider.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/DawnGraphitiUIPlugin.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditor.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditorFactory.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorInput.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiLockingHandler.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/wizards/AbstractDawnGraphitiWizardPage.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGenericGraphitiWizard.class
 delete mode 100644 
plugins/org.eclipse.emf.cdo.dawn.graphiti/bin/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGraphitiyDiagramTypeSelectionWizardPage.class


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

Reply via email to