| commit | e9135f64e4f38229124392e8007e45f8f4ad0e58 | [log] [tgz] |
|---|---|---|
| author | Christian Aistleitner <christian@quelltextlich.at> | Thu Sep 11 09:15:48 2014 +0200 |
| committer | Christian Aistleitner <christian@quelltextlich.at> | Thu Sep 11 09:15:48 2014 +0200 |
| tree | 166be6a8b8eaa3ecdce732504362b0e23129998d | |
| parent | 02955bce9b643c202b2fc187864a97ba17dc7b1f [diff] |
Include resources for Buck build The Buck build was missing the documentation files in the jar, hence we now include the resources, so depending plugins can use its-base files. Change-Id: I15cf8ac6362623675fdf0066242a61522e7f52a7
diff --git a/BUCK b/BUCK index 16ec787..c5d6009 100644 --- a/BUCK +++ b/BUCK
@@ -13,6 +13,7 @@ gerrit_plugin( name = 'its-base', srcs = glob(['src/main/java/**/*.java']), + resources = glob(['src/main/resources/**/*']), provided_deps = DEPS, )