Skip to main content
summaryrefslogtreecommitdiffstats
blob: 30f72d8edefb845b6597a5702dff781d4e65cf24 (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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2009 Tasktop Technologies and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html
   
    Contributors:
         Tasktop Technologies - initial API and implementation
 -->
<feature
      id="org.eclipse.mylyn.test_feature"
      label="Mylyn Test Feature"
      version="3.3.0.qualifier"
      plugin="org.eclipse.mylyn">

   <description url="http://eclipse.org/mylyn">
      Provides tests for the Mylyn project.
   </description>

   <copyright>
      Copyright (c) 2004, 2008 Tasktop Technologies and others. All rights reserved.
   </copyright>

   <license url="license.html">
      Eclipse Foundation Software User Agreement

March 17, 2005
Usage Of Content

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.
Applicable Licenses

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, &quot;Program&quot; will mean the Content.

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository (&quot;Repository&quot;) in CVS modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).

    * Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).
    * Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named &quot;plugins&quot;.
    * A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;. Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins and/or Fragments associated with that Feature.
    * Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.

The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature Licenses may be located in any directory of a Download or Module including, but not limited to the following locations:

    * The top-level (root) directory
    * Plug-in and Fragment directories
    * Inside Plug-ins and Fragments packaged as JARs
    * Sub-directories of the directory named &quot;src&quot; of certain Plug-ins
    * Feature directories

Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license (&quot;Feature Update License&quot;) during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature. Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in that directory.

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

    * Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
    * Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
    * Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
    * IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)
    * Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
    * Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.
Cryptography

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country&apos;s laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.

Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
   </license>

   <requires>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.junit"/>
      <import plugin="org.eclipse.jface.text"/>
      <import plugin="org.eclipse.ui.ide"/>
      <import plugin="org.eclipse.ui.views"/>
      <import plugin="org.eclipse.ui.editors"/>
      <import plugin="org.eclipse.ui.workbench.texteditor"/>
      <import plugin="org.eclipse.mylyn.bugzilla.core"/>
      <import plugin="org.eclipse.mylyn.bugzilla.ui"/>
      <import plugin="org.eclipse.mylyn.tasks.ui"/>
      <import plugin="org.eclipse.mylyn.context.core"/>
      <import plugin="org.eclipse.mylyn.tasks.core"/>
      <import plugin="org.eclipse.ui.forms"/>
      <import plugin="org.eclipse.mylyn"/>
      <import plugin="org.eclipse.search"/>
      <import plugin="org.eclipse.mylyn.commons.net"/>
      <import plugin="org.eclipse.mylyn.bugzilla.ide"/>
      <import plugin="org.eclipse.mylyn.commons.ui"/>
      <import plugin="org.eclipse.mylyn.commons.core"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.jdt.core"/>
      <import plugin="org.eclipse.pde"/>
      <import plugin="org.eclipse.pde.core"/>
      <import plugin="org.eclipse.mylyn.monitor.ui"/>
      <import plugin="org.eclipse.mylyn.monitor.core"/>
      <import plugin="org.eclipse.ui.workbench"/>
      <import plugin="org.eclipse.mylyn.team.ui"/>
      <import plugin="org.eclipse.mylyn.resources.ui"/>
      <import plugin="org.eclipse.jdt.ui"/>
      <import plugin="org.eclipse.jface"/>
      <import plugin="org.eclipse.mylyn.java.ui"/>
      <import plugin="org.eclipse.mylyn.ide.ui"/>
      <import plugin="org.eclipse.mylyn.context.ui"/>
      <import plugin="org.eclipse.jdt.launching"/>
      <import plugin="org.eclipse.mylyn.pde.ui"/>
      <import plugin="org.eclipse.mylyn.jira.core"/>
      <import plugin="org.eclipse.mylyn.jira.ui"/>
      <import plugin="org.eclipse.mylyn.monitor.usage"/>
      <import plugin="org.eclipse.jdt"/>
      <import plugin="org.eclipse.ui.browser"/>
      <import plugin="org.eclipse.mylyn.sandbox.ui"/>
      <import plugin="org.eclipse.core.net"/>
      <import plugin="org.eclipse.mylyn.web.tasks"/>
      <import plugin="org.eclipse.mylyn.tasks.bugs"/>
      <import plugin="org.eclipse.mylyn.team.cvs"/>
      <import plugin="org.eclipse.team.core"/>
      <import plugin="org.eclipse.team.cvs.ui"/>
      <import plugin="org.eclipse.team.cvs.core"/>
      <import plugin="org.apache.xmlrpc" version="3.0.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.mylyn.trac.ui"/>
      <import plugin="org.eclipse.mylyn.trac.core"/>
      <import plugin="org.eclipse.mylyn.xplanner.core"/>
      <import plugin="org.eclipse.mylyn.xplanner.ui"/>
      <import plugin="org.eclipse.mylyn.context.core" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.monitor.usage" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.context.ui" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.monitor.ui" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.monitor.core" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.commons.core" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.ui.navigator"/>
      <import plugin="org.eclipse.mylyn.tasks.core" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.commons.ui" version="3.0.0" match="compatible"/>
      <import plugin="org.eclipse.compare"/>
      <import plugin="org.eclipse.team.ui"/>
      <import plugin="org.junit" version="3.8.2" match="greaterOrEqual"/>
      <import plugin="org.eclipse.mylyn.wikitext.core" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.textile.core" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.confluence.core" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.confluence.ui" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.mediawiki.core" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.mediawiki.ui" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.textile.ui" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.tracwiki.core" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.wikitext.ui" version="0.9.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.2" match="compatible"/>
      <import plugin="org.eclipse.mylyn.tasks.core" version="3.0.2" match="compatible"/>
      <import plugin="org.eclipse.core.expressions"/>
      <import plugin="org.eclipse.help"/>
   </requires>

   <plugin
         id="org.eclipse.mylyn.bugzilla.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.context.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.ide.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.java.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.jira.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.monitor.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.resources.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.sandbox.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.tasks.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.team.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.trac.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.xplanner.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.monitor.reports"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.mylyn.wikitext.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.test.performance"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.commons.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.test.performance.ui"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.mylyn.ide.capabilities"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.mylyn.discovery.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

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

</feature>

Back to the top