From 96c7f75fade2bd36a0e7d9dbb2064de0ed452021 Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Sat, 5 Dec 2009 01:07:42 -0500 Subject: [PATCH] Flipped jgit.core to manifest-first maven-3/tycho build Change-Id: I6005134a45046d16e323a2f9b2815831cdbe15e0 Signed-off-by: Igor Fedorenko --- org.eclipse.jgit-feature/pom.xml | 61 ++++++++++++++++++++++++++++++++ org.eclipse.jgit/pom.xml | 15 ++------ pom.xml | 46 ++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 12 deletions(-) create mode 100644 org.eclipse.jgit-feature/pom.xml diff --git a/org.eclipse.jgit-feature/pom.xml b/org.eclipse.jgit-feature/pom.xml new file mode 100644 index 000000000..00c076a1e --- /dev/null +++ b/org.eclipse.jgit-feature/pom.xml @@ -0,0 +1,61 @@ + + + + + 4.0.0 + + + org.eclipse.jgit + jgit-parent + 0.6.0-SNAPSHOT + + + org.eclipse.jgit-feature + eclipse-feature + + diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index e0359398b..ce3256a51 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -1,6 +1,7 @@ + + + nexus + http://repository.sonatype.org/content/groups/public + + true + + + true + + + + @@ -169,6 +196,23 @@ + + + org.sonatype.tycho + tycho-maven-plugin + ${tycho-version} + true + + + + org.sonatype.tycho + target-platform-configuration + ${tycho-version} + + p2 + + + @@ -253,5 +297,7 @@ org.eclipse.jgit.pgm org.eclipse.jgit.junit org.eclipse.jgit.test + + org.eclipse.jgit-feature