summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2020-07-23 20:48:14 -0700
committerEsteban de la Canal <estebandlc@google.com>2020-07-24 21:21:47 -0700
commit3228a03378a3628c80f2022958cd84020391c626 (patch)
treee25e48fe71d34e649897a96a350723af813071d2
parent0b0bd0f1aecf7fb964b17704fe23fa8c28118881 (diff)
downloadswing-testing-3228a03378a3628c80f2022958cd84020391c626.tar.gz
Adds libraries to use when unbundled from IJ
These CLs add the libraries that point to prebuilts, and add the right dependencies to all modules. Plugins should not be part of the SDK Test: N/A Bug: 156497102 Change-Id: I037959e05030d1adeab5cb23eeba804a96b08c02
-rw-r--r--fest-swing/lib/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/fest-swing/lib/BUILD b/fest-swing/lib/BUILD
index bc04f82c..7f882144 100644
--- a/fest-swing/lib/BUILD
+++ b/fest-swing/lib/BUILD
@@ -56,9 +56,9 @@ java_import(
name = "unb.fest",
# do not sort: must match IML order
jars = [
- "annotations-13.0.jar",
"fest-assert-1.5.0-SNAPSHOT.jar",
"fest-util-1.3.0-SNAPSHOT.jar",
+ "annotations-13.0.jar",
],
tags = [
"manual",