Skip to main content
summaryrefslogtreecommitdiffstats
blob: 94de41f2a61f5bdfc5ac1fdf2b204662f8e6036b (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
44
45
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"
      label="%featureName"
      version="2.2.100.qualifier"
      provider-name="%providerName">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="license.html">
      %license
   </license>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/>
      <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
   </url>

   <requires>
      <import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.emf.ecore.xmi" version="2.2.0" match="compatible"/>
      <import plugin="org.eclipse.gef" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.wst.sse.core" version="1.1.0" match="equivalent"/>
      <import plugin="org.eclipse.jst.jsf.common" version="1.1.0" match="compatible"/>
      <import plugin="org.eclipse.jst.pagedesigner" version="1.1.0" match="compatible"/>
      <import plugin="org.eclipse.jst.jsf.core" version="1.1.0" match="compatible"/>
      <import plugin="org.eclipse.jdt.core" version="3.4.0" match="compatible"/>
      <import plugin="org.eclipse.core.resources" version="3.4.0" match="compatible"/>
   </requires>

   <plugin
         id="org.eclipse.jst.jsf.apache.trinidad.tagsupport"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top