]> source.dussan.org Git - jgit.git/commit
Ensure that jgit p2 repository is self-contained 37/9237/4
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 29 Sep 2012 13:43:22 +0000 (15:43 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 15 Dec 2012 23:58:05 +0000 (00:58 +0100)
commit903ba8b8fd8aa7f09fc49b0b64e64e7b765d3a58
treecc6b0152b0d43ea60255093d40017d72452357be
parent3f7909b6cb1b9e28a665fab0e7fe95377aed82b5
Ensure that jgit p2 repository is self-contained

Add a new feature for the 3rd party dependencies jgit needs and include
this in org.eclipse.jgit.feature. This ensures that the jgit p2
repository is self-contained and downstream consumers don't need to find
the dependencies elsewhere. We don't add the jetty dependencies needed
to install the test feature org.eclipse.jgit.junit since this is only
used by egit tests.

Change-Id: I60425c746cd50f1875ef8597a8bbefb598b8c982
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
14 files changed:
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/.gitignore [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/.project [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/.settings/org.eclipse.mylyn.team.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/build.properties [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/edl-v10.html [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/feature.properties [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/feature.xml [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/license.html [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/pom.xml [new file with mode: 0644]
org.eclipse.jgit.packaging/pom.xml