1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
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
11 <project xmlns="http://maven.apache.org/POM/4.0.0"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14 <modelVersion>4.0.0</modelVersion>
20 <groupId>org.eclipse.egit</groupId>
21 <artifactId>egit-parent</artifactId>
22 <version>0.6.0-SNAPSHOT</version>
23 <packaging>pom</packaging>
25 <name>EGit Parent</name>
28 <tycho-version>0.6.0</tycho-version>
32 <module>org.eclipse.egit</module>
33 <module>org.eclipse.egit.core</module>
34 <module>org.eclipse.egit.ui</module>
36 <module>org.eclipse.egit-feature</module>
37 <module>org.eclipse.egit-updatesite</module>
39 <module>org.eclipse.egit.core.test</module>
46 <url>http://download.eclipse.org/releases/galileo</url>
53 <groupId>org.sonatype.tycho</groupId>
54 <artifactId>tycho-maven-plugin</artifactId>
55 <version>${tycho-version}</version>
56 <extensions>true</extensions>
59 <groupId>org.sonatype.tycho</groupId>
60 <artifactId>target-platform-configuration</artifactId>
61 <version>${tycho-version}</version>
63 <resolver>p2</resolver>
70 <groupId>org.sonatype.tycho</groupId>
71 <artifactId>maven-osgi-compiler-plugin</artifactId>
72 <version>${tycho-version}</version>
74 <encoding>UTF-8</encoding>
78 <groupId>org.apache.maven.plugins</groupId>
79 <artifactId>maven-resources-plugin</artifactId>
80 <version>2.4.1</version>
82 <encoding>ISO-8859-1</encoding>