Remove the old jacoco version.
Partial commit for third_party/*, see #8431.
Signed-off-by: iirina <elenairina@google.com>
diff --git a/third_party/java/jacoco/BUILD b/third_party/java/jacoco/BUILD
index b7715ef..33961aa 100644
--- a/third_party/java/jacoco/BUILD
+++ b/third_party/java/jacoco/BUILD
@@ -9,8 +9,7 @@
package(default_visibility = ["//visibility:public"])
-NEW_VERSION = "0.8.3"
-OLD_VERSION = "0.7.5.201505241946"
+VERSION = "0.8.3"
filegroup(
name = "srcs",
@@ -41,20 +40,20 @@
java_import(
name = "agent",
- jars = ["org.jacoco.agent-%s.jar" % OLD_VERSION],
- srcjar = "org.jacoco.agent-%s-sources.jar" % OLD_VERSION,
+ jars = ["org.jacoco.agent-%s.jar" % VERSION],
+ srcjar = "org.jacoco.agent-%s-sources.jar" % VERSION,
)
java_import(
- name = "agent-%s" % NEW_VERSION,
- jars = ["org.jacoco.agent-%s.jar" % NEW_VERSION],
- srcjar = "org.jacoco.agent-%s-sources.jar" % NEW_VERSION,
+ name = "agent-%s" % VERSION,
+ jars = ["org.jacoco.agent-%s.jar" % VERSION],
+ srcjar = "org.jacoco.agent-%s-sources.jar" % VERSION,
)
java_import(
name = "core",
- jars = ["org.jacoco.core-%s.jar" % OLD_VERSION],
- srcjar = "org.jacoco.core-%s-sources.jar" % OLD_VERSION,
+ jars = ["org.jacoco.core-%s.jar" % VERSION],
+ srcjar = "org.jacoco.core-%s-sources.jar" % VERSION,
exports = [
"//third_party:asm",
"//third_party:asm-commons",
@@ -63,9 +62,9 @@
)
java_import(
- name = "core-%s" % NEW_VERSION,
- jars = ["org.jacoco.core-%s.jar" % NEW_VERSION],
- srcjar = "org.jacoco.core-%s-sources.jar" % NEW_VERSION,
+ name = "core-%s" % VERSION,
+ jars = ["org.jacoco.core-%s.jar" % VERSION],
+ srcjar = "org.jacoco.core-%s-sources.jar" % VERSION,
exports = [
"//third_party:asm",
"//third_party:asm-commons",
@@ -75,18 +74,18 @@
filegroup(
name = "core-jars",
- srcs = ["org.jacoco.core-%s.jar" % OLD_VERSION],
+ srcs = ["org.jacoco.core-%s.jar" % VERSION],
)
filegroup(
- name = "core-jars-%s" % NEW_VERSION,
- srcs = ["org.jacoco.core-%s.jar" % NEW_VERSION],
+ name = "core-jars-%s" % VERSION,
+ srcs = ["org.jacoco.core-%s.jar" % VERSION],
)
java_import(
name = "report",
- jars = ["org.jacoco.report-%s.jar" % OLD_VERSION],
- srcjar = "org.jacoco.report-%s-sources.jar" % OLD_VERSION,
+ jars = ["org.jacoco.report-%s.jar" % VERSION],
+ srcjar = "org.jacoco.report-%s-sources.jar" % VERSION,
exports = [
":core",
"//third_party:asm",
@@ -94,33 +93,33 @@
)
java_import(
- name = "report-%s" % NEW_VERSION,
- jars = ["org.jacoco.report-%s.jar" % NEW_VERSION],
- srcjar = "org.jacoco.report-%s-sources.jar" % NEW_VERSION,
+ name = "report-%s" % VERSION,
+ jars = ["org.jacoco.report-%s.jar" % VERSION],
+ srcjar = "org.jacoco.report-%s-sources.jar" % VERSION,
exports = [
- ":core-%s" % NEW_VERSION,
+ ":core-%s" % VERSION,
"//third_party:asm",
],
)
java_import(
name = "blaze-agent",
- jars = ["jacocoagent-%s.jar" % OLD_VERSION],
+ jars = ["jacocoagent-%s.jar" % VERSION],
)
java_import(
- name = "blaze-agent-%s" % NEW_VERSION,
- jars = ["jacocoagent-%s.jar" % NEW_VERSION],
+ name = "blaze-agent-%s" % VERSION,
+ jars = ["jacocoagent-%s.jar" % VERSION],
)
java_import(
name = "blaze-agent-neverlink",
- jars = ["jacocoagent-%s.jar" % OLD_VERSION],
+ jars = ["jacocoagent-%s.jar" % VERSION],
neverlink = 1,
)
java_import(
- name = "blaze-agent-neverlink-%s" % NEW_VERSION,
- jars = ["jacocoagent-%s.jar" % NEW_VERSION],
+ name = "blaze-agent-neverlink-%s" % VERSION,
+ jars = ["jacocoagent-%s.jar" % VERSION],
neverlink = 1,
)
diff --git a/third_party/java/jacoco/jacocoagent-0.7.5.201505241946.jar b/third_party/java/jacoco/jacocoagent-0.7.5.201505241946.jar
deleted file mode 100644
index 6a0b491..0000000
--- a/third_party/java/jacoco/jacocoagent-0.7.5.201505241946.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/jacoco/org.jacoco.agent-0.7.5.201505241946-src.jar b/third_party/java/jacoco/org.jacoco.agent-0.7.5.201505241946-src.jar
deleted file mode 100644
index 8ed8457..0000000
--- a/third_party/java/jacoco/org.jacoco.agent-0.7.5.201505241946-src.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/jacoco/org.jacoco.agent-0.7.5.201505241946.jar b/third_party/java/jacoco/org.jacoco.agent-0.7.5.201505241946.jar
deleted file mode 100644
index 33390dc..0000000
--- a/third_party/java/jacoco/org.jacoco.agent-0.7.5.201505241946.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/jacoco/org.jacoco.core-0.7.5.201505241946-src.jar b/third_party/java/jacoco/org.jacoco.core-0.7.5.201505241946-src.jar
deleted file mode 100644
index 3a7b0d2..0000000
--- a/third_party/java/jacoco/org.jacoco.core-0.7.5.201505241946-src.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/jacoco/org.jacoco.core-0.7.5.201505241946.jar b/third_party/java/jacoco/org.jacoco.core-0.7.5.201505241946.jar
deleted file mode 100644
index 7faa84ec..0000000
--- a/third_party/java/jacoco/org.jacoco.core-0.7.5.201505241946.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/jacoco/org.jacoco.report-0.7.5.201505241946-src.jar b/third_party/java/jacoco/org.jacoco.report-0.7.5.201505241946-src.jar
deleted file mode 100644
index abaac5d..0000000
--- a/third_party/java/jacoco/org.jacoco.report-0.7.5.201505241946-src.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/jacoco/org.jacoco.report-0.7.5.201505241946.jar b/third_party/java/jacoco/org.jacoco.report-0.7.5.201505241946.jar
deleted file mode 100644
index 0a4bb4b..0000000
--- a/third_party/java/jacoco/org.jacoco.report-0.7.5.201505241946.jar
+++ /dev/null
Binary files differ