Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph-feature/feature.properties')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph-feature/feature.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.properties b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.properties
index cd79c24c32..1f7a53cb12 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.properties
+++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.properties
@@ -8,7 +8,7 @@
# Contributors:
# Red Hat, Inc. - initial API and implementation
#********************************************************************************
-featureName=C/C++ Call Graph Visualization (Incubation)
+featureName=C/C++ Call Graph Visualization
featureProvider=Eclipse Linux Tools
description=Tracks function calls in a C/C++ program as they occur. Records start and end time for each function as well as any user-specified information, and displays everything as a graph of nodes.
copyright=Copyright (c) 2009, 2010 Red Hat, Inc.
@@ -136,4 +136,4 @@ using any encryption software, please check the country's laws,\n\
regulations and policies concerning the import, possession, or use, and\n\
re-export of encryption software, to see if this is permitted.\n\
\n\
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n \ No newline at end of file
+Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n

Back to the top