blob: c87481cbae218ff807543abbf50f330c914af9f7 [file] [log] [blame]
java_binary_host {
name: "xsdc",
srcs: ["src/**/*.java"],
manifest: "MANIFEST.MF"
}
java_test_host {
name: "xsdc-tests",
srcs: ["tests/src/**/*.java"],
static_libs: [
"junit",
"xsdc",
],
java_resource_dirs: ["tests/resources"]
}