jmc

Форк
0
Зеркало из https://github.com/openjdk/jmc
206 строк · 6.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--   
3
   Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
4
   
5
   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6
   
7
   The contents of this file are subject to the terms of either the Universal Permissive License 
8
   v 1.0 as shown at http://oss.oracle.com/licenses/upl
9
   
10
   or the following license:
11
   
12
   Redistribution and use in source and binary forms, with or without modification, are permitted
13
   provided that the following conditions are met:
14
   
15
   1. Redistributions of source code must retain the above copyright notice, this list of conditions
16
   and the following disclaimer.
17
   
18
   2. Redistributions in binary form must reproduce the above copyright notice, this list of
19
   conditions and the following disclaimer in the documentation and/or other materials provided with
20
   the distribution.
21
   
22
   3. Neither the name of the copyright holder nor the names of its contributors may be used to
23
   endorse or promote products derived from this software without specific prior written permission.
24
   
25
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
26
   IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
27
   FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29
   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30
   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
31
   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
32
   WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
-->
34
<feature
35
      id="org.openjdk.jmc.feature.rcp"
36
      label="%name"
37
      version="9.1.0.qualifier"
38
      provider-name="%provider"
39
      license-feature="org.openjdk.jmc.feature.license"
40
      license-feature-version="9.1.0.qualifier">
41

42
   <description url="%descriptionUrl">
43
      %description
44
   </description>
45

46
   <copyright>
47
      %copyright
48
   </copyright>
49

50
   <includes
51
         id="org.openjdk.jmc.feature.console"
52
         version="0.0.0"/>
53

54
   <includes
55
         id="org.openjdk.jmc.feature.rcp.ja"
56
         version="0.0.0"/>
57

58
   <includes
59
         id="org.openjdk.jmc.feature.core"
60
         version="0.0.0"/>
61

62
   <includes
63
         id="org.openjdk.jmc.feature.rcp.zh_CN"
64
         version="0.0.0"/>
65

66
   <includes
67
         id="org.openjdk.jmc.feature.flightrecorder"
68
         version="0.0.0"/>
69

70
   <includes
71
         id="org.openjdk.jmc.feature.joverflow"
72
         version="0.0.0"/>
73

74
   <includes
75
         id="org.openjdk.jmc.feature.console.agent"
76
         version="0.0.0"/>
77

78
   <requires>
79
      <import feature="org.eclipse.rcp" version="3.8.0" match="greaterOrEqual"/>
80
      <import feature="org.eclipse.help" version="1.4.0" match="greaterOrEqual"/>
81
      <import feature="org.eclipse.equinox.p2.rcp.feature" version="1.1.0" match="greaterOrEqual"/>
82
      <import plugin="org.eclipse.core.resources"/>
83
      <import plugin="org.eclipse.jface.text"/>
84
      <import plugin="org.eclipse.ui"/>
85
      <import plugin="org.eclipse.ui.forms"/>
86
      <import plugin="org.eclipse.ui.views"/>
87
      <import plugin="org.eclipse.core.filesystem"/>
88
      <import plugin="org.eclipse.osgi.services"/>
89
      <import plugin="org.eclipse.text"/>
90
      <import plugin="org.eclipse.core.net"/>
91
      <import plugin="org.eclipse.equinox.security"/>
92
      <import plugin="org.eclipse.ui.intro"/>
93
      <import plugin="org.eclipse.ui.net"/>
94
      <import plugin="org.eclipse.equinox.event"/>
95
      <import plugin="org.eclipse.equinox.p2.director.app"/>
96
   </requires>
97

98
   <plugin
99
         id="org.openjdk.jmc.osgi.extension"
100
         download-size="0"
101
         install-size="0"
102
         version="0.0.0"
103
         fragment="true"
104
         unpack="false"/>
105

106
   <plugin
107
         id="org.openjdk.jmc.rcp.application"
108
         download-size="0"
109
         install-size="0"
110
         version="0.0.0"
111
         unpack="false"/>
112

113
   <plugin
114
         id="org.openjdk.jmc.rcp.application.ja"
115
         nl="ja_JP,ja"
116
         download-size="0"
117
         install-size="0"
118
         version="0.0.0"
119
         fragment="true"
120
         unpack="false"/>
121

122
   <plugin
123
         id="org.openjdk.jmc.rcp.application.zh_CN"
124
         nl="zh_CN"
125
         download-size="0"
126
         install-size="0"
127
         version="0.0.0"
128
         fragment="true"
129
         unpack="false"/>
130

131
   <plugin
132
         id="org.openjdk.jmc.rcp.intro"
133
         download-size="0"
134
         install-size="0"
135
         version="0.0.0"
136
         unpack="false"/>
137

138
   <plugin
139
         id="org.openjdk.jmc.commands"
140
         download-size="0"
141
         install-size="0"
142
         version="0.0.0"
143
         unpack="false"/>
144

145
   <plugin
146
         id="org.eclipse.equinox.simpleconfigurator"
147
         download-size="0"
148
         install-size="0"
149
         version="0.0.0"
150
         unpack="false"/>
151

152
   <plugin
153
         id="org.eclipse.update.configurator"
154
         download-size="0"
155
         install-size="0"
156
         version="0.0.0"
157
         unpack="false"/>
158

159
   <plugin
160
         id="org.eclipse.equinox.launcher"
161
         download-size="0"
162
         install-size="0"
163
         version="0.0.0"
164
         unpack="false"/>
165

166
   <plugin
167
         id="org.eclipse.core.runtime"
168
         download-size="0"
169
         install-size="0"
170
         version="0.0.0"
171
         unpack="false"/>
172

173
   <plugin
174
         id="org.eclipse.equinox.common"
175
         download-size="0"
176
         install-size="0"
177
         version="0.0.0"
178
         unpack="false"/>
179

180
   <plugin
181
         id="org.apache.felix.scr"
182
         download-size="0"
183
         install-size="0"
184
         version="0.0.0"
185
         unpack="false"/>
186

187
   <plugin
188
         id="org.eclipse.equinox.p2.reconciler.dropins"
189
         download-size="0"
190
         install-size="0"
191
         version="0.0.0"
192
         unpack="false"/>
193

194
   <plugin 
195
         id="org.eclipse.e4.ui.css.swt.theme"
196
         download-size="0"
197
         install-size="0"
198
         version="0.0.0"
199
         unpack="false"/>
200

201
   <plugin
202
         id="org.eclipse.ui.themes"
203
         download-size="0"
204
         install-size="0"
205
         version="0.0.0"/>
206
</feature>
207

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.