Michael Wenz | c67bcd3 | 2015-06-12 16:49:36 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
Michael Wenz | ad1d24a | 2019-04-16 13:44:26 +0200 | [diff] [blame] | 2 | <!--
|
| 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 Wenz | c67bcd3 | 2015-06-12 16:49:36 +0200 | [diff] [blame] | 11 | <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 Wenz | f3ed1ca | 2020-05-08 18:10:50 +0200 | [diff] [blame^] | 18 | <version>0.17.0-SNAPSHOT</version>
|
Michael Wenz | c67bcd3 | 2015-06-12 16:49:36 +0200 | [diff] [blame] | 19 | <relativePath>../../parent</relativePath>
|
| 20 | </parent>
|
| 21 |
|
Michael Wenz | 54eab85 | 2015-12-30 15:07:12 +0100 | [diff] [blame] | 22 | <name>SVG Export</name>
|
Michael Wenz | c67bcd3 | 2015-06-12 16:49:36 +0200 | [diff] [blame] | 23 | <artifactId>org.eclipse.graphiti.export.batik</artifactId>
|
| 24 | <packaging>eclipse-plugin</packaging>
|
| 25 | </project> |