Thomas Watson | d27519a | 2014-09-22 09:27:52 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Alexander Kurtakov | 8c91969 | 2017-11-12 08:44:19 +0200 | [diff] [blame] | 3 | Copyright (c) 2012, 2017 Eclipse Foundation and others. |
Thomas Watson | d27519a | 2014-09-22 09:27:52 -0500 | [diff] [blame] | 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 |
Raymond Auge | 57395de | 2016-07-18 12:00:46 -0400 | [diff] [blame] | 8 | |
Thomas Watson | d27519a | 2014-09-22 09:27:52 -0500 | [diff] [blame] | 9 | Contributors: |
| 10 | Igor Fedorenko - initial implementation |
Raymond Auge | aaa138e | 2016-02-16 15:04:15 -0500 | [diff] [blame] | 11 | Raymond Augé - bug fixes and enhancements |
Thomas Watson | d27519a | 2014-09-22 09:27:52 -0500 | [diff] [blame] | 12 | --> |
| 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 Booth | 41db00b | 2020-03-06 19:09:09 +0000 | [diff] [blame^] | 19 | <version>4.16.0-SNAPSHOT</version> |
Thomas Watson | d27519a | 2014-09-22 09:27:52 -0500 | [diff] [blame] | 20 | <relativePath>../../</relativePath> |
| 21 | </parent> |
| 22 | <groupId>org.eclipse.equinox</groupId> |
| 23 | <artifactId>org.eclipse.equinox.http.jetty</artifactId> |
Karsten Thoms | 3a7f199 | 2019-12-11 18:43:11 +0100 | [diff] [blame] | 24 | <version>3.7.400-SNAPSHOT</version> |
Thomas Watson | d27519a | 2014-09-22 09:27:52 -0500 | [diff] [blame] | 25 | <packaging>eclipse-plugin</packaging> |
| 26 | </project> |