blob: 318e0b033ffc4445d909f87503c400106183495b [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -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
13<project
14 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
15 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16 <modelVersion>4.0.0</modelVersion>
17
18 <parent>
19 <artifactId>rt.equinox.bundles</artifactId>
20 <groupId>org.eclipse.equinox.bundles</groupId>
21 <version>3.8.0-SNAPSHOT</version>
22 <relativePath>../../</relativePath>
23 </parent>
24
Thomas Watson55c89972013-02-25 11:02:24 -060025 <groupId>org.eclipse.equinox</groupId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050026 <artifactId>org.eclipse.equinox.security.ui</artifactId>
Thomas Watsonedc3a542012-05-22 15:49:34 -050027 <version>1.1.100-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050028 <packaging>eclipse-plugin</packaging>
29
30</project>