Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/providers/openflow/app/BUCK b/providers/openflow/app/BUCK
index 78800ab..bcef496 100644
--- a/providers/openflow/app/BUCK
+++ b/providers/openflow/app/BUCK
@@ -6,10 +6,10 @@
onos_app (
app_name = 'org.onosproject.openflow',
- title = 'OpenFlow Meta App',
+ title = 'OpenFlow Provider Suite',
category = 'Provider',
url = 'http://onosproject.org',
- description = 'OpenFlow southbound meta application.',
+ description = 'Suite of the OpenFlow base providers bundled together with ARP/NDP host location provider and LLDP link provider.',
included_bundles = [ '//utils/osgi:onlab-osgi' ], # FIXME to allow hollow oar files
required_apps = APPS,
)