diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-03 00:53:00 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-03 00:53:00 +0100 |
commit | e0910edf7c2c3319d4cd4b610f1e6316da9da4e0 (patch) | |
tree | 924eb3c0907a7d3b21118e9ca7d01f42cafb953d /org.eclipse.jgit/pom.xml | |
parent | 9c7371a8c40add3674106b301bacf060d092404b (diff) | |
download | jgit-e0910edf7c2c3319d4cd4b610f1e6316da9da4e0.tar.gz jgit-e0910edf7c2c3319d4cd4b610f1e6316da9da4e0.zip |
Include eclipse.inf
Commit 9169e7f9ec281740b6d55586d91a82e4ea6d7399 failed to add
org.eclipse.jgit/META-INF/eclipse.inf in order to fix bug 372845 since
JGit is not yet built by Tycho. Hence explicitly including it.
Bug: 372845
Change-Id: I6cb12327a237d69fbfe3d5e77d8a6ad7de442ad5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/pom.xml')
-rw-r--r-- | org.eclipse.jgit/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 4c76cfc93d..ae2fe59b5d 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -84,6 +84,7 @@ <includes> <include>plugin.properties</include> <include>about.html</include> + <include>META-INF/eclipse.inf</include> </includes> </resource> <resource> |