blob: 468682a003289b33fa809eccffce170d29bb354d [file] [log] [blame]
Thomas Watson208a1d82017-06-16 09:23:14 -05001<?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-->
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>
Thomas Watson227af6c2017-06-22 11:04:36 +030015 <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 Watson208a1d82017-06-16 09:23:14 -050018 <relativePath>../../</relativePath>
19 </parent>
20 <groupId>org.eclipse.equinox</groupId>
21 <artifactId>org.eclipse.equinox.log.stream</artifactId>
Thomas Watsondd10db62018-06-06 13:55:50 -050022 <version>1.0.100-SNAPSHOT</version>
Thomas Watson208a1d82017-06-16 09:23:14 -050023 <packaging>eclipse-plugin</packaging>
24
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.eclipse.tycho</groupId>
29 <artifactId>tycho-compiler-plugin</artifactId>
30 <version>${tycho.version}</version>
31 <configuration>
32 <compilerArgs>
33 <arg>-nowarn:[${project.basedir}/osgi/src]</arg>
34 </compilerArgs>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39</project>