Thomas Watson | 208a1d8 | 2017-06-16 09:23:14 -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 | --> |
| 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 Watson | 227af6c | 2017-06-22 11:04:36 +0300 | [diff] [blame] | 15 | <artifactId>rt.equinox.bundles</artifactId> |
| 16 | <groupId>org.eclipse.equinox.bundles</groupId> |
Niraj Modi | ae08404 | 2019-03-08 14:53:14 +0530 | [diff] [blame^] | 17 | <version>4.12.0-SNAPSHOT</version> |
Thomas Watson | 208a1d8 | 2017-06-16 09:23:14 -0500 | [diff] [blame] | 18 | <relativePath>../../</relativePath> |
| 19 | </parent> |
| 20 | <groupId>org.eclipse.equinox</groupId> |
| 21 | <artifactId>org.eclipse.equinox.log.stream</artifactId> |
Thomas Watson | dd10db6 | 2018-06-06 13:55:50 -0500 | [diff] [blame] | 22 | <version>1.0.100-SNAPSHOT</version> |
Thomas Watson | 208a1d8 | 2017-06-16 09:23:14 -0500 | [diff] [blame] | 23 | <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> |