Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/test/demo/BUCK b/apps/test/demo/BUCK
index 753922e..e46f11f 100644
--- a/apps/test/demo/BUCK
+++ b/apps/test/demo/BUCK
@@ -10,15 +10,15 @@
osgi_jar_with_tests (
deps = COMPILE_DEPS,
web_context = '/onos/demo',
- api_title = 'Flow Throughput Demo App',
+ api_title = 'Flow Throughput Demo',
api_version = '1.0',
- api_description = 'REST API for Demo App',
+ api_description = 'REST API for Demo',
api_package = 'org.onosproject.demo',
)
onos_app (
- title = 'Flow Throughput Demo App',
- category = 'Test',
+ title = 'Flow Throughput Demo',
+ category = 'Test Utility',
url = 'http://onosproject.org',
description = 'APIs for interacting with the flow throughput test application.',
)