Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-05-04 14:08:28 +0000
committerAlexander Kurtakov2015-05-04 14:10:13 +0000
commite7a01c690feb404ad8188243a9b84c71755e2246 (patch)
tree343bb9f51847ce6b924dedc034528714d7c203e2
parente2c021edad572deff35f70cf9b88f6bfe9691ecd (diff)
downloadorg.eclipse.linuxtools-e7a01c690feb404ad8188243a9b84c71755e2246.tar.gz
org.eclipse.linuxtools-e7a01c690feb404ad8188243a9b84c71755e2246.tar.xz
org.eclipse.linuxtools-e7a01c690feb404ad8188243a9b84c71755e2246.zip
Bug 437339 - Add appdata to Oprofile
Change-Id: I965fc1b5bd2748d491e99cb108811245f83f2afa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/47051
-rw-r--r--oprofile/eclipse-oprofile.metainfo.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/oprofile/eclipse-oprofile.metainfo.xml b/oprofile/eclipse-oprofile.metainfo.xml
new file mode 100644
index 0000000000..fbb4b68a9a
--- /dev/null
+++ b/oprofile/eclipse-oprofile.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-gprof</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>EPL-1.0</project_license>
+ <extends>eclipse.desktop</extends>
+ <name>Oprofile</name>
+ <summary>Linux Tools Eclipse plug-ins for Oprofile profiling tool</summary>
+ <url type="homepage">http://www.eclipse.org/linuxtools/projectPages/oprofile/</url>
+ <updatecontact>rgrunber@redhat.com</updatecontact>
+</component>

Back to the top