diff options
author | Mike Edgar <adgar@google.com> | 2016-04-12 22:23:08 -0400 |
---|---|---|
committer | Mike Edgar <adgar@google.com> | 2016-04-14 23:00:35 -0400 |
commit | 3b526f863aa154e76ac9d93547ac7a90f6e579e0 (patch) | |
tree | c1b2d9e0b0658e72ebcfe27772bfeead03e046ea /pom.xml | |
parent | 4812fdab61c1ac61863247574be03425ba3bc674 (diff) | |
download | jgit-3b526f863aa154e76ac9d93547ac7a90f6e579e0.tar.gz jgit-3b526f863aa154e76ac9d93547ac7a90f6e579e0.zip |
Fix Buck build broken by 4812fda.
Creates a source directory under org.eclipse.jgit.http.test
for the new support class.
Signed-off-by: Michael Edgar <adgar@google.com>
Change-Id: Ie49492c2bbe5c1db96ceb0dc06fa7cb9f927431a
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -453,6 +453,7 @@ <configuration> <encoding>${project.build.sourceEncoding}</encoding> <quiet>true</quiet> + <excludePackageNames>org.eclipse.jgit.http.test</excludePackageNames> <links> <link>http://docs.oracle.com/javase/7/docs/api</link> </links> |