mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
17 lines
265 B
Python
17 lines
265 B
Python
load("@rules_java//java:defs.bzl", "java_import")
|
|
|
|
java_import(
|
|
name = "eclipse",
|
|
jars = [
|
|
"ecj-4.25.jar"
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_import(
|
|
name = "mac",
|
|
jars = [
|
|
"eawtstub.jar"
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
) |