From d7d8b2a3a684ea498e66058d392978f2ddae4352 Mon Sep 17 00:00:00 2001 From: Fabian Brosig <fabian.brosig@uni-wuerzburg.de> Date: Mon, 4 Feb 2013 17:04:28 +0000 Subject: [PATCH] corrected package naming from edu.kit.ipd.descartes.mm.deployment.deployment to edu.kit.ipd.descartes.mm.deployment git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@10145 9e42b895-fcda-4063-8a3b-11be15eb1bbd --- .../.classpath | 7 --- .../.project | 28 ---------- .../build.properties | 10 ---- .../plugin.properties | 53 ------------------- .../plugin.xml | 36 ------------- 5 files changed, 134 deletions(-) delete mode 100644 edu.kit.ipd.descartes.mm.deployment.editor/.classpath delete mode 100644 edu.kit.ipd.descartes.mm.deployment.editor/.project delete mode 100644 edu.kit.ipd.descartes.mm.deployment.editor/build.properties delete mode 100644 edu.kit.ipd.descartes.mm.deployment.editor/plugin.properties delete mode 100644 edu.kit.ipd.descartes.mm.deployment.editor/plugin.xml 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 121e527a..00000000 --- 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 5b214e8e..00000000 --- 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 13bc1763..00000000 --- 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 430b1ba2..00000000 --- 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 96496524..00000000 --- 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> -- GitLab