blob: ddb305bf375ee297a2ecd4ace890d76ecf232b20 [file] [log] [blame]
Thomas Watsond27519a2014-09-22 09:27:52 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Alexander Kurtakov8c919692017-11-12 08:44:19 +02003 Copyright (c) 2012, 2017 Eclipse Foundation and others.
Thomas Watsond27519a2014-09-22 09:27:52 -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
Raymond Auge57395de2016-07-18 12:00:46 -04008
Thomas Watsond27519a2014-09-22 09:27:52 -05009 Contributors:
10 Igor Fedorenko - initial implementation
Raymond Augeaaa138e2016-02-16 15:04:15 -050011 Raymond Augé - bug fixes and enhancements
Thomas Watsond27519a2014-09-22 09:27:52 -050012-->
13
14<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">
15 <modelVersion>4.0.0</modelVersion>
16 <parent>
17 <artifactId>rt.equinox.bundles</artifactId>
18 <groupId>org.eclipse.equinox.bundles</groupId>
Mat Booth41db00b2020-03-06 19:09:09 +000019 <version>4.16.0-SNAPSHOT</version>
Thomas Watsond27519a2014-09-22 09:27:52 -050020 <relativePath>../../</relativePath>
21 </parent>
22 <groupId>org.eclipse.equinox</groupId>
23 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
Karsten Thoms3a7f1992019-12-11 18:43:11 +010024 <version>3.7.400-SNAPSHOT</version>
Thomas Watsond27519a2014-09-22 09:27:52 -050025 <packaging>eclipse-plugin</packaging>
26</project>