Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/plugin.properties58
1 files changed, 0 insertions, 58 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/plugin.properties
deleted file mode 100644
index d051abba76..0000000000
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/plugin.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright (c) 2010-2012 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:
-# Martin Fluegge - initial API and implementation
-
-pluginName = CDO Dawn Examples Acore Editor (GMF)
-providerName = Eclipse Modeling Project
-
-editorName=Acore Diagram Editing
-context.description=Acore Diagram Editing
-context.name=In Acore Diagram Editor
-newWizardName=Acore Diagram
-newWizardDesc=Creates Acore diagram.
-
-initDiagramActionLabel=Initialize acore_diagram diagram file
-
-
-navigatorContentName=*.acore_diagram diagram contents
-domainNavigatorContentName=*.acore model contents
-update.diagram.name=Update Acore diagram
-update.diagram.description=Perform Acore diagram update
-
-
-# Property Sheet
-tab.appearance=Appearance
-tab.diagram=Rulers & Grid
-tab.domain=Core
-
-# Preferences
-prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.general=Acore Diagram
-prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.appearance=Appearance
-prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.connections=Connections
-prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.printing=Printing
-prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.rulersAndGrid=Rulers And Grid
-
-
-# Providers
-metatype.name.ACoreRoot_1000=Undefined
-metatype.name.AInterface_2001=AInterface
-metatype.name.AClass_2002=AClass
-metatype.name.AAttribute_3001=AAttribute
-metatype.name.AOperation_3002=AOperation
-metatype.name.AAttribute_3003=AAttribute
-metatype.name.AOperation_3004=AOperation
-metatype.name.AClassSubClasses_4001=Undefined
-metatype.name.AClassImplementedInterfaces_4002=Undefined
-metatype.name.AClassAssociations_4003=Undefined
-metatype.name.AClassAggregations_4004=Undefined
-metatype.name.AClassCompositions_4005=Undefined
-
-# Commands and menu actions
-cmdcategory.name=Acore Editor Commands
-cmdcategory.desc=Acore Editor Commands
-

Back to the top