Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/pce/app/BUCK b/apps/pce/app/BUCK
index 1846ee0..7637aaf 100644
--- a/apps/pce/app/BUCK
+++ b/apps/pce/app/BUCK
@@ -27,7 +27,7 @@
 
 onos_app (
     app_name='org.onosproject.pce.app',
-    title = 'PCE App',
+    title = 'PCE',
     category = 'default',
     url = 'http://onosproject.org',
     description = 'PCE as centeral controller App.',
diff --git a/apps/pce/pcerest/BUCK b/apps/pce/pcerest/BUCK
index f261ede..bed98d2 100644
--- a/apps/pce/pcerest/BUCK
+++ b/apps/pce/pcerest/BUCK
@@ -20,7 +20,7 @@
 )
 
 onos_app (
-    title = 'PCE Rest application',
+    title = 'PCE REST API',
     category = 'Utility',
     url = 'http://onosproject.org',
     description = 'Tunnel Service between network devices via REST interface',
diff --git a/apps/pce/pceweb/BUCK b/apps/pce/pceweb/BUCK
index 6ab1b97..a4a9a34 100644
--- a/apps/pce/pceweb/BUCK
+++ b/apps/pce/pceweb/BUCK
@@ -13,7 +13,7 @@
 )
 
 onos_app (
-    title = 'PCE web application',
+    title = 'PCE REST API',
     category = 'Utility',
     url = 'http://onosproject.org',
     description = 'Allows the user to visualize different types of paths between network entities',