blob: 84ac661feb2f0e1756de1bb73df06d1fc219dcd0 [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
John Ross416adca2013-10-09 06:58:47 -05003 Copyright (c) 2012, 2013 Eclipse Foundation.
Thomas Watson0c5882c2012-05-22 13:41:26 -05004 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 Watson8b767d42013-03-27 09:42:24 -050012<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 Watson0c5882c2012-05-22 13:41:26 -050013 <modelVersion>4.0.0</modelVersion>
14 <parent>
15 <artifactId>rt.equinox.bundles</artifactId>
16 <groupId>org.eclipse.equinox.bundles</groupId>
Niraj Modiae084042019-03-08 14:53:14 +053017 <version>4.12.0-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050018 <relativePath>../../</relativePath>
19 </parent>
Thomas Watson55c89972013-02-25 11:02:24 -060020 <groupId>org.eclipse.equinox</groupId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050021 <artifactId>org.eclipse.equinox.coordinator</artifactId>
Thomas Watsondd10db62018-06-06 13:55:50 -050022 <version>1.3.600-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050023 <packaging>eclipse-plugin</packaging>
John Ross416adca2013-10-09 06:58:47 -050024 <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>
Thomas Watson4d17de12016-11-07 10:01:26 -060032 <arg>-nowarn:[${project.basedir}/osgi]</arg>
John Ross416adca2013-10-09 06:58:47 -050033 </compilerArgs>
34 </configuration>
35 </plugin>
36 </plugins>
37 </build>
Thomas Watson0c5882c2012-05-22 13:41:26 -050038</project>