blob: b894c71c2b69846d1b95e66da641083dd6f3a11d [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>
17 <version>4.4.0-SNAPSHOT</version>
18 </parent>
19 <artifactId>tests-pom</artifactId>
20 <version>4.4.0-SNAPSHOT</version>
21 <packaging>pom</packaging>
22 <properties>
23 <code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
24 </properties>
25</project>