blob: e023232f5ad62405cd2c529e6ab05e7c61d10fb0 [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Raymond Augeaaa138e2016-02-16 15:04:15 -05003 Copyright (c) 2012, 2016 Eclipse Foundation and others.
Thomas Watson0c5882c2012-05-22 13:41:26 -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 Watson0c5882c2012-05-22 13:41:26 -05009 Contributors:
10 Igor Fedorenko - initial implementation
Raymond Augeaaa138e2016-02-16 15:04:15 -050011 Raymond Augé - bug fixes and enhancements
Thomas Watson0c5882c2012-05-22 13:41:26 -050012-->
Thomas Watson8b767d42013-03-27 09:42:24 -050013<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 Watson0c5882c2012-05-22 13:41:26 -050014 <modelVersion>4.0.0</modelVersion>
15 <parent>
16 <artifactId>rt.equinox.bundles</artifactId>
17 <groupId>org.eclipse.equinox.bundles</groupId>
Alexander Kurtakovfa5474f2021-03-05 11:03:49 +020018 <version>4.20.0-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050019 <relativePath>../../</relativePath>
20 </parent>
Thomas Watson55c89972013-02-25 11:02:24 -060021 <groupId>org.eclipse.equinox</groupId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050022 <artifactId>org.eclipse.equinox.http.servlet</artifactId>
Alexander Kurtakov0e1d3b72021-02-24 17:01:46 +020023 <version>1.7.100-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050024 <packaging>eclipse-plugin</packaging>
Thomas Watson0c5882c2012-05-22 13:41:26 -050025</project>