diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-04-16 17:40:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-10 00:48:59 +0200 |
commit | 43543e79a4039c213be5d82cd9425f4b878d753e (patch) | |
tree | 8d1bf27203e4355b8ac2a8d31bf210e5aa6f61d2 /org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore | |
parent | c3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03 (diff) | |
download | jgit-43543e79a4039c213be5d82cd9425f4b878d753e.tar.gz jgit-43543e79a4039c213be5d82cd9425f4b878d753e.zip |
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |