blob: aee8c7fac66413fb53d7f2479b3d053cf9631b16 [file] [log] [blame]
Julian Honnen036a8c52019-02-06 16:56:59 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Julian Honnenf7e971a2019-02-07 09:35:35 +01003 Copyright (c) 2018 Julian Honnen.
Julian Honnen036a8c52019-02-06 16:56:59 +01004 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 Hammerffec1a42019-07-05 20:33:32 +02008
Julian Honnen036a8c52019-02-06 16:56:59 +01009 Contributors:
Julian Honnenf7e971a2019-02-07 09:35:35 +010010 Julian Honnen - initial implementation
Julian Honnen036a8c52019-02-06 16:56:59 +010011-->
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 Lo438d9782021-09-05 19:43:11 -040017 <version>4.22.0-SNAPSHOT</version>
Julian Honnen036a8c52019-02-06 16:56:59 +010018 <relativePath>../../tests-pom/</relativePath>
19 </parent>
20 <groupId>org.eclipse.equinox</groupId>
21 <artifactId>org.eclipse.equinox.common.tests</artifactId>
Alexander Kurtakov053204e2021-10-08 10:04:34 +030022 <version>3.15.100-SNAPSHOT</version>
Julian Honnen036a8c52019-02-06 16:56:59 +010023 <packaging>eclipse-test-plugin</packaging>
Alexander Kurtakov55b91882020-07-23 00:28:14 +030024 <properties>
25 <testClass>org.eclipse.equinox.common.tests.AllTests</testClass>
26 </properties>
Julian Honnen036a8c52019-02-06 16:56:59 +010027</project>