tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.4"?> |
| 3 | <!-- |
Michael Wenz | ad1d24a | 2019-04-16 13:44:26 +0200 | [diff] [blame] | 4 | ********************************************************************** |
| 5 | * Copyright (c) 2005, 2019 SAP SE |
| 6 | * |
| 7 | * This program and the accompanying materials are made |
| 8 | * available under the terms of the Eclipse Public License 2.0 |
| 9 | * which is available at https://www.eclipse.org/legal/epl-2.0/ |
| 10 | * |
| 11 | * Contributors: |
| 12 | * SAP SE - initial API, implementation and documentation |
| 13 | * |
| 14 | * SPDX-License-Identifier: EPL-2.0 |
| 15 | *********************************************************************** |
tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 16 | --> |
| 17 | <plugin> |
| 18 | <extension |
| 19 | id="org.eclipse.graphiti.export.svg" |
| 20 | name="SVG Exporter" |
| 21 | point="org.eclipse.graphiti.ui.diagramExporters"> |
| 22 | <diagramexporter |
tkaiser | 235eab0 | 2010-11-25 15:47:53 +0000 | [diff] [blame] | 23 | class="org.eclipse.graphiti.export.batik.SVGExporter" |
tkaiser | d36372b | 2010-11-29 12:37:25 +0000 | [diff] [blame] | 24 | enableScaling="false" |
tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 25 | type="SVG"> |
| 26 | </diagramexporter> |
| 27 | </extension> |
| 28 | |
tkaiser | d36372b | 2010-11-29 12:37:25 +0000 | [diff] [blame] | 29 | <!-- |
tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 30 | <extension |
| 31 | id="org.eclipse.graphiti.export.pdf" |
| 32 | name="PDF Exporter" |
| 33 | point="org.eclipse.graphiti.ui.diagramExporters"> |
| 34 | <diagramexporter |
tkaiser | d36372b | 2010-11-29 12:37:25 +0000 | [diff] [blame] | 35 | class="org.eclipse.graphiti.export.batik.PDFExporter" |
tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 36 | type="PDF"> |
| 37 | </diagramexporter> |
| 38 | </extension> |
| 39 | --> |
| 40 | |
| 41 | </plugin> |