diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-08 22:42:20 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-09 11:08:07 +0200 |
commit | e1af16ad99c1e46e840d9afa52bb88af8cc430f0 (patch) | |
tree | eabd2a7f5b97effab2d5412cf3c3aefcbcabc6dd /org.eclipse.jgit.storage.dht | |
parent | 22df55c8b3bfee29c173e1d27b62c1c6244045b6 (diff) | |
download | jgit-e1af16ad99c1e46e840d9afa52bb88af8cc430f0.tar.gz 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.storage.dht')
-rw-r--r-- | org.eclipse.jgit.storage.dht/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.storage.dht/pom.xml b/org.eclipse.jgit.storage.dht/pom.xml index e2340ab7a7..5c1cf4dc01 100644 --- a/org.eclipse.jgit.storage.dht/pom.xml +++ b/org.eclipse.jgit.storage.dht/pom.xml @@ -86,6 +86,7 @@ <directory>.</directory> <includes> <include>plugin.properties</include> + <include>about.html</include> </includes> </resource> <resource> |