blob: bb4815cb96e0635f8886aae2617917de1b9ed09a [file] [log] [blame]
# Description:
#
# Scripts for building IntelliJ plugins
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
py_binary(
name = "merge_xml",
srcs = ["merge_xml.py"],
)
py_binary(
name = "stamp_plugin_xml",
srcs = ["stamp_plugin_xml.py"],
)
py_binary(
name = "product_build_txt",
srcs = ["product_build_txt.py"],
)