blob: 027e49c85bdbbf6a447add03e62d5cd4e4b9ae66 [file] [log] [blame]
Raymond Auge198c3192015-01-28 22:43:51 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2015 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 Raymond Augé - initial implementation
11-->
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>rt.equinox.bundles</artifactId>
17 <groupId>org.eclipse.equinox.bundles</groupId>
Niraj Modiae084042019-03-08 14:53:14 +053018 <version>4.12.0-SNAPSHOT</version>
Raymond Auge198c3192015-01-28 22:43:51 -050019 <relativePath>../../</relativePath>
20 </parent>
21 <groupId>org.eclipse.equinox</groupId>
22 <artifactId>org.eclipse.equinox.http.jetty.starter</artifactId>
Thomas Watsondd10db62018-06-06 13:55:50 -050023 <version>1.1.100-SNAPSHOT</version>
Raymond Auge198c3192015-01-28 22:43:51 -050024 <packaging>eclipse-plugin</packaging>
25</project>