Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2fc98711db0c472261cc2962cc67d68ac04751e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!--
   Copyright (C) 2015, 2018 Red Hat, Inc.

   This program and the accompanying materials are made
   available under the terms of the Eclipse Public License 2.0
   which is available at https://www.eclipse.org/legal/epl-2.0/
  
   SPDX-License-Identifier: EPL-2.0
-->
<component type="addon">
 <id>eclipse-changelog</id>
 <metadata_license>CC-BY-SA-3.0</metadata_license>
 <project_license>EPL-2.0</project_license>
 <extends>eclipse.desktop</extends>
 <name>ChangeLog</name>
 <summary>Linux Tools Eclipse plug-ins for supporting ChangeLogs</summary>
 <url type="homepage">http://www.eclipse.org/linuxtools/projectPages/changelog/</url>
 <updatecontact>jjohnstn@redhat.com</updatecontact>
</component>

Back to the top