1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3   Copyright (C) 2013, Red Hat, Inc. and others
4
5   All rights reserved. This program and the accompanying materials
6   are made available under the terms of the Eclipse Public License v1.0
7   which accompanies this distribution, and is available at
8   http://www.eclipse.org/legal/epl-v10.html
9
10   Contributors:
11       Red Hat Incorporated - initial implementation
12-->
13<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
14    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15  <modelVersion>4.0.0</modelVersion>
16  <parent>
17    <groupId>org.python.pydev</groupId>
18    <artifactId>plugins</artifactId>
19    <version>8.2.0-SNAPSHOT</version>
20    <relativePath>../pom.xml</relativePath>
21  </parent>
22  <groupId>org.python.pydev</groupId>
23  <artifactId>org.python.pydev.shared_core</artifactId>
24  <packaging>eclipse-test-plugin</packaging>
25</project>
26