diff options
author | Markus Knauer | 2010-06-07 17:45:28 +0000 |
---|---|---|
committer | Markus Knauer | 2010-06-07 17:45:28 +0000 |
commit | e9cc7489a8a3d9c905cfad7bd3b80bd9deffbe0c (patch) | |
tree | 681d6b6c1287291bef4795a319b5059c767d9036 | |
parent | 24c0c16c8629bfb81ea41b127872e698580008cd (diff) | |
download | org.eclipse.epp.packages-e9cc7489a8a3d9c905cfad7bd3b80bd9deffbe0c.tar.gz org.eclipse.epp.packages-e9cc7489a8a3d9c905cfad7bd3b80bd9deffbe0c.tar.xz org.eclipse.epp.packages-e9cc7489a8a3d9c905cfad7bd3b80bd9deffbe0c.zip |
* linuxtools: bug 315797#c2 - description improvements
-rw-r--r-- | packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml index 4f64ade5..034c2010 100644 --- a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml +++ b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml @@ -14,7 +14,7 @@ bugzillaComponentId="linuxtools-package" testPlan="http://www.eclipse.org/epp/testplan.php" > <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary --> - <description><![CDATA[An IDE for Linux developers with Mylyn integration. Note that the LinuxTools package includes some <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">incubating</a> components, as indicated by feature numbers less than 1.0.0 on the feature list.]]></description> + <description><![CDATA[This package augments the C/C++ package specifically for Linux developers. It includes GNU Autotools integration with the CDT and plugins to interact with native Linux tools such as GCov, GProf, OProfile, and Valgrind. Visualization and analysis plugins for Linux tracing tools LTTng and SystemTap are also present. For Linux distribution packages, an RPM .spec editor with rpmlint integration is available. Note that the LinuxTools package includes some <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">incubating</a> components, as indicated by feature numbers less than 1.0.0 on the feature list.]]></description> <!-- packageTesters is a list of the people that are testing the package --> <packageTesters> <tester>Andrew Overholt</tester> |