blob: b320d6a1f8078ab74b28d5e9b5ba56000e89e892 [file] [log] [blame]
tkaiser236bd342010-11-25 15:45:22 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<!--
Michael Wenzad1d24a2019-04-16 13:44:26 +02004**********************************************************************
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***********************************************************************
tkaiser236bd342010-11-25 15:45:22 +000016 -->
17<plugin>
18 <extension
19 id="org.eclipse.graphiti.export.svg"
20 name="SVG Exporter"
21 point="org.eclipse.graphiti.ui.diagramExporters">
22 <diagramexporter
tkaiser235eab02010-11-25 15:47:53 +000023 class="org.eclipse.graphiti.export.batik.SVGExporter"
tkaiserd36372b2010-11-29 12:37:25 +000024 enableScaling="false"
tkaiser236bd342010-11-25 15:45:22 +000025 type="SVG">
26 </diagramexporter>
27 </extension>
28
tkaiserd36372b2010-11-29 12:37:25 +000029 <!--
tkaiser236bd342010-11-25 15:45:22 +000030 <extension
31 id="org.eclipse.graphiti.export.pdf"
32 name="PDF Exporter"
33 point="org.eclipse.graphiti.ui.diagramExporters">
34 <diagramexporter
tkaiserd36372b2010-11-29 12:37:25 +000035 class="org.eclipse.graphiti.export.batik.PDFExporter"
tkaiser236bd342010-11-25 15:45:22 +000036 type="PDF">
37 </diagramexporter>
38 </extension>
39 -->
40
41</plugin>