blob: 2cfed72ff125966748e8e38678937b03b38ec206 [file] [log] [blame]
Thomas Watson916c5cb2013-08-30 08:15:58 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2013 Eclipse Foundation and others.
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
8
9 Contributors:
10 IBM Corporation - initial API and implementation
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 <groupId>org.eclipse.equinox.bundles</groupId>
16 <artifactId>rt.equinox.bundles</artifactId>
Niraj Modiae084042019-03-08 14:53:14 +053017 <version>4.12.0-SNAPSHOT</version>
Thomas Watson916c5cb2013-08-30 08:15:58 -050018 </parent>
19 <artifactId>tests-pom</artifactId>
Thomas Watson916c5cb2013-08-30 08:15:58 -050020 <packaging>pom</packaging>
21 <properties>
22 <code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
23 </properties>
24</project>