blob: db3617fddde3f4c09b706cf5efb9842a6d143f26 [file] [log] [blame]
Thomas Watsoncdcd0942014-03-19 12:38:28 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012 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 Igor Fedorenko - initial implementation
11-->
12<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">
13 <modelVersion>4.0.0</modelVersion>
14 <parent>
Thomas Watson5d16cf22014-03-19 13:00:01 -050015 <artifactId>rt.equinox.bundles</artifactId>
16 <groupId>org.eclipse.equinox.bundles</groupId>
Alexander Kurtakovfa5474f2021-03-05 11:03:49 +020017 <version>4.20.0-SNAPSHOT</version>
Thomas Watsoncdcd0942014-03-19 12:38:28 -050018 <relativePath>../../</relativePath>
19 </parent>
20 <groupId>org.eclipse.equinox.feature</groupId>
21 <artifactId>org.eclipse.equinox.core.sdk</artifactId>
Thomas Watsonfddd5612021-03-08 10:26:23 -060022 <version>3.23.0-SNAPSHOT</version>
Thomas Watsoncdcd0942014-03-19 12:38:28 -050023 <packaging>eclipse-feature</packaging>
24</project>