From cdb3fceaecbcd626c2b7649e192da727f39a2563 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Fri, 20 Feb 2015 11:48:34 -0500 Subject: [PATCH] Bug 457287: Standardize feature names and descriptions Change-Id: I86c3b992815a8dea696d68e4428bc056814bd478 Signed-off-by: Bernd Hufmann Reviewed-on: https://git.eclipse.org/r/42327 Reviewed-by: Hudson CI Reviewed-by: Alexandre Montplaisir Tested-by: Alexandre Montplaisir --- org.eclipse.tracecompass.btf/feature.properties | 6 +++--- org.eclipse.tracecompass.ctf/feature.properties | 8 ++++---- org.eclipse.tracecompass.gdbtrace/feature.properties | 6 +++--- .../feature.properties | 8 ++++---- org.eclipse.tracecompass.lttng2.kernel/feature.properties | 8 ++++---- org.eclipse.tracecompass.lttng2.ust/feature.properties | 2 +- .../feature.properties | 4 ++-- org.eclipse.tracecompass.rcp/feature.properties | 6 +++--- org.eclipse.tracecompass.testing/feature.properties | 5 ++--- org.eclipse.tracecompass.tmf.ctf/feature.properties | 8 ++++---- org.eclipse.tracecompass.tmf.pcap/feature.properties | 6 +++--- 11 files changed, 33 insertions(+), 34 deletions(-) diff --git a/org.eclipse.tracecompass.btf/feature.properties b/org.eclipse.tracecompass.btf/feature.properties index 44b874a446..24d9c1773d 100644 --- a/org.eclipse.tracecompass.btf/feature.properties +++ b/org.eclipse.tracecompass.btf/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014 Ericsson +# Copyright (c) 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,11 +10,11 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=Trace Compass BTF (Best Trace Format) Analysis +featureName=BTF (Best Trace Format) Analysis description=Plug-ins to integrate BTF into the workbench. featureProvider=Eclipse Trace Compass -copyright=Copyright 2014 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.ctf/feature.properties b/org.eclipse.tracecompass.ctf/feature.properties index e29c8b1818..c63baa49d0 100644 --- a/org.eclipse.tracecompass.ctf/feature.properties +++ b/org.eclipse.tracecompass.ctf/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008, 2014 Red Hat, Inc., Ericsson +# Copyright (c) 2008, 2015 Red Hat, Inc., Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,11 +10,11 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=CTF - Common Trace Format +featureName=CTF (Common Trace Format) Parser -description=Plug-ins to integrate CTF into the workbench. +description=Plug-ins to integrate a Common Trace Format (CTF) Parser into the workbench. featureProvider=Eclipse Trace Compass -copyright=Copyright 2011 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.gdbtrace/feature.properties b/org.eclipse.tracecompass.gdbtrace/feature.properties index d6e3bce9e9..8a91f4c6b7 100644 --- a/org.eclipse.tracecompass.gdbtrace/feature.properties +++ b/org.eclipse.tracecompass.gdbtrace/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2013, 2014 Ericsson +# Copyright (c) 2013, 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,12 +10,12 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=Trace Compass GDB Tracepoint Analysis +featureName=GDB Tracepoint Analysis description=Plug-ins to integrate GDB tracepoint analysis into the workbench. \ Includes the TMF (Tracing and Monitoring Framework) feature. featureProvider=Eclipse Trace Compass -copyright=Copyright 2013 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.lttng2.control/feature.properties b/org.eclipse.tracecompass.lttng2.control/feature.properties index cd9354617e..c9f78aee28 100644 --- a/org.eclipse.tracecompass.lttng2.control/feature.properties +++ b/org.eclipse.tracecompass.lttng2.control/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2012, 2014 Ericsson +# Copyright (c) 2012, 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,12 +10,12 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=Trace Compass LTTng Tracer Control +featureName=LTTng Tracer Control -description=Plug-ins to integrate LTTng tracer control into the workbench. \ +description=Plug-ins to integrate the LTTng tracer control into the workbench. \ Includes the TMF (Tracing and Monitoring Framework) and CTF (Common Trace Format) features. featureProvider=Eclipse Trace Compass -copyright=Copyright 2013 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.lttng2.kernel/feature.properties b/org.eclipse.tracecompass.lttng2.kernel/feature.properties index d006e851b5..9ee0cb208b 100644 --- a/org.eclipse.tracecompass.lttng2.kernel/feature.properties +++ b/org.eclipse.tracecompass.lttng2.kernel/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2009, 2014 Ericsson +# Copyright (c) 2009, 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,13 +10,13 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=Trace Compass LTTng Kernel Analysis +featureName=LTTng Kernel Analysis -description=Plug-ins to integrate LTTng kernel analysis tools into the workbench. \ +description=Plug-ins to integrate LTTng Kernel analysis tools into the workbench. \ Includes the LTTng (Linux Tracing Toolkit), TMF (Tracing and Monitoring Framework) \ and CTF (Common Trace Format) features. featureProvider=Eclipse Linux Tools -copyright=Copyright 2013 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.lttng2.ust/feature.properties b/org.eclipse.tracecompass.lttng2.ust/feature.properties index d510a90ba4..6d02a5e61b 100644 --- a/org.eclipse.tracecompass.lttng2.ust/feature.properties +++ b/org.eclipse.tracecompass.lttng2.ust/feature.properties @@ -10,7 +10,7 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=Trace Compass LTTng Userspace Analysis +featureName=LTTng Userspace Analysis description=Plug-ins to integrate LTTng-UST analysis tools into the workbench. \ Includes the LTTng (Linux Tracing Toolkit), TMF (Tracing and Monitoring Framework) \ diff --git a/org.eclipse.tracecompass.rcp.branding.feature/feature.properties b/org.eclipse.tracecompass.rcp.branding.feature/feature.properties index f380f2ab36..fb891c99d7 100644 --- a/org.eclipse.tracecompass.rcp.branding.feature/feature.properties +++ b/org.eclipse.tracecompass.rcp.branding.feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2013, 2014 Ericsson +# Copyright (c) 2013, 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -16,5 +16,5 @@ description=Feature provides the Trace Compass RCP branding information. featureProvider=Eclipse Trace Compass -copyright=Copyright 2014 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.rcp/feature.properties b/org.eclipse.tracecompass.rcp/feature.properties index 1e9a9f98a8..24420447ec 100644 --- a/org.eclipse.tracecompass.rcp/feature.properties +++ b/org.eclipse.tracecompass.rcp/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2013, 2014 Ericsson +# Copyright (c) 2013, 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,11 +10,11 @@ # Bernd Hufmann - Initial API and implementation ############################################################################### -featureName=Trace Compass Trace Viewer Feature +featureName=Trace Compass RCP Feature description=Feature aggregating the plug-in dependencies for the Trace Compass application. featureProvider=Eclipse Trace Compass -copyright=Copyright 2014 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.testing/feature.properties b/org.eclipse.tracecompass.testing/feature.properties index 6ac1d39727..859def565c 100644 --- a/org.eclipse.tracecompass.testing/feature.properties +++ b/org.eclipse.tracecompass.testing/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014 Ericsson +# Copyright (c) 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -16,5 +16,4 @@ description=Trace Compass Tests plug-ins featureProvider=Eclipse Trace Compass -copyright=Copyright 2014 Ericsson - +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.tmf.ctf/feature.properties b/org.eclipse.tracecompass.tmf.ctf/feature.properties index 097708dad5..a4ff7bfcdf 100644 --- a/org.eclipse.tracecompass.tmf.ctf/feature.properties +++ b/org.eclipse.tracecompass.tmf.ctf/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2009, 2014 Ericsson +# Copyright (c) 2009, 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,12 +10,12 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=CTF Support for TMF +featureName=CTF (Common Trace Format) Analysis -description=Plug-ins to add support for reading traces in the \ +description=Plug-ins to add support for reading and analyzing traces in the \ Common Trace Format (CTF) to the Tracing and Monitoring Framework (TMF). featureProvider=Eclipse Trace Compass -copyright=Copyright 2014 Ericsson +copyright=Copyright 2015 Ericsson diff --git a/org.eclipse.tracecompass.tmf.pcap/feature.properties b/org.eclipse.tracecompass.tmf.pcap/feature.properties index 59d169af78..7097cf6593 100644 --- a/org.eclipse.tracecompass.tmf.pcap/feature.properties +++ b/org.eclipse.tracecompass.tmf.pcap/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014 Ericsson +# Copyright (c) 2015 Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -10,11 +10,11 @@ # Ericsson - Initial API and implementation ############################################################################### -featureName=Trace Compass Pcap (Packet Capture Format) Analysis +featureName=Pcap (Packet Capture Format) Analysis description=Plug-ins to integrate PCAP into the workbench. featureProvider=Eclipse Trace Compass -copyright=Copyright 2014 Ericsson +copyright=Copyright 2015 Ericsson -- 2.34.1