From 8f4af7555303f0bcff493f587a50da139291b402 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Thu, 30 Jun 2016 16:37:38 +0000 Subject: Make java_classpath flag non-experimental -- MOS_MIGRATED_REVID=126310706 --- site/docs/bazel-user-manual.html | 9 ++++----- site/docs/query-how-to.html | 2 -- site/docs/skyframe.md | 2 +- site/docs/skylark/deploying.md | 2 -- 4 files changed, 5 insertions(+), 10 deletions(-) (limited to 'site/docs') diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html index 66b4a1229b..efdf1d1426 100644 --- a/site/docs/bazel-user-manual.html +++ b/site/docs/bazel-user-manual.html @@ -2250,7 +2250,7 @@ either to the terminal, or to additional log files. which drive a build.

-

--subcommands (-s)

+

--subcommands (-s)

This option causes Bazel's execution phase to print the full command line for each command prior to executing it. @@ -2419,7 +2419,7 @@ either to the terminal, or to additional log files.

Options for bazel test

-

--cache_test_results=(yes|no|auto) (-t)

+

--cache_test_results=(yes|no|auto) (-t)

If this option is set to 'auto' (the default) then Bazel will only rerun a test if any of the following conditions applies: @@ -2854,7 +2854,7 @@ in an environment closer to the current shell environment. Note that none of the that do not correspond to commands.

-

--[no]long (-l)

+

--[no]long (-l)

By default, bazel help [topic] prints only a summary of the relevant options for a topic. If @@ -2928,8 +2928,7 @@ in an environment closer to the current shell environment. Note that none of the symlink named bazel-<workspace> - is placed there pointing to this - directory. + is placed there pointing to this directory.

  • output_path: the absolute path to the output directory beneath the execution root used for all files actually diff --git a/site/docs/query-how-to.html b/site/docs/query-how-to.html index 37d1b88055..8920843812 100644 --- a/site/docs/query-how-to.html +++ b/site/docs/query-how-to.html @@ -177,8 +177,6 @@ $ bazel query "allpaths(src/main/java/com/example/common/base:base, third_p //third_party/openssl:crypto

    - -

    Aside: implicit dependencies

    diff --git a/site/docs/skyframe.md b/site/docs/skyframe.md index de2a0b725e..ae3dc53aee 100644 --- a/site/docs/skyframe.md +++ b/site/docs/skyframe.md @@ -1,5 +1,5 @@ --- -layout: documentation +layout: contribute title: Skyframe --- diff --git a/site/docs/skylark/deploying.md b/site/docs/skylark/deploying.md index f648ad44ac..ad0831ccff 100644 --- a/site/docs/skylark/deploying.md +++ b/site/docs/skylark/deploying.md @@ -2,8 +2,6 @@ layout: documentation title: Deploying new Skylark rules --- ---> - # Deploying new Skylark rules This documentation is for Skylark rule writers who are planning to make their -- cgit v1.2.3