Thomas Watson | 916c5cb | 2013-08-30 08:15:58 -0500 | [diff] [blame] | 1 | <?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 Modi | ae08404 | 2019-03-08 14:53:14 +0530 | [diff] [blame^] | 17 | <version>4.12.0-SNAPSHOT</version> |
Thomas Watson | 916c5cb | 2013-08-30 08:15:58 -0500 | [diff] [blame] | 18 | </parent> |
| 19 | <artifactId>tests-pom</artifactId> |
Thomas Watson | 916c5cb | 2013-08-30 08:15:58 -0500 | [diff] [blame] | 20 | <packaging>pom</packaging> |
| 21 | <properties> |
| 22 | <code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings> |
| 23 | </properties> |
| 24 | </project> |