Bug 437335 - Add appstream addon metadata

Adds metadata for JDT and PDE plugins

Change-Id: I923d64754e57ce723fd0a4d612611cfd21362f81
Signed-off-by: Mat Booth <mat.booth@redhat.com>
Reviewed-on: https://git.eclipse.org/r/29904
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
Tested-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/desktopintegration/eclipse-jdt.metainfo.xml b/desktopintegration/eclipse-jdt.metainfo.xml
new file mode 100644
index 0000000..19b6acf
--- /dev/null
+++ b/desktopintegration/eclipse-jdt.metainfo.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Mat Booth <mat.booth@redhat.com> -->
+<component type="addon">
+ <id>eclipse-jdt</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>EPL-1.0</project_license>
+ <name>Java Development Tools</name>
+ <summary>Tooling required for developing software written in the Java programming language</summary>
+ <extends>eclipse.desktop</extends>
+ <url type="homepage">http://www.eclipse.org/jdt/</url>
+ <updatecontact>mat.booth@redhat.com</updatecontact>
+</component>
\ No newline at end of file
diff --git a/desktopintegration/eclipse-pde.metainfo.xml b/desktopintegration/eclipse-pde.metainfo.xml
new file mode 100644
index 0000000..11c80cd
--- /dev/null
+++ b/desktopintegration/eclipse-pde.metainfo.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Mat Booth <mat.booth@redhat.com> -->
+<component type="addon">
+ <id>eclipse-pde</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>EPL-1.0</project_license>
+ <name>Plug-in Development Environment</name>
+ <summary>Tooling required for developing Eclipse plug-ins</summary>
+ <extends>eclipse.desktop</extends>
+ <url type="homepage">http://www.eclipse.org/pde/</url>
+ <updatecontact>mat.booth@redhat.com</updatecontact>
+</component>
\ No newline at end of file