diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-08 21:51:51 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-08 21:51:51 +0200 |
commit | 8c5f403c0c534607298941b64197ee65edf26ba5 (patch) | |
tree | 0aed52838ec43e63d87bce56ecff26ea618a6dbc /org.eclipse.jgit.http.server/build.properties | |
parent | 9c67a391f17dc00a0a421ba9c04db8d1f862d264 (diff) | |
download | jgit-8c5f403c0c534607298941b64197ee65edf26ba5.tar.gz jgit-8c5f403c0c534607298941b64197ee65edf26ba5.zip |
Add missing about.html files to all shipped bundles
Change-Id: I5a4ad9493da3816f21d9fdd0b5b977388d074500
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server/build.properties')
-rw-r--r-- | org.eclipse.jgit.http.server/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.server/build.properties b/org.eclipse.jgit.http.server/build.properties index aa1a008269..b67aba1a41 100644 --- a/org.eclipse.jgit.http.server/build.properties +++ b/org.eclipse.jgit.http.server/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.properties + plugin.properties,\ + about.html |