Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ffa0f8c5e758229242c2bb695db7cb418c56549f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.egit.psf"
      label="%featureName"
      version="1.1.0.201109071825-rc3"
      provider-name="%providerName">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
   </url>

   <requires>
      <import plugin="org.eclipse.core.runtime.compatibility" version="3.2.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.egit.core" version="1.1.0" match="equivalent"/>
   </requires>

</feature>

Back to the top