mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # <copyright> |
| 3 | # |
| 4 | # Copyright (c) 2005, 2010 SAP AG. |
| 5 | # All rights reserved. This program and the accompanying materials |
| 6 | # are made available under the terms of the Eclipse Public License v1.0 |
| 7 | # which accompanies this distribution, and is available at |
| 8 | # http://www.eclipse.org/legal/epl-v10.html |
| 9 | # |
| 10 | # Contributors: |
| 11 | # SAP AG - initial API, implementation and documentation |
mwenz | 5640dde | 2011-02-04 13:42:04 +0000 | [diff] [blame] | 12 | # mwenz - Bug 336075 - DiagramEditor accepts URIEditorInput |
Michael Wenz | 80a2fec | 2013-10-31 19:39:31 +0100 | [diff] [blame] | 13 | # mwenz - Bug 418409 - Graphiti new project and new diagram wizards have disappeared from toolbar new entry |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 14 | # |
| 15 | # </copyright> |
| 16 | # |
| 17 | ############################################################################### |
| 18 | pluginName = Graphiti Examples Common (Incubation) |
| 19 | providerName = Eclipse Modeling Project |
| 20 | |
mwenz | dd233c7 | 2010-08-10 15:05:52 +0000 | [diff] [blame] | 21 | _test_preferences_page = Graphiti Test Preferences |
mwenz | 5640dde | 2011-02-04 13:42:04 +0000 | [diff] [blame] | 22 | |
| 23 | navigatorContent.name = Graphiti Navigator Content |
Michael Wenz | 80a2fec | 2013-10-31 19:39:31 +0100 | [diff] [blame] | 24 | wizard.name = Graphiti Example Project |
| 25 | wizard.description = Creates a new Graphiti Example Project |
| 26 | wizard.name.0 = Graphiti Example Diagram |
| 27 | wizard.description.0 = Creates a new Graphiti diagram (the type of the new diagram can be chosen among all existing diagram types) |
mwenz | 5640dde | 2011-02-04 13:42:04 +0000 | [diff] [blame] | 28 | nature.name = Graphiti Example Nature |
| 29 | perspective.name = Graphiti |
Felix Velasco | 59643bf | 2013-03-07 09:09:35 +0100 | [diff] [blame] | 30 | openDiagramFromFilecommand.name = Open Graphiti Diagram from File |