Skip to content
Snippets Groups Projects
Commit d7d8b2a3 authored by Fabian Brosig's avatar Fabian Brosig
Browse files

corrected package naming from edu.kit.ipd.descartes.mm.deployment.deployment...

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
parent ae3e9f3b
No related branches found
No related tags found
No related merge requests found
<?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>
<?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>
# 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
# 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?
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment