Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Julian Honnen | f7e971a | 2019-02-07 09:35:35 +0100 | [diff] [blame] | 3 | Copyright (c) 2018 Julian Honnen. |
Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 4 | All rights reserved. This program and the accompanying materials |
| 5 | are made available under the terms of the Eclipse Distribution License v1.0 |
| 6 | which accompanies this distribution, and is available at |
| 7 | http://www.eclipse.org/org/documents/edl-v10.php |
Carsten Hammer | ffec1a4 | 2019-07-05 20:33:32 +0200 | [diff] [blame] | 8 | |
Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 9 | Contributors: |
Julian Honnen | f7e971a | 2019-02-07 09:35:35 +0100 | [diff] [blame] | 10 | Julian Honnen - initial implementation |
Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 11 | --> |
| 12 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 13 | <modelVersion>4.0.0</modelVersion> |
| 14 | <parent> |
| 15 | <artifactId>tests-pom</artifactId> |
| 16 | <groupId>org.eclipse.equinox.bundles</groupId> |
Kit Lo | 438d978 | 2021-09-05 19:43:11 -0400 | [diff] [blame] | 17 | <version>4.22.0-SNAPSHOT</version> |
Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 18 | <relativePath>../../tests-pom/</relativePath> |
| 19 | </parent> |
| 20 | <groupId>org.eclipse.equinox</groupId> |
| 21 | <artifactId>org.eclipse.equinox.common.tests</artifactId> |
Alexander Kurtakov | 053204e | 2021-10-08 10:04:34 +0300 | [diff] [blame] | 22 | <version>3.15.100-SNAPSHOT</version> |
Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 23 | <packaging>eclipse-test-plugin</packaging> |
Alexander Kurtakov | 55b9188 | 2020-07-23 00:28:14 +0300 | [diff] [blame] | 24 | <properties> |
| 25 | <testClass>org.eclipse.equinox.common.tests.AllTests</testClass> |
| 26 | </properties> |
Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 27 | </project> |