blob: c0dc41c95abf2f1fada9bd982b81268647595798 [file] [log] [blame]
tkaiser236bd342010-11-25 15:45:22 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
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 <extension
20 id="org.eclipse.graphiti.export.svg"
21 name="SVG Exporter"
22 point="org.eclipse.graphiti.ui.diagramExporters">
23 <diagramexporter
tkaiser235eab02010-11-25 15:47:53 +000024 class="org.eclipse.graphiti.export.batik.SVGExporter"
tkaiserd36372b2010-11-29 12:37:25 +000025 enableScaling="false"
tkaiser236bd342010-11-25 15:45:22 +000026 type="SVG">
27 </diagramexporter>
28 </extension>
29
tkaiserd36372b2010-11-29 12:37:25 +000030 <!--
tkaiser236bd342010-11-25 15:45:22 +000031 <extension
32 id="org.eclipse.graphiti.export.pdf"
33 name="PDF Exporter"
34 point="org.eclipse.graphiti.ui.diagramExporters">
35 <diagramexporter
tkaiserd36372b2010-11-29 12:37:25 +000036 class="org.eclipse.graphiti.export.batik.PDFExporter"
tkaiser236bd342010-11-25 15:45:22 +000037 type="PDF">
38 </diagramexporter>
39 </extension>
40 -->
41
42</plugin>