tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <!-- |
| 4 | <copyright> |
| 5 | |
| 6 | Copyright (c) 2005, 2010 SAP AG. |
| 7 | All rights reserved. This program and the accompanying materials |
| 8 | are made available under the terms of the Eclipse Public License v1.0 |
| 9 | which accompanies this distribution, and is available at |
| 10 | http://www.eclipse.org/legal/epl-v10.html |
| 11 | |
| 12 | Contributors: |
| 13 | SAP AG - initial API, implementation and documentation |
| 14 | |
| 15 | </copyright> |
| 16 | |
| 17 | --> |
| 18 | <plugin> |
| 19 | |
| 20 | <extension |
| 21 | point="org.eclipse.ui.views.properties.tabbed.propertyContributor"> |
| 22 | <propertyContributor |
| 23 | typeMapper="org.eclipse.graphiti.examples.common.property.TypeMapper" |
tkaiser | 58eb554 | 2010-07-06 14:46:05 +0000 | [diff] [blame] | 24 | contributorId="testtool.sketch.PropertyContributor" |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 25 | labelProvider="org.eclipse.graphiti.examples.common.property.PropertiesLabelProvider"> |
mgorning | 0fa2ada | 2010-08-24 13:08:09 +0000 | [diff] [blame] | 26 | <propertyCategory category="graphiti-legacy" /> |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 27 | </propertyContributor> |
| 28 | </extension> |
| 29 | <extension |
| 30 | point="org.eclipse.ui.views.properties.tabbed.propertyTabs"> |
| 31 | <propertyTabs |
tkaiser | 58eb554 | 2010-07-06 14:46:05 +0000 | [diff] [blame] | 32 | contributorId="testtool.sketch.PropertyContributor"> |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 33 | <propertyTab |
mgorning | 0fa2ada | 2010-08-24 13:08:09 +0000 | [diff] [blame] | 34 | label="Advanced" category="graphiti-legacy" |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 35 | id="org.eclipse.graphiti.properties.legacytab"> |
| 36 | </propertyTab> |
| 37 | </propertyTabs> |
| 38 | </extension> |
| 39 | |
| 40 | <extension |
| 41 | point="org.eclipse.graphiti.ui.diagramTypes"> |
| 42 | <diagramType |
| 43 | description="diagram type for sketch samples" |
tkaiser | 58eb554 | 2010-07-06 14:46:05 +0000 | [diff] [blame] | 44 | id="org.eclipse.graphiti.testtool.sketch.SketchDiagramType" |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 45 | name="Sample Sketch DT" |
tkaiser | 58eb554 | 2010-07-06 14:46:05 +0000 | [diff] [blame] | 46 | type="testtool.sketch"> |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 47 | </diagramType> |
| 48 | </extension> |
| 49 | |
| 50 | |
| 51 | <extension |
| 52 | point="org.eclipse.graphiti.ui.diagramTypeProviders"> |
| 53 | <diagramTypeProvider |
tkaiser | 58eb554 | 2010-07-06 14:46:05 +0000 | [diff] [blame] | 54 | class="org.eclipse.graphiti.testtool.sketch.SketchDiagramTypeProvider" |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 55 | description="A sample sketch editor" |
tkaiser | 58eb554 | 2010-07-06 14:46:05 +0000 | [diff] [blame] | 56 | id="org.eclipse.graphiti.testtool.sketch.SketchDiagramTypeProvider" |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 57 | name="Sketch"> |
| 58 | <diagramType |
tkaiser | 58eb554 | 2010-07-06 14:46:05 +0000 | [diff] [blame] | 59 | id="org.eclipse.graphiti.testtool.sketch.SketchDiagramType"> |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 60 | </diagramType> |
| 61 | <imageProvider |
mwenz | 6de5196 | 2010-08-16 13:20:07 +0000 | [diff] [blame] | 62 | id="org.eclipse.graphiti.examples.common.ExampleImageProvider"> |
tkaiser | 5c5ee41 | 2010-07-06 12:07:29 +0000 | [diff] [blame] | 63 | </imageProvider> |
| 64 | </diagramTypeProvider> |
| 65 | </extension> |
| 66 | |
| 67 | |
| 68 | </plugin> |