File: feature.xml

package info (click to toggle)
eclipse-mylyn 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56,640 kB
  • ctags: 55,158
  • sloc: java: 330,737; xml: 23,146; sh: 487; perl: 67; python: 46; makefile: 12; cpp: 11
file content (92 lines) | stat: -rw-r--r-- 3,051 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2005, 2011 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_feature"
      label="%featureName"
      version="3.12.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.mylyn.tasks.core">

   <description url="http://eclipse.org/mylyn">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <url>
      <discovery label="Mylyn 3.12 for Eclipse 3.8, 4.3 and 4.4" url="http://download.eclipse.org/mylyn/releases/3.12"/>
   </url>

   <requires>
      <import plugin="org.eclipse.mylyn.commons.net" version="3.12.0" match="compatible"/>
      <import plugin="org.apache.commons.codec" version="1.3.0" match="compatible"/>
      <import plugin="org.apache.commons.lang" version="2.3.0" match="compatible"/>
      <import plugin="org.apache.commons.logging" version="1.0.4" match="compatible"/>
      <import plugin="org.apache.commons.httpclient" version="3.1.0" match="compatible"/>
      <import plugin="org.apache.lucene.core" version="2.9.1" match="greaterOrEqual"/>
      <import feature="org.eclipse.mylyn.discovery" version="3.12.0" match="compatible"/>
      <import feature="org.eclipse.mylyn.monitor" version="3.12.0" match="compatible"/>
      <import feature="org.eclipse.mylyn.commons" version="3.12.0" match="compatible"/>
      <import feature="org.eclipse.mylyn.commons.identity" version="1.4.0" match="compatible"/>
      <import feature="org.eclipse.mylyn.commons.repositories" version="1.4.0" match="compatible"/>
      <import feature="org.eclipse.mylyn.commons.notifications" version="1.4.0" match="compatible"/>
   </requires>

   <plugin
         id="com.google.guava"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

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

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

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

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

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

</feature>