forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit prepares simplifying the Java runfiles library, which itself prepares mergint the manifest-based and directory-based logic so that the Runfiles class could handle both at the same time. This commit only moves classes around: - moves the ManifestBased and DirectoryBased classes into Runfiles, as nested classes - adds a createManifestBasedForTesting and createDirectoryBasedForTesting method to create the classes for testing - moves the ManifestBasedTest and DirectoryBasedTest into RunfilesTest Otherwise this commit has no functional change. Change-Id: I56b582c1a95793b0a871748697673b53a780f0fb PiperOrigin-RevId: 194227675
- Loading branch information
1 parent
204dfe1
commit 9b3eb97
Showing
8 changed files
with
171 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
src/tools/runfiles/java/com/google/devtools/build/runfiles/DirectoryBased.java
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
src/tools/runfiles/java/com/google/devtools/build/runfiles/DirectoryBasedTest.java
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
src/tools/runfiles/java/com/google/devtools/build/runfiles/ManifestBased.java
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
src/tools/runfiles/java/com/google/devtools/build/runfiles/ManifestBasedTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.