carbidecpp22devenv/features/org.eclipse.mylyn.wikitext_feature_1.1.0.v20090617-0100-e3x/feature.xml
author cawthron
Fri, 04 Dec 2009 12:29:56 -0600
changeset 779 4870ed7d9d38
parent 4 4764c8c88759
permissions -rw-r--r--
remove .branch.txt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<!--
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
    Copyright (c) 2007, 2009 David Green and others.
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
    All rights reserved. This program and the accompanying materials
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
    are made available under the terms of the Eclipse Public License v1.0
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
    which accompanies this distribution, and is available at
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
    http://www.eclipse.org/legal/epl-v10.html
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
    
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
    Contributors:
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
        David Green - initial API and implementation
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
 -->
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
<feature
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
      id="org.eclipse.mylyn.wikitext_feature"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
      label="%featureName"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
      version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
      provider-name="%providerName"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
      plugin="org.eclipse.mylyn">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    19
   <description>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    20
      %description
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    21
   </description>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    22
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
   <copyright>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    24
      %copyright
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    25
   </copyright>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    26
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    27
   <license url="license.html">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
      %license
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
   </license>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
   <url>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      <update label="%updateSiteName" url="http://download.eclipse.org/tools/mylyn/update/e3.4"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
   </url>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
   <requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
      <import plugin="org.eclipse.mylyn.tasks.core" version="3.0.2" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
      <import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.2" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      <import plugin="org.eclipse.jface.text"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      <import plugin="org.eclipse.swt"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
      <import plugin="org.eclipse.core.runtime"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
      <import plugin="org.eclipse.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
      <import plugin="org.eclipse.ui.editors"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
      <import plugin="org.eclipse.ui.workbench.texteditor"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
      <import plugin="org.eclipse.ui.views"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
      <import plugin="org.eclipse.ui.ide"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    46
      <import plugin="org.eclipse.core.expressions"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      <import plugin="org.eclipse.core.resources"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    48
      <import plugin="org.eclipse.help"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    49
      <import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.2" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    50
      <import plugin="org.eclipse.mylyn.tasks.core" version="3.0.2" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    51
      <import feature="org.eclipse.mylyn_feature" version="3.0.2.I20080816" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    52
   </requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    53
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    54
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    55
         id="org.eclipse.mylyn.wikitext.core"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    56
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    57
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    58
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    59
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    60
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    61
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    62
         id="org.eclipse.mylyn.wikitext.textile.core"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    63
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    64
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    65
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    66
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    67
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    68
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    69
         id="org.eclipse.mylyn.wikitext.mediawiki.core"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    70
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    71
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    72
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    73
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    74
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    75
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    76
         id="org.eclipse.mylyn.wikitext.confluence.core"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    77
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    78
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    79
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    80
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    81
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    82
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    83
         id="org.eclipse.mylyn.wikitext.tracwiki.core"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    84
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    85
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    86
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    87
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    88
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    89
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    90
         id="org.eclipse.mylyn.wikitext.twiki.core"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    91
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    92
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    93
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    94
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    95
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    96
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    97
         id="org.eclipse.mylyn.wikitext.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    98
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    99
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   100
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   101
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   102
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   103
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   104
         id="org.eclipse.mylyn.wikitext.help.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   105
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   106
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   107
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   108
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   109
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   110
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   111
         id="org.eclipse.mylyn.wikitext.textile.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   112
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   113
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   114
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   115
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   116
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   117
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   118
         id="org.eclipse.mylyn.wikitext.mediawiki.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   119
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   120
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   121
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   122
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   123
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   124
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   125
         id="org.eclipse.mylyn.wikitext.confluence.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   126
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   127
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   128
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   129
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   130
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   131
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   132
         id="org.eclipse.mylyn.wikitext.tracwiki.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   133
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   134
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   135
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   136
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   137
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   138
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   139
         id="org.eclipse.mylyn.wikitext.twiki.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   140
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   141
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   142
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   143
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   144
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   145
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   146
         id="org.eclipse.mylyn.wikitext.tasks.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   147
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   148
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   149
         version="1.1.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   150
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   151
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
   152
</feature>