diff options
author | Eike Stepper | 2018-05-17 05:47:57 +0000 |
---|---|---|
committer | Eike Stepper | 2018-05-17 06:30:22 +0000 |
commit | 23099f7ca473d72f8c0df820bbfd3bc0d8e53b93 (patch) | |
tree | bf5194788db6bc5de161a3061ad1efc546dabf1a /plugins/org.eclipse.emf.cdo.ecore/plugin.xml | |
parent | ccfaf23f795c0e06a8c0953c40029ca6f7b02351 (diff) | |
download | cdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.tar.gz cdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.tar.xz cdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.zip |
[276342] Natively support EModelElement instances (Ecore4CDO)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276342
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ecore/plugin.xml')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.ecore/plugin.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ecore/plugin.xml b/plugins/org.eclipse.emf.cdo.ecore/plugin.xml new file mode 100644 index 0000000000..114607bcea --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.ecore/plugin.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.4"?> +<!-- + Copyright (c) 2018 Eike Stepper (Berlin, Germany) and others. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html + + Contributors: + Eike Stepper - initial API and implementation +--> + +<plugin> + + <extension point="org.eclipse.emf.ecore.factory_override"> + <factory + uri="http://www.eclipse.org/emf/2002/Ecore" + class="org.eclipse.emf.cdo.ecore.impl.CDOEcoreFactoryImpl" /> + </extension> + +</plugin> |