Raymond Auge | 198c319 | 2015-01-28 22:43:51 -0500 | [diff] [blame] | 1 | <?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 Modi | ae08404 | 2019-03-08 14:53:14 +0530 | [diff] [blame^] | 18 | <version>4.12.0-SNAPSHOT</version> |
Raymond Auge | 198c319 | 2015-01-28 22:43:51 -0500 | [diff] [blame] | 19 | <relativePath>../../</relativePath> |
| 20 | </parent> |
| 21 | <groupId>org.eclipse.equinox</groupId> |
| 22 | <artifactId>org.eclipse.equinox.http.jetty.starter</artifactId> |
Thomas Watson | dd10db6 | 2018-06-06 13:55:50 -0500 | [diff] [blame] | 23 | <version>1.1.100-SNAPSHOT</version> |
Raymond Auge | 198c319 | 2015-01-28 22:43:51 -0500 | [diff] [blame] | 24 | <packaging>eclipse-plugin</packaging> |
| 25 | </project> |