blob: 1182b2d60df601c6f7a78633273676f5275090ca [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Alexander Kurtakovc942ec92018-04-30 19:09:38 +03003 Copyright (c) 2012, 2018 Eclipse Foundation and others.
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>
Thomas Watson916c5cb2013-08-30 08:15:58 -050015 <artifactId>tests-pom</artifactId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050016 <groupId>org.eclipse.equinox.bundles</groupId>
Alexander Kurtakova0393a62017-06-22 11:31:43 +030017 <version>4.8.0-SNAPSHOT</version>
Thomas Watson916c5cb2013-08-30 08:15:58 -050018 <relativePath>../../tests-pom/</relativePath>
Thomas Watson0c5882c2012-05-22 13:41:26 -050019 </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.security.tests</artifactId>
Karsten Thoms4190b192017-12-21 14:58:58 +010022 <version>1.0.300-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050023 <packaging>eclipse-test-plugin</packaging>
Alexander Kurtakovc942ec92018-04-30 19:09:38 +030024 <properties>
25 <skipTests>true</skipTests>
26 </properties>
Thomas Watson0c5882c2012-05-22 13:41:26 -050027</project>