blob: d878c793b84890bfe5f9f87e6663187d78dc36c8 [file] [log] [blame]
Julien HENRY2113ebe2017-04-14 11:08:29 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Jeff Johnstonfdebce62021-01-12 17:57:54 -05003 Copyright (c) 2017, 2021 Eclipse Foundation.
Julien HENRY2113ebe2017-04-14 11:08:29 +02004 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 Julien HENRY - Linux implementation
Jeff Johnstonfdebce62021-01-12 17:57:54 -050011 Red Hat Inc. - Replace Linux implementation with JNA version
Julien HENRY2113ebe2017-04-14 11:08:29 +020012-->
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>rt.equinox.bundles</artifactId>
17 <groupId>org.eclipse.equinox.bundles</groupId>
Sravan Kumar Lakkimsetti33ee21b2020-12-02 00:15:38 +053018 <version>4.19.0-SNAPSHOT</version>
Julien HENRY2113ebe2017-04-14 11:08:29 +020019 <relativePath>../../</relativePath>
20 </parent>
21 <groupId>org.eclipse.equinox</groupId>
22 <artifactId>org.eclipse.equinox.security.linux.x86_64</artifactId>
Jeff Johnstonfdebce62021-01-12 17:57:54 -050023 <version>1.1.500-SNAPSHOT</version>
Julien HENRY2113ebe2017-04-14 11:08:29 +020024 <packaging>eclipse-plugin</packaging>
25
Mickael Istriab1ecd002019-06-20 15:37:04 +020026 <properties>
27 <skipAPIAnalysis>true</skipAPIAnalysis>
28 </properties>
29
Jeff Johnstonfdebce62021-01-12 17:57:54 -050030 </project>