diff options
author | Alexander Kurtakov | 2015-05-04 14:53:43 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2015-05-04 14:55:04 +0000 |
commit | 80e6e18df68399c974315495121248e8640ed282 (patch) | |
tree | dccf4858ab4640f7a4e3014742aaa5e63878ad48 | |
parent | 94deb86907301bf7d4bac97722904b9e227dfa6a (diff) | |
download | org.eclipse.linuxtools-gcovtest.tar.gz org.eclipse.linuxtools-gcovtest.tar.xz org.eclipse.linuxtools-gcovtest.zip |
Change-Id: Ic6662dd98a2e502cc983939a15a848542f14d5e1
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/47065
-rw-r--r-- | valgrind/eclipse-valgrind.metainfo.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/valgrind/eclipse-valgrind.metainfo.xml b/valgrind/eclipse-valgrind.metainfo.xml new file mode 100644 index 0000000000..ea24cd6b70 --- /dev/null +++ b/valgrind/eclipse-valgrind.metainfo.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2015, Red Hat, Inc. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html +--> +<component type="addon"> + <id>eclipse-valgrind</id> + <metadata_license>CC-BY-SA-3.0</metadata_license> + <project_license>EPL-1.0</project_license> + <extends>eclipse.desktop</extends> + <name>Valgrind</name> + <summary>Linux Tools Eclipse plug-ins integrating Valgrind profiling tools with CDT</summary> + <url type="homepage">http://www.eclipse.org/linuxtools/projectPages/valgrind/</url> + <updatecontact>rgrunber@redhat.com</updatecontact> +</component> |