Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-09-03 12:21:04 +0000
committerMatthias Sohn2019-09-03 12:21:35 +0000
commitdc0e5d34e61293fbf5aa616269776831864a5c03 (patch)
tree37090fd65e23c2479b2e2b65c24523569b124935 /org.eclipse.jgit.test/BUILD
parentb525036e586c1e3e8ec5ab316cef1652603fe78e (diff)
parent66169ca759a7b4844a7ad12461b155ecf174ef16 (diff)
downloadjgit-stable-4.10.tar.gz
jgit-stable-4.10.tar.xz
jgit-stable-4.10.zip
Merge branch 'stable-4.9' into stable-4.10stable-4.10
* stable-4.9: Bazel: Update bazlets to the latest master revision Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file Change-Id: I8bb74aacc1c010cfed9a0c8acffb520724f0e395 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/BUILD')
-rw-r--r--org.eclipse.jgit.test/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD
index bbda838f00..ac8c1914f1 100644
--- a/org.eclipse.jgit.test/BUILD
+++ b/org.eclipse.jgit.test/BUILD
@@ -19,7 +19,6 @@ HELPERS = glob(["src/**/*.java"]) + [PKG + c for c in [
"revwalk/RevQueueTestCase.java",
"revwalk/RevWalkTestCase.java",
"transport/SpiTransport.java",
- "treewalk/FileTreeIteratorWithTimeControl.java",
"treewalk/filter/AlwaysCloneTreeFilter.java",
"test/resources/SampleDataRepositoryTestCase.java",
"util/CPUTimeStopWatch.java",

Back to the top