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 | <!-- |
| 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 |
tkaiser | 235eab0 | 2010-11-25 15:47:53 +0000 | [diff] [blame] | 24 | class="org.eclipse.graphiti.export.batik.SVGExporter" |
tkaiser | d36372b | 2010-11-29 12:37:25 +0000 | [diff] [blame] | 25 | enableScaling="false" |
tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 26 | type="SVG"> |
| 27 | </diagramexporter> |
| 28 | </extension> |
| 29 | |
tkaiser | d36372b | 2010-11-29 12:37:25 +0000 | [diff] [blame] | 30 | <!-- |
tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 31 | <extension |
| 32 | id="org.eclipse.graphiti.export.pdf" |
| 33 | name="PDF Exporter" |
| 34 | point="org.eclipse.graphiti.ui.diagramExporters"> |
| 35 | <diagramexporter |
tkaiser | d36372b | 2010-11-29 12:37:25 +0000 | [diff] [blame] | 36 | class="org.eclipse.graphiti.export.batik.PDFExporter" |
tkaiser | 236bd34 | 2010-11-25 15:45:22 +0000 | [diff] [blame] | 37 | type="PDF"> |
| 38 | </diagramexporter> |
| 39 | </extension> |
| 40 | --> |
| 41 | |
| 42 | </plugin> |