40 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<feature
|
|
|
3 |
id="net.brutex.sbm4mylyn"
|
|
|
4 |
label="Mylyn connector for Serena Business Mashups"
|
|
|
5 |
version="1.0.0.qualifier"
|
|
|
6 |
provider-name="Brutex Network">
|
|
|
7 |
|
|
|
8 |
<description url="http://brutex.net/">
|
38 |
brianR |
9 |
Experimental Serena Business Mashups 2009R2 connector for Mylyn
|
40 |
brianR |
10 |
3.3
|
|
|
11 |
</description>
|
|
|
12 |
|
|
|
13 |
<copyright>
|
38 |
brianR |
14 |
Mylyn Connector for Serena Business Mashups
|
40 |
brianR |
15 |
Copyright 2010 Brian Rosenberger (Brutex Network)
|
|
|
16 |
</copyright>
|
|
|
17 |
|
|
|
18 |
<license url="http://www.apache.org/licenses/LICENSE-2.0">
|
38 |
brianR |
19 |
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
20 |
* you may not use this file except in compliance with the License.
|
|
|
21 |
* You may obtain a copy of the License at
|
|
|
22 |
*
|
|
|
23 |
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
24 |
*
|
|
|
25 |
* Unless required by applicable law or agreed to in writing, software
|
|
|
26 |
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
27 |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
28 |
* See the License for the specific language governing permissions and
|
|
|
29 |
* limitations under the License.
|
|
|
30 |
*
|
|
|
31 |
* Serena, TeamTrack and Serena Business Mashup are
|
40 |
brianR |
32 |
* registered trademarks of SERENA Software Inc.
|
|
|
33 |
</license>
|
|
|
34 |
|
|
|
35 |
<url>
|
|
|
36 |
<update label="Brutex Network Update Site" url="http://brutex.net/updates/"/>
|
|
|
37 |
</url>
|
|
|
38 |
|
|
|
39 |
<requires>
|
|
|
40 |
<import plugin="org.eclipse.ui"/>
|
|
|
41 |
<import plugin="org.eclipse.core.runtime"/>
|
|
|
42 |
<import plugin="org.eclipse.jface.text"/>
|
|
|
43 |
<import plugin="org.eclipse.ui.forms"/>
|
|
|
44 |
<import plugin="org.eclipse.mylyn" version="3.2.3" match="greaterOrEqual"/>
|
|
|
45 |
<import plugin="org.eclipse.mylyn.commons.core" version="3.2.3" match="greaterOrEqual"/>
|
|
|
46 |
<import plugin="org.eclipse.mylyn.commons.net" version="3.2.0" match="greaterOrEqual"/>
|
|
|
47 |
<import plugin="org.eclipse.mylyn.commons.ui" version="3.2.3" match="greaterOrEqual"/>
|
|
|
48 |
<import plugin="org.eclipse.mylyn.compatibility" version="3.2.3" match="greaterOrEqual"/>
|
|
|
49 |
<import plugin="org.eclipse.mylyn.context.core" version="3.2.3" match="greaterOrEqual"/>
|
|
|
50 |
<import plugin="org.eclipse.mylyn.discovery.core" version="3.2.3" match="greaterOrEqual"/>
|
|
|
51 |
<import plugin="org.eclipse.mylyn.discovery.ui" version="3.2.3" match="greaterOrEqual"/>
|
|
|
52 |
<import plugin="org.eclipse.mylyn.monitor.core" version="3.2.3" match="greaterOrEqual"/>
|
|
|
53 |
<import plugin="org.eclipse.mylyn.monitor.ui" version="3.2.3" match="greaterOrEqual"/>
|
|
|
54 |
<import plugin="org.eclipse.mylyn.tasks.core" version="3.2.3" match="greaterOrEqual"/>
|
|
|
55 |
<import plugin="org.eclipse.mylyn.tasks.ui" version="3.2.3" match="greaterOrEqual"/>
|
|
|
56 |
</requires>
|
|
|
57 |
|
|
|
58 |
<plugin
|
|
|
59 |
id="net.brutex.mylyn.sbmconnector"
|
|
|
60 |
download-size="0"
|
|
|
61 |
install-size="0"
|
|
|
62 |
version="0.0.0"
|
|
|
63 |
unpack="false"/>
|
|
|
64 |
|
|
|
65 |
</feature>
|