blob: 2e18ec01753b4d5e21b6a61423c2ffc479301bf4 [file] [log] [blame]
Michael Wenz06fccde2014-04-16 16:35:18 +02001<?xml version="1.0" encoding="UTF-8"?>
mwenzb4444842012-02-03 13:19:43 +01002<!--
Michael Wenzad1d24a2019-04-16 13:44:26 +02003**********************************************************************
4* Copyright (c) 2005, 2019 SAP SE
5*
6* This program and the accompanying materials are made
7* available under the terms of the Eclipse Public License 2.0
8* which is available at https://www.eclipse.org/legal/epl-2.0/
9*
10* Contributors:
11* SAP SE - initial API, implementation and documentation
12*
13* SPDX-License-Identifier: EPL-2.0
14***********************************************************************
Michael Wenz06fccde2014-04-16 16:35:18 +020015 -->
16<feature
17 id="org.eclipse.graphiti.export.feature"
18 label="%featureName"
Michael Wenz822fe132018-08-10 15:22:31 +020019 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020020 provider-name="%providerName"
21 plugin="org.eclipse.graphiti.export.batik"
22 license-feature="org.eclipse.license"
Michael Wenz8dbb63b2016-12-30 15:44:29 +010023 license-feature-version="0.0.0">
Michael Wenz06fccde2014-04-16 16:35:18 +020024
25 <description>
26 %description
27 </description>
28
Michael Wenz95920992019-05-03 13:53:07 +020029 <copyright url="https://www.eclipse.org/legal/epl-2.0/">
30 (c) 2005, 2019 SAP SE.
mwenzb4444842012-02-03 13:19:43 +010031All rights reserved. This program and the accompanying materials
32are made available under the terms of the Eclipse Public License
Michael Wenz95920992019-05-03 13:53:07 +020033v2.0
mwenzb4444842012-02-03 13:19:43 +010034which accompanies this distribution, and is available at
Michael Wenz95920992019-05-03 13:53:07 +020035https://www.eclipse.org/legal/epl-2.0/
Michael Wenz06fccde2014-04-16 16:35:18 +020036 </copyright>
37
Michael Wenz0ad4dd42016-12-30 14:15:14 +010038 <license url="%licenseURL">
39 %license
40 </license>
41
Michael Wenz06fccde2014-04-16 16:35:18 +020042 <plugin
43 id="org.eclipse.graphiti.export.batik"
44 download-size="0"
45 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020046 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020047 unpack="false"/>
48
49 <plugin
50 id="org.apache.batik.svggen"
51 download-size="0"
52 install-size="0"
Michael Wenz2f24a1e2019-04-12 16:00:17 +020053 version="1.9.1.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020054 unpack="false"/>
55
56 <plugin
57 id="org.apache.batik.ext.awt"
58 download-size="0"
59 install-size="0"
Michael Wenz2f24a1e2019-04-12 16:00:17 +020060 version="1.9.1.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020061 unpack="false"/>
62
63 <plugin
64 id="org.apache.batik.util"
65 download-size="0"
66 install-size="0"
Michael Wenz2f24a1e2019-04-12 16:00:17 +020067 version="1.9.1.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020068 unpack="false"/>
69
70 <plugin
71 id="org.apache.batik.util.gui"
72 download-size="0"
73 install-size="0"
Michael Wenz2f24a1e2019-04-12 16:00:17 +020074 version="1.9.1.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020075 unpack="false"/>
76
77 <plugin
78 id="org.apache.batik.dom"
79 download-size="0"
80 install-size="0"
Michael Wenz2f24a1e2019-04-12 16:00:17 +020081 version="1.9.1.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020082 unpack="false"/>
83
84 <plugin
85 id="org.apache.batik.css"
86 download-size="0"
87 install-size="0"
Michael Wenz2f24a1e2019-04-12 16:00:17 +020088 version="1.9.1.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020089 unpack="false"/>
90
91 <plugin
92 id="org.w3c.css.sac"
93 download-size="0"
94 install-size="0"
95 version="1.3.1.qualifier"
96 unpack="false"/>
97
98 <plugin
99 id="org.w3c.dom.svg"
100 download-size="0"
101 install-size="0"
102 version="1.1.0.qualifier"
103 unpack="false"/>
104
105 <plugin
106 id="org.w3c.dom.smil"
107 download-size="0"
108 install-size="0"
Michael Wenzd4c0a7d2018-06-04 10:18:19 +0200109 version="1.0.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +0200110 unpack="false"/>
111
112 <plugin
113 id="org.apache.batik.xml"
114 download-size="0"
115 install-size="0"
Michael Wenz2f24a1e2019-04-12 16:00:17 +0200116 version="1.9.1.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +0200117 unpack="false"/>
118
119</feature>