aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2016-06-10 17:08:55 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-06-10 17:16:02 +0000
commite7e2301079cd71d12bc97f8b908c2c6746579984 (patch)
tree4797777245691af812115f7e167135c87cefb75e
parent3ad5645a5148054089c131478ae0404861f79f5d (diff)
Fix formatting and move images so that they actually load.
-- MOS_MIGRATED_REVID=124571562
-rw-r--r--site/assets/e4b-workflow.png (renamed from site/blog/e4b-workflow.png)bin21967 -> 21967 bytes
-rw-r--r--site/assets/e4b-workflow.svg (renamed from site/blog/e4b-workflow.svg)0
-rw-r--r--site/blog/_posts/2016-06-10-ide-support.md4
3 files changed, 2 insertions, 2 deletions
diff --git a/site/blog/e4b-workflow.png b/site/assets/e4b-workflow.png
index 412822da72..412822da72 100644
--- a/site/blog/e4b-workflow.png
+++ b/site/assets/e4b-workflow.png
Binary files differ
diff --git a/site/blog/e4b-workflow.svg b/site/assets/e4b-workflow.svg
index 1de66e02e1..1de66e02e1 100644
--- a/site/blog/e4b-workflow.svg
+++ b/site/assets/e4b-workflow.svg
diff --git a/site/blog/_posts/2016-06-10-ide-support.md b/site/blog/_posts/2016-06-10-ide-support.md
index 12ac557cf8..b652a3557e 100644
--- a/site/blog/_posts/2016-06-10-ide-support.md
+++ b/site/blog/_posts/2016-06-10-ide-support.md
@@ -56,7 +56,7 @@ by the e4b plugin inside Eclipse to build [Eclipse's representation
of a project](https://github.com/bazelbuild/e4b/blob/master/com.google.devtools.bazel.e4b/src/com/google/devtools/bazel/e4b/classpath/BazelClasspathContainer.java),
[IClasspathContainer](http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2FIClasspathContainer.html):
-![e4bazel workflow](e4b-workflow.png)
+![e4bazel workflow](/assets/e4b-workflow.png)
Through the e4b plugin UI, the user specifies an initial set of targets
(typically a java or android binary, a selection of tests, all targets
@@ -82,7 +82,7 @@ a Classpath for Eclipse core to consume. If the input BUILD files change
so that a project model needs to be re-synced, the plugin still invokes
the exact same command: Bazel will rebuild only those files that are affected
by the change, so the plugin need only reexamine only those newly built
-`.e4b-build.json` files. `ide-info` is an output group defined by e4b_aspect;
+`.e4b-build.json` files. `ide-info` is an output group defined by e4b\_aspect;
the `--output_groups` flag ensures that only the artifacts belonging to that
group (and hence only to the aspect) are built, and therefore that no
unnecessary build steps are performed.