diff --git a/edu.kit.ipd.descartes.mm.deployment.editor/.classpath b/edu.kit.ipd.descartes.mm.deployment.editor/.classpath deleted file mode 100644 index 121e527a9386dd66bdd0ec178fc2d28d734b82f8..0000000000000000000000000000000000000000 --- a/edu.kit.ipd.descartes.mm.deployment.editor/.classpath +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="output" path="bin"/> -</classpath> diff --git a/edu.kit.ipd.descartes.mm.deployment.editor/.project b/edu.kit.ipd.descartes.mm.deployment.editor/.project deleted file mode 100644 index 5b214e8ed70a3f330a85a1b52245022b7d150e5c..0000000000000000000000000000000000000000 --- a/edu.kit.ipd.descartes.mm.deployment.editor/.project +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>edu.kit.ipd.descartes.mm.deployment.editor</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.pde.PluginNature</nature> - </natures> -</projectDescription> diff --git a/edu.kit.ipd.descartes.mm.deployment.editor/build.properties b/edu.kit.ipd.descartes.mm.deployment.editor/build.properties deleted file mode 100644 index 13bc17630acff8a0efe9b21294ce973c6266b58e..0000000000000000000000000000000000000000 --- a/edu.kit.ipd.descartes.mm.deployment.editor/build.properties +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 2009-2012, Descartes Research Group, SDQ, IPD, KIT - -bin.includes = .,\ - icons/,\ - META-INF/,\ - plugin.xml,\ - plugin.properties -jars.compile.order = . -source.. = src/ -output.. = bin diff --git a/edu.kit.ipd.descartes.mm.deployment.editor/plugin.properties b/edu.kit.ipd.descartes.mm.deployment.editor/plugin.properties deleted file mode 100644 index 430b1ba2d106759f54d6847fb60c59c3b157df94..0000000000000000000000000000000000000000 --- a/edu.kit.ipd.descartes.mm.deployment.editor/plugin.properties +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2009-2012, Descartes Research Group, SDQ, IPD, KIT - -pluginName = Deployment Editor -providerName = www.example.org - -_UI_DeploymentEditor_menu = &Deployment Editor - -_UI_CreateChild_menu_item = &New Child -_UI_CreateSibling_menu_item = N&ew Sibling - -_UI_ShowPropertiesView_menu_item = Show &Properties View -_UI_RefreshViewer_menu_item = &Refresh - -_UI_SelectionPage_label = Selection -_UI_ParentPage_label = Parent -_UI_ListPage_label = List -_UI_TreePage_label = Tree -_UI_TablePage_label = Table -_UI_TreeWithColumnsPage_label = Tree with Columns -_UI_ObjectColumn_label = Object -_UI_SelfColumn_label = Self - -_UI_NoObjectSelected = Selected Nothing -_UI_SingleObjectSelected = Selected Object: {0} -_UI_MultiObjectSelected = Selected {0} Objects - -_UI_OpenEditorError_label = Open Editor - -_UI_Wizard_category = Example EMF Model Creation Wizards - -_UI_CreateModelError_message = Problems encountered in file "{0}" - -_UI_DeploymentModelWizard_label = Deployment Model -_UI_DeploymentModelWizard_description = Create a new Deployment model - -_UI_DeploymentEditor_label = Deployment Model Editor - -_UI_DeploymentEditorFilenameDefaultBase = My -_UI_DeploymentEditorFilenameExtensions = deployment - -_UI_Wizard_label = New - -_WARN_FilenameExtension = The file name must end in ''.{0}'' -_WARN_FilenameExtensions = The file name must have one of the following extensions: {0} - -_UI_ModelObject = &Model Object -_UI_XMLEncoding = &XML Encoding -_UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1 -_UI_Wizard_initial_object_description = Select a model object to create - -_UI_FileConflict_label = File Conflict -_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes? - diff --git a/edu.kit.ipd.descartes.mm.deployment.editor/plugin.xml b/edu.kit.ipd.descartes.mm.deployment.editor/plugin.xml deleted file mode 100644 index 96496524c27cdea31ce3463c71cc150d3db03da5..0000000000000000000000000000000000000000 --- a/edu.kit.ipd.descartes.mm.deployment.editor/plugin.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> - -<!-- - Copyright 2009-2012, Descartes Research Group, SDQ, IPD, KIT ---> - -<plugin> - - <extension point="org.eclipse.ui.newWizards"> - <category - id="org.eclipse.emf.ecore.Wizard.category.ID" - name="%_UI_Wizard_category"/> - <wizard - id="edu.kit.ipd.descartes.mm.deployment.deployment.presentation.DeploymentModelWizardID" - name="%_UI_DeploymentModelWizard_label" - class="edu.kit.ipd.descartes.mm.deployment.deployment.presentation.DeploymentModelWizard" - category="org.eclipse.emf.ecore.Wizard.category.ID" - icon="icons/full/obj16/DeploymentModelFile.gif"> - <description>%_UI_DeploymentModelWizard_description</description> - <selection class="org.eclipse.core.resources.IResource"/> - </wizard> - </extension> - - <extension point="org.eclipse.ui.editors"> - <editor - id="edu.kit.ipd.descartes.mm.deployment.deployment.presentation.DeploymentEditorID" - name="%_UI_DeploymentEditor_label" - icon="icons/full/obj16/DeploymentModelFile.gif" - extensions="deployment" - class="edu.kit.ipd.descartes.mm.deployment.deployment.presentation.DeploymentEditor" - contributorClass="edu.kit.ipd.descartes.mm.deployment.deployment.presentation.DeploymentActionBarContributor"> - </editor> - </extension> - -</plugin>