File: feature.xml

package info (click to toggle)
uimaj 2.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 34,540 kB
  • sloc: java: 197,427; xml: 68,313; sh: 346; javascript: 68; makefile: 19
file content (115 lines) | stat: -rw-r--r-- 3,650 bytes parent folder | download
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="UTF-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.    
-->
<feature
      id="org.apache.uima.tools"
      label="%featureName"
      version="2.10.4"
      provider-name="%providerName">

   <description>%description</description>
      
   <copyright>%copyright</copyright>

   <license url="%licenseURL">%license</license>
   
   <url>
      <discovery label="UIMA Eclipse Plugins update site" url="http://www.apache.org/dist/uima/eclipse-update-site/"/>
   </url>

   <includes
         id="org.apache.uima.runtime"
         version="2.10.4"
         name="UIMA Runtime plugin feature"/>

   <requires>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.jdt.debug.ui"/>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.ui.ide"/>
      <import plugin="org.eclipse.jface.text"/>
      <import plugin="org.eclipse.ui.workbench.texteditor"/>
      <import plugin="org.eclipse.ui.editors"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.apache.uima.runtime"/>
      <import plugin="org.eclipse.ui.forms"/>
      <import plugin="org.eclipse.jdt.core"/>
      <import plugin="org.eclipse.jdt.ui"/>
      <import plugin="org.apache.uima.jcas.jcasgenp"/>
      <import plugin="org.eclipse.jdt.launching"/>
      <import plugin="org.eclipse.search"/>
      <import plugin="org.eclipse.emf.codegen"/>
      <import plugin="org.eclipse.emf.common"/>
      <import plugin="org.eclipse.ui.views"/>
      <import plugin="org.eclipse.jdt"/>
      <import plugin="org.eclipse.text"/>
      <import plugin="org.eclipse.ui.workbench"/>
   </requires>

   <plugin
         id="org.apache.uima.debug"
         download-size="0"
         install-size="0"
         version="2.10.4"
         unpack="false"/>

   <plugin
         id="org.apache.uima.desceditor"
         download-size="0"
         install-size="0"
         version="2.10.4"
         unpack="false"/>

   <plugin
         id="org.apache.uima.jcas.jcasgenp"
         download-size="0"
         install-size="0"
         version="2.10.4"
         unpack="false"/>

   <plugin
         id="org.apache.uima.pear"
         download-size="0"
         install-size="0"
         version="2.10.4"
         unpack="false"/>

   <plugin
         id="org.apache.uima.caseditor"
         download-size="0"
         install-size="0"
         version="2.10.4"
         unpack="false"/>

   <plugin
         id="org.apache.uima.caseditor.ide"
         download-size="0"
         install-size="0"
         version="2.10.4"
         unpack="false"/>

   <plugin
         id="org.apache.uima.launcher"
         download-size="0"
         install-size="0"
         version="2.10.4"
         unpack="false"/>
        

</feature>