Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.explorer')
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer/build.properties1
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer/model/DONT_GENERATE_MODEL.txt4
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer/model/editor.ecore7
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer/model/editor.genmodel14
4 files changed, 0 insertions, 26 deletions
diff --git a/plugins/org.eclipse.emf.cdo.explorer/build.properties b/plugins/org.eclipse.emf.cdo.explorer/build.properties
index 5bdff51136..68f2ced1e1 100644
--- a/plugins/org.eclipse.emf.cdo.explorer/build.properties
+++ b/plugins/org.eclipse.emf.cdo.explorer/build.properties
@@ -15,7 +15,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
- model/,\
.options,\
about.html,\
copyright.txt,\
diff --git a/plugins/org.eclipse.emf.cdo.explorer/model/DONT_GENERATE_MODEL.txt b/plugins/org.eclipse.emf.cdo.explorer/model/DONT_GENERATE_MODEL.txt
deleted file mode 100644
index 964c62f4fd..0000000000
--- a/plugins/org.eclipse.emf.cdo.explorer/model/DONT_GENERATE_MODEL.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Don't generate the model!
-
-Only generate the editor!
-
diff --git a/plugins/org.eclipse.emf.cdo.explorer/model/editor.ecore b/plugins/org.eclipse.emf.cdo.explorer/model/editor.ecore
deleted file mode 100644
index 8fbdda4f33..0000000000
--- a/plugins/org.eclipse.emf.cdo.explorer/model/editor.ecore
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ecore:EPackage xmi:version="2.0"
- xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="editor"
- nsURI="http://www.eclipse.org/emf/CDO/editor/1.0.0" nsPrefix="editor">
- <eClassifiers xsi:type="ecore:EClass" name="Dummy"/>
-</ecore:EPackage>
diff --git a/plugins/org.eclipse.emf.cdo.explorer/model/editor.genmodel b/plugins/org.eclipse.emf.cdo.explorer/model/editor.genmodel
deleted file mode 100644
index eb2e4157c2..0000000000
--- a/plugins/org.eclipse.emf.cdo.explorer/model/editor.genmodel
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<genmodel:GenModel xmi:version="2.0"
- xmlns:xmi="http://www.omg.org/XMI" xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.&#xD;&#xA;All rights reserved. This program and the accompanying materials&#xD;&#xA;are made available under the terms of the Eclipse Public License v1.0&#xD;&#xA;which accompanies this distribution, and is available at&#xD;&#xA;http://www.eclipse.org/legal/epl-v10.html&#xD;&#xA;&#xD;&#xA;Contributors:&#xD;&#xA; Eike Stepper - initial API and implementation"
- modelDirectory="/org.eclipse.emf.cdo.ui/src" editDirectory="" editorDirectory="/org.eclipse.emf.cdo.ui/src"
- modelPluginID="org.eclipse.emf.cdo.ui" modelName="Editor" editorPluginClass="org.eclipse.emf.cdo.internal.ui.editor.PluginDelegator"
- updateClasspath="false" codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.ecore"
- complianceLevel="5.0">
- <foreignModel>editor.ecore</foreignModel>
- <genPackages prefix="CDO" basePackage="org.eclipse.emf.cdo.internal.ui" disposableProviderFactory="true"
- presentationPackageSuffix="" multipleEditorPages="false" generateModelWizard="false"
- extensibleProviderFactory="true" childCreationExtenders="true" ecorePackage="editor.ecore#/">
- <genClasses ecoreClass="editor.ecore#//Dummy"/>
- </genPackages>
-</genmodel:GenModel>

Back to the top