]> source.dussan.org Git - jgit.git/commitdiff
Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file 77/148777/1
authorDavid Pursehouse <david.pursehouse@gmail.com>
Tue, 16 Jul 2019 02:19:09 +0000 (11:19 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Tue, 3 Sep 2019 11:36:01 +0000 (20:36 +0900)
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>
(cherry picked from commit e54fde8616f53a6fab5201db4a0c7e67dd0145c5)

org.eclipse.jgit.test/BUILD

index bbda838f00990ea6fa8de344e48c4e7d0bebb258..ac8c1914f1e7a9b298e8420b0e73f01d70896735 100644 (file)
@@ -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",