Sign in
bazel
/
intellij
/
13456c22d4225ebb60f67a7e5980e9e72102030e
/
.
/
build_defs
/
shared
/
BUILD
blob: 60a6eafe9e9fc68e2388e33c962c8807deca553d [
file
] [
log
] [
blame
]
# Description:
#
# Scripts for building IntelliJ plugins
package
(
default_visibility
=
[
"//visibility:public"
])
py_binary
(
name
=
"merge_xml"
,
srcs
=
[
"merge_xml.py"
],
)
py_binary
(
name
=
"stamp_plugin_xml"
,
srcs
=
[
"stamp_plugin_xml.py"
],
)