aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-12-07 18:29:53 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-12-07 22:20:33 +0000
commit82af55b762f69561a2fc368d5e4a2b349a7746d7 (patch)
tree9e4345e95b01d985f697e72f3cb1b5cc06ad360d
parentb85ba50001dd1972065978157dc704e926fd0a60 (diff)
Description redacted.
-- PiperOrigin-RevId: 141325412 MOS_MIGRATED_REVID=141325412
-rw-r--r--src/java_tools/singlejar/README2
-rw-r--r--src/test/shell/bazel/testdata/README.md23
2 files changed, 25 insertions, 0 deletions
diff --git a/src/java_tools/singlejar/README b/src/java_tools/singlejar/README
new file mode 100644
index 0000000000..da92eb7a9b
--- /dev/null
+++ b/src/java_tools/singlejar/README
@@ -0,0 +1,2 @@
+SingleJar is a tool used to combine multiple jar file into a single one. It is used by Bazel to
+build java binaries that are self-contained. \ No newline at end of file
diff --git a/src/test/shell/bazel/testdata/README.md b/src/test/shell/bazel/testdata/README.md
new file mode 100644
index 0000000000..63a6f04c6c
--- /dev/null
+++ b/src/test/shell/bazel/testdata/README.md
@@ -0,0 +1,23 @@
+Test Data for Bazel Integration Tests
+=====================================
+
+`git_repository_test.sh`
+------------------------
+
+The following archives contain test Git repositories used by
+`git_repository_test.sh` to test the `git_repository` and `new_git_repository`
+workspace rules:
+
+* outer-planets-repo.tar.gz
+* pluto-repo.tar.gz
+* refetch-repo.tar.gz
+
+For reference, the following files contain the output of `git log -p --decorate`
+for the two repositories:
+
+* outer-planets.git_log
+* pluto.git_log
+* refetch.git_log
+
+These files were created by manually creating a git repository and tarring up
+the result.