commit | 09bd63449756b3e4a41695d1262d4f2c6670ab81 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon May 02 11:38:19 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon May 02 18:45:32 2016 +0000 |
tree | 81f088a5c1f4cab358c3104878cd95b5e5abaa1c | |
parent | 10f7fe8c8426e5ae6d665ccad93ac604b3bc97bd [diff] |
Fixing a few buck files. Change-Id: I4087204743eadee57fcd018bcaf6c759a26c1e77
diff --git a/BUCK b/BUCK new file mode 100644 index 0000000..b37025a --- /dev/null +++ b/BUCK
@@ -0,0 +1,14 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +) + +onos_app ( + title = 'CORD Configuration', + category = 'Utility', + url = 'http://onosproject.org', + description = 'CORD configuration meta application.', +)