Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-08-25 00:14:47 +0000
committerChris Aniszczyk2010-08-26 17:20:15 +0000
commit61d5f9d2e9dc25be3fc949a0b19b0890defcdd88 (patch)
treecad2330a0ddd8ef66af26c598e88b42e42f2e67b /org.eclipse.egit.source-feature/pom.xml
parent8bcbd2f57d8f98ac6aa265f7a6588229d2dda18f (diff)
downloadegit-61d5f9d2e9dc25be3fc949a0b19b0890defcdd88.tar.gz
egit-61d5f9d2e9dc25be3fc949a0b19b0890defcdd88.tar.xz
egit-61d5f9d2e9dc25be3fc949a0b19b0890defcdd88.zip
Generate source bundles and source feature for egit
Change-Id: Ibbd7cd29abb7b1c8ae680e7533cb5c3ba86be6e9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.egit.source-feature/pom.xml')
-rw-r--r--org.eclipse.egit.source-feature/pom.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/org.eclipse.egit.source-feature/pom.xml b/org.eclipse.egit.source-feature/pom.xml
new file mode 100644
index 0000000000..0f14a37cf9
--- /dev/null
+++ b/org.eclipse.egit.source-feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.egit</groupId>
+ <artifactId>egit-parent</artifactId>
+ <version>0.9.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.egit.source-feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <name>Eclipse EGit Sources Feature (Incubation)</name>
+
+</project>

Back to the top