Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6a36c2414a8eb88ae4eb9a54c7b8e685001a5f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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-rpm</id>
 <metadata_license>CC-BY-SA-3.0</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