blob: 7ed91a30304e15f1af54966b82fd1ad65f745c21 [file] [log] [blame]
Michael Wenzc67bcd32015-06-12 16:49:36 +02001<?xml version="1.0" encoding="UTF-8"?>
Michael Wenzad1d24a2019-04-16 13:44:26 +02002<!--
3 Copyright (c) 2005, 2019 SAP SE
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License 2.0
6 which accompanies this distribution, and is available at
7 https://www.eclipse.org/legal/epl-2.0/
8
9 SPDX-License-Identifier: EPL-2.0
10-->
Michael Wenzc67bcd32015-06-12 16:49:36 +020011<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
13 <modelVersion>4.0.0</modelVersion>
14
15 <parent>
16 <groupId>org.eclipse.graphiti</groupId>
17 <artifactId>parent</artifactId>
Michael Wenzf3ed1ca2020-05-08 18:10:50 +020018 <version>0.17.0-SNAPSHOT</version>
Michael Wenzc67bcd32015-06-12 16:49:36 +020019 <relativePath>../../parent</relativePath>
20 </parent>
21
Michael Wenz54eab852015-12-30 15:07:12 +010022 <name>SVG Export</name>
Michael Wenzc67bcd32015-06-12 16:49:36 +020023 <artifactId>org.eclipse.graphiti.export.batik</artifactId>
24 <packaging>eclipse-plugin</packaging>
25</project>