Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2019-07-16 02:19:09 +0000
committerDavid Pursehouse2019-07-16 02:20:21 +0000
commite54fde8616f53a6fab5201db4a0c7e67dd0145c5 (patch)
treef1e980560442b6f9c81fc7bbc393ecfb2db058ff /org.eclipse.jgit.test
parent121c957405d96b75e0e645717913d6c2786306c4 (diff)
downloadjgit-e54fde8616f53a6fab5201db4a0c7e67dd0145c5.tar.gz
jgit-e54fde8616f53a6fab5201db4a0c7e67dd0145c5.tar.xz
jgit-e54fde8616f53a6fab5201db4a0c7e67dd0145c5.zip
Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file
FileTreeIteratorWithTimeControl was deleted in a024759, but was not removed from the BUILD file, thus causing the bazel build to fail. Change-Id: I892c0ffcac947298d0d6009374ee2c5d9afefb66 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-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