diff options
author | Eike Stepper | 2016-09-02 06:35:37 +0000 |
---|---|---|
committer | Eike Stepper | 2016-09-02 06:35:37 +0000 |
commit | 2c12f0db5208953708d93c67673ad79765a72739 (patch) | |
tree | e8989ad8508974bba2c42be2d7f32ecd9cfa8e70 /plugins/org.eclipse.emf.cdo.defs/plugin.xml | |
parent | c6aab72b0f710b80327914dd12087c1f59f4fc51 (diff) | |
download | cdo-2c12f0db5208953708d93c67673ad79765a72739.tar.gz cdo-2c12f0db5208953708d93c67673ad79765a72739.tar.xz cdo-2c12f0db5208953708d93c67673ad79765a72739.zip |
[500255] [Releng] Remove the .defs plugins and features from the SDKs
https://bugs.eclipse.org/bugs/show_bug.cgi?id=500255
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.defs/plugin.xml')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.defs/plugin.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/org.eclipse.emf.cdo.defs/plugin.xml b/plugins/org.eclipse.emf.cdo.defs/plugin.xml deleted file mode 100644 index 258c20467b..0000000000 --- a/plugins/org.eclipse.emf.cdo.defs/plugin.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.4"?> -<!-- - Copyright (c) 2008, 2012, 2014 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.generated_package"> - <package - uri="http://www.eclipse.org/emf/CDO/defs/1.0.0" - class="org.eclipse.emf.cdo.defs.CDODefsPackage" - genModel="model/org.eclipse.emf.cdo.defs.genmodel"/> - </extension> - -</plugin> |