1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3  Copyright (c) 2012, 2016 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     Igor Fedorenko - initial implementation
11     Lars Vogel <Lars.Vogel@gmail.com> - Bug 441114
12-->
13<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">
14  <modelVersion>4.0.0</modelVersion>
15  <parent>
16    <artifactId>eclipse.platform.ui</artifactId>
17    <groupId>eclipse.platform.ui</groupId>
18    <version>4.16.0-SNAPSHOT</version>
19    <relativePath>../../</relativePath>
20  </parent>
21  <groupId>org.eclipse.ui</groupId>
22  <artifactId>org.eclipse.ui.navigator</artifactId>
23  <version>3.9.300-SNAPSHOT</version>
24  <packaging>eclipse-plugin</packaging>
25
26  <properties>
27    <code.ignoredWarnings>-warn:-deprecation,raw,unchecked</code.ignoredWarnings>
28  </properties>
29
30</project>
31