From 43543e79a4039c213be5d82cd9425f4b878d753e Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 16 Apr 2012 17:40:43 +0200 Subject: Update tycho version to 0.14.1 Tycho 0.14.1 enforces that artifactId and feature/bundle SymbolicName must match, hence follow recommended migration practice and change groupId of feature projects in order not to change the feature names as this would require a feature migration. Also migrate the p2 repository build from the deprecated packaging type eclipse-update-site to packaging type eclipse-repository. Change-Id: I99fc6c2bbb20efbd6514bdd9940f3535707c21bc Signed-off-by: Matthias Sohn --- org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore') diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore new file mode 100644 index 0000000000..2f7896d1d1 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore @@ -0,0 +1 @@ +target/ -- cgit v1.2.3