blob: 19ad33f51c8f7b24d77463e608a0bde5e7ebff04 [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"],
)
py_binary(
name = "api_version_txt",
srcs = ["api_version_txt.py"],
)
py_binary(
name = "append_optional_xml_elements",
srcs = ["append_optional_xml_elements.py"],
)
py_binary(
name = "package_meta_inf_files",
srcs = ["package_meta_inf_files.py"],
)