Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-08 20:42:20 +0000
committerMatthias Sohn2011-06-09 09:08:07 +0000
commite1af16ad99c1e46e840d9afa52bb88af8cc430f0 (patch)
treeeabd2a7f5b97effab2d5412cf3c3aefcbcabc6dd /org.eclipse.jgit.pgm
parent22df55c8b3bfee29c173e1d27b62c1c6244045b6 (diff)
downloadjgit-e1af16ad99c1e46e840d9afa52bb88af8cc430f0.tar.gz
jgit-e1af16ad99c1e46e840d9afa52bb88af8cc430f0.tar.xz
jgit-e1af16ad99c1e46e840d9afa52bb88af8cc430f0.zip
Include about.html files in maven build
Change-Id: Ifa96090eb0fc336ee8080385f48212b5158dd9f7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r--org.eclipse.jgit.pgm/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml
index bcbe74cd93..f494039766 100644
--- a/org.eclipse.jgit.pgm/pom.xml
+++ b/org.eclipse.jgit.pgm/pom.xml
@@ -109,6 +109,7 @@
<directory>.</directory>
<includes>
<include>META-INF/services/org.eclipse.jgit.pgm.TextBuiltin</include>
+ <include>about.html</include>
</includes>
</resource>
<resource>

Back to the top