From 4269a90aaceb0bacb2a2b41981e764dba44d2c52 Mon Sep 17 00:00:00 2001
From: Matthias Sohn <matthias.sohn@sap.com>
Date: Tue, 8 Jun 2010 02:36:43 +0200
Subject: [PATCH] Include about.html in org.eclipse.jgit artifact

This is required to enable accessing legal info for
org.eclipse.jgit from
Help > About > Installation Details > Plugins

Change-Id: I73f40dd2018112cd23102954d7647ecdbbbf0d89
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
---
 org.eclipse.jgit/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml
index 0b3cb1633..ac688be64 100644
--- a/org.eclipse.jgit/pom.xml
+++ b/org.eclipse.jgit/pom.xml
@@ -82,6 +82,7 @@
         <directory>.</directory>
         <includes>
           <include>plugin.properties</include>
+          <include>about.html</include>
         </includes>
       </resource>
       <resource>
-- 
GitLab