blob: 05ca920eb6e28ec60275ee87af43e9a1ca9cbd3c [file] [log] [blame]
load("@rules_java//java:defs.bzl", "java_library")
load("//lib/codemirror:cm.bzl", "pkg_cm")
# This library is only used to insert a license statement into
# js_licenses.txt.
java_library(
name = "diff-match-patch",
data = ["//lib:LICENSE-Apache2.0"],
runtime_deps = ["@diff-match-patch//jar"],
)
pkg_cm()