Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2015-06-03 19:38:39 +0000
committerAlexander Kurtakov2015-06-05 11:55:19 +0000
commit30dbd49d24cec1846a2396e3fa16f1483ec7a163 (patch)
treec4b00ad00bd1c2263ad126be471b4694f8a1e658
parent5ce92274983961e78038398a896ddfe9b7444a10 (diff)
downloadorg.eclipse.linuxtools-30dbd49d24cec1846a2396e3fa16f1483ec7a163.tar.gz
org.eclipse.linuxtools-30dbd49d24cec1846a2396e3fa16f1483ec7a163.tar.xz
org.eclipse.linuxtools-30dbd49d24cec1846a2396e3fa16f1483ec7a163.zip
Added app-data for Javadocs plugin.
Change-Id: Iecbb9f4d18b26d39a73cbb1d56f1fe641d9cbde7 Signed-off-by: Eric Williams <ericwill@redhat.com> Reviewed-on: https://git.eclipse.org/r/49407 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Hudson CI
-rw-r--r--javadocs/eclipse-javadocs.metainfo.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/javadocs/eclipse-javadocs.metainfo.xml b/javadocs/eclipse-javadocs.metainfo.xml
new file mode 100644
index 0000000000..43c7ad91b3
--- /dev/null
+++ b/javadocs/eclipse-javadocs.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-linuxtools-javadocs</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>EPL-1.0</project_license>
+ <extends>eclipse.desktop</extends>
+ <name>Javadocs</name>
+ <summary>Linux Tools Eclipse plug-ins for Javadoc Documentation</summary>
+ <url type="homepage">http://www.eclipse.org/linuxtools/projectPages/javadocs/</url>
+ <updatecontact>ericwill@redhat.com</updatecontact>
+</component>

Back to the top