Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright (c) 2012 Eclipse Foundation. |
| 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 | Igor Fedorenko - initial implementation |
| 11 | --> |
Thomas Watson | 8b767d4 | 2013-03-27 09:42:24 -0500 | [diff] [blame] | 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"> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 13 | <modelVersion>4.0.0</modelVersion> |
| 14 | <parent> |
| 15 | <artifactId>rt.equinox.bundles</artifactId> |
| 16 | <groupId>org.eclipse.equinox.bundles</groupId> |
Sravan Kumar Lakkimsetti | 097ba50 | 2021-11-25 15:33:16 +0530 | [diff] [blame] | 17 | <version>4.23.0-SNAPSHOT</version> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 18 | <relativePath>../../</relativePath> |
| 19 | </parent> |
Thomas Watson | 55c8997 | 2013-02-25 11:02:24 -0600 | [diff] [blame] | 20 | <groupId>org.eclipse.equinox</groupId> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 21 | <artifactId>org.eclipse.equinox.io</artifactId> |
Jonah Graham | da6bb66 | 2021-10-18 17:22:43 -0400 | [diff] [blame] | 22 | <version>1.1.400-SNAPSHOT</version> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 23 | <packaging>eclipse-plugin</packaging> |
Thomas Watson | 4d17de1 | 2016-11-07 10:01:26 -0600 | [diff] [blame] | 24 | <build> |
| 25 | <plugins> |
| 26 | <plugin> |
| 27 | <groupId>org.eclipse.tycho</groupId> |
| 28 | <artifactId>tycho-compiler-plugin</artifactId> |
| 29 | <version>${tycho.version}</version> |
| 30 | <configuration> |
| 31 | <compilerArgs> |
| 32 | <arg>-nowarn:[${project.basedir}/osgi]</arg> |
| 33 | </compilerArgs> |
| 34 | </configuration> |
| 35 | </plugin> |
| 36 | </plugins> |
| 37 | </build> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 38 | </project> |