-
- Downloads
Add Bazel build files for the tutorial (#269)
This also allows other Bazel projects to include rosjava_core as an external repository, as instructed in README.md. This uses https://github.com/johnynek/bazel-deps to describe the Maven dependencies. As a result, 3rdparty/ contains autogenerated files, and the other files contain a hand-written description of the BUILD.
Showing
- bazel/BUILD.bazel 0 additions, 0 deletionsbazel/BUILD.bazel
- bazel/repositories.bzl 19 additions, 0 deletionsbazel/repositories.bzl
- dependencies.yaml 80 additions, 0 deletionsdependencies.yaml
- rosjava/BUILD.bazel 20 additions, 0 deletionsrosjava/BUILD.bazel
- rosjava_tutorial_pubsub/BUILD.bazel 13 additions, 0 deletionsrosjava_tutorial_pubsub/BUILD.bazel
bazel/BUILD.bazel
0 → 100644
bazel/repositories.bzl
0 → 100644
dependencies.yaml
0 → 100644
rosjava/BUILD.bazel
0 → 100644
rosjava_tutorial_pubsub/BUILD.bazel
0 → 100644
Please register or sign in to comment