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 |
| 12 | # |
| 13 | # </copyright> |
| 14 | # |
| 15 | ############################################################################### |
| 16 | pluginName = Graphiti UI (Incubation) |
| 17 | providerName = Eclipse Modeling Project |
| 18 | |
| 19 | _contenttype_diagram = Diagram |
| 20 | |
| 21 | _thumbnail_view = Miniature View |
| 22 | _thumbnail_view_category = Graphiti |
| 23 | |
mwenz | f7134f1 | 2010-08-25 10:50:51 +0000 | [diff] [blame] | 24 | _diagram_editor_name = Graphiti Diagram Editor |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 25 | |
| 26 | _extension_point_image_providers = Image Providers |
| 27 | _extension_point_diagram_type_providers = Diagram Type Providers |
| 28 | _extension_point_diagram_types = Diagram Types |
| 29 | |
| 30 | _diagram_editor_factory = DiagramEditorFactory |