1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
4 Copyright (C) 2010, Chris Aniszczyk <caniszczyk@gmail.com>
6 All rights reserved. This program and the accompanying materials
7 are made available under the terms of the Eclipse Public License v1.0
8 which accompanies this distribution, and is available at
9 http://www.eclipse.org/legal/epl-v10.html
12 <project xmlns="http://maven.apache.org/POM/4.0.0"
13 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15 <modelVersion>4.0.0</modelVersion>
18 <groupId>org.eclipse.egit</groupId>
19 <artifactId>egit-parent</artifactId>
20 <version>4.2.0-SNAPSHOT</version>
23 <artifactId>org.eclipse.egit.core</artifactId>
24 <packaging>eclipse-plugin</packaging>
26 <name>Git Team Provider (Core)</name>
31 <groupId>org.eclipse.tycho</groupId>
32 <artifactId>tycho-source-plugin</artifactId>