Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-05-04 13:45:19 +0000
committerAlexander Kurtakov2015-05-04 13:48:04 +0000
commita84040e452a8a7edd590a96bf096c23516c3e993 (patch)
tree82c247cc186d51b9a4ab1c4f919ed93a43984f6e /rpm/eclipse-rpm.metainfo.xml
parent29fbe077e05f4044bdd245f981920920222c4f0f (diff)
downloadorg.eclipse.linuxtools-a84040e452a8a7edd590a96bf096c23516c3e993.tar.gz
org.eclipse.linuxtools-a84040e452a8a7edd590a96bf096c23516c3e993.tar.xz
org.eclipse.linuxtools-a84040e452a8a7edd590a96bf096c23516c3e993.zip
Bug 437336 - Add app data to RPM plugin
Change-Id: I8d186fbec13f522f945266bb1e1f1c9cc8241d2c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/47047
Diffstat (limited to 'rpm/eclipse-rpm.metainfo.xml')
-rw-r--r--rpm/eclipse-rpm.metainfo.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/rpm/eclipse-rpm.metainfo.xml b/rpm/eclipse-rpm.metainfo.xml
new file mode 100644
index 0000000000..8c11bf1bc3
--- /dev/null
+++ b/rpm/eclipse-rpm.metainfo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+ <id>eclipse-rpm</id>
+ <metadata_license>GFDL-1.3</metadata_license>
+ <project_license>EPL-1.0</project_license>
+ <extends>eclipse.desktop</extends>
+ <name>RPM Tools</name>
+ <summary>Linux Tools Eclipse plug-ins for building RPMs</summary>
+ <url type="homepage">http://www.eclipse.org/linuxtools/projectPages/specfile/</url>
+ <updatecontact>akurtako@redhat.com</updatecontact>
+</component>

Back to the top