aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
diff options
context:
space:
mode:
authorGravatar Greg Estren <gregce@google.com>2015-11-11 22:35:13 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-11-12 09:02:26 +0000
commitcbb69f247adc1901ef6b7b52a6f12192f6131f72 (patch)
tree314dbd8cdcc815adf44c67d80fe6bc3e22faa2ac /src/main/java
parent3f241a4869370f124edc764a4f81cd8a35da7ad1 (diff)
Strengthen the deprecation notice for abi_deps.
-- MOS_MIGRATED_REVID=107624290
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/rules/cpp/BazelCppRuleClasses.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/cpp/BazelCppRuleClasses.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/cpp/BazelCppRuleClasses.java
index 32b70795d6..e4268a2976 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/cpp/BazelCppRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/cpp/BazelCppRuleClasses.java
@@ -303,10 +303,10 @@ public class BazelCppRuleClasses {
<i>(Dictionary mapping strings to lists of
<a href="build-ref.html#labels">labels</a>; optional)</i>
<p><i><a href="#configurable-attributes">Configurable attributes</a> is a generalization
- of the same concept that works for most rules and attributes. It mostly deprecates
- <code>abi_deps</code>, which we expect to remove it as soon as possible. Use
- configurable attributes over <code>abi_deps</code> whenever possible. If the former is
- insufficient for you, please let us know why.</i>
+ of the same concept that works for most rules and attributes. It deprecates
+ <code>abi_deps</code>, which we intend to ultimately remove. Use configurable
+ attributes over <code>abi_deps</code> whenever possible. When not possible, let
+ us know why.</i>
</p>
<p>Each entry in this dictionary follows the form of
<code>'pattern' : ['label1', 'label2', ...]</code>. If the library's