Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Raymond Auge | aaa138e | 2016-02-16 15:04:15 -0500 | [diff] [blame] | 3 | Copyright (c) 2012, 2016 Eclipse Foundation and others. |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -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 | 0c5882c | 2012-05-22 13:41:26 -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 | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 12 | --> |
Thomas Watson | 8b767d4 | 2013-03-27 09:42:24 -0500 | [diff] [blame] | 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"> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 14 | <modelVersion>4.0.0</modelVersion> |
| 15 | <parent> |
| 16 | <artifactId>rt.equinox.bundles</artifactId> |
| 17 | <groupId>org.eclipse.equinox.bundles</groupId> |
Alexander Kurtakov | fa5474f | 2021-03-05 11:03:49 +0200 | [diff] [blame] | 18 | <version>4.20.0-SNAPSHOT</version> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 19 | <relativePath>../../</relativePath> |
| 20 | </parent> |
Thomas Watson | 55c8997 | 2013-02-25 11:02:24 -0600 | [diff] [blame] | 21 | <groupId>org.eclipse.equinox</groupId> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 22 | <artifactId>org.eclipse.equinox.http.servlet</artifactId> |
Alexander Kurtakov | 0e1d3b7 | 2021-02-24 17:01:46 +0200 | [diff] [blame^] | 23 | <version>1.7.100-SNAPSHOT</version> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 24 | <packaging>eclipse-plugin</packaging> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 25 | </project> |