Skip to main content
summaryrefslogtreecommitdiffstats
blob: 14ddb312e0dccfcd4eae26b32233b27d8a972fc0 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.photran.xlf"
      label="%featureName"
      version="8.0.2.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.photran.core.xlf">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <requires>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.cdt.core"/>
      <import feature="org.eclipse.photran" version="8.0.0" match="compatible"/>
   </requires>

   <plugin
         id="org.eclipse.photran.core.xlf"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.photran.managedbuilder.xlf.ui"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top