Harald Mackamul | fbda9af | 2017-05-03 12:23:21 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | |
| 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
| 7 | <parent> |
| 8 | <relativePath>../../build/org.eclipse.app4mc.build/pom.xml</relativePath> |
| 9 | <groupId>org.eclipse.app4mc.build</groupId> |
| 10 | <artifactId>parent</artifactId> |
Harald Mackamul | 7976e27 | 2019-02-18 08:38:52 +0100 | [diff] [blame] | 11 | <version>0.9.4-SNAPSHOT</version> |
Harald Mackamul | fbda9af | 2017-05-03 12:23:21 +0200 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <artifactId>org.eclipse.app4mc.multicore.execution.ui.widget</artifactId> |
| 15 | <packaging>eclipse-plugin</packaging> |
| 16 | |
| 17 | </project> |