1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--   
   3    Copyright (c) 2018, 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="7.1.0.qualifier"
  38       provider-name="%provider"
  39       license-feature="org.openjdk.jmc.feature.license"
  40       license-feature-version="7.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    <requires>
  71       <import feature="org.eclipse.rcp" version="3.8.0" match="greaterOrEqual"/>
  72       <import feature="org.eclipse.help" version="1.4.0" match="greaterOrEqual"/>
  73       <import feature="org.eclipse.equinox.p2.rcp.feature" version="1.1.0" match="greaterOrEqual"/>
  74       <import plugin="org.eclipse.core.resources"/>
  75       <import plugin="org.eclipse.jface.text"/>
  76       <import plugin="org.eclipse.ui"/>
  77       <import plugin="org.eclipse.ui.forms"/>
  78       <import plugin="org.eclipse.ui.views"/>
  79       <import plugin="org.eclipse.core.filesystem"/>
  80       <import plugin="org.eclipse.osgi.services"/>
  81       <import plugin="org.eclipse.text"/>
  82       <import plugin="org.eclipse.core.net"/>
  83       <import plugin="org.eclipse.equinox.security"/>
  84       <import plugin="org.eclipse.ui.intro"/>
  85       <import plugin="org.eclipse.ui.net"/>
  86       <import plugin="org.eclipse.equinox.event"/>
  87       <import plugin="javax.el"/>
  88       <import plugin="org.eclipse.equinox.p2.director.app"/>
  89    </requires>
  90 
  91   <plugin
  92          id="org.openjdk.jmc.osgi.extension"
  93          download-size="0"
  94          install-size="0"
  95          version="0.0.0"
  96          fragment="true"
  97          unpack="false"/>
  98 
  99    <plugin
 100          id="org.openjdk.jmc.rcp.application"
 101          download-size="0"
 102          install-size="0"
 103          version="0.0.0"
 104          unpack="false"/>
 105 
 106    <plugin
 107          id="org.openjdk.jmc.rcp.application.ja"
 108          nl="ja_JP,ja"
 109          download-size="0"
 110          install-size="0"
 111          version="0.0.0"
 112          fragment="true"
 113          unpack="false"/>
 114 
 115    <plugin
 116          id="org.openjdk.jmc.rcp.application.zh_CN"
 117          nl="zh_CN"
 118          download-size="0"
 119          install-size="0"
 120          version="0.0.0"
 121          fragment="true"
 122          unpack="false"/>
 123 
 124    <plugin
 125          id="org.openjdk.jmc.rcp.intro"
 126          download-size="0"
 127          install-size="0"
 128          version="0.0.0"
 129          unpack="false"/>
 130 
 131    <plugin
 132          id="org.openjdk.jmc.commands"
 133          download-size="0"
 134          install-size="0"
 135          version="0.0.0"
 136          unpack="false"/>
 137 
 138    <plugin
 139          id="org.eclipse.equinox.simpleconfigurator"
 140          download-size="0"
 141          install-size="0"
 142          version="0.0.0"
 143          unpack="false"/>
 144 
 145    <plugin
 146          id="org.eclipse.update.configurator"
 147          download-size="0"
 148          install-size="0"
 149          version="0.0.0"
 150          unpack="false"/>
 151 
 152    <plugin
 153          id="org.eclipse.equinox.launcher"
 154          download-size="0"
 155          install-size="0"
 156          version="0.0.0"
 157          unpack="false"/>
 158 
 159    <plugin
 160          id="org.eclipse.core.runtime"
 161          download-size="0"
 162          install-size="0"
 163          version="0.0.0"
 164          unpack="false"/>
 165 
 166    <plugin
 167          id="org.eclipse.equinox.common"
 168          download-size="0"
 169          install-size="0"
 170          version="0.0.0"
 171          unpack="false"/>
 172 
 173    <plugin
 174          id="org.apache.felix.scr"
 175          download-size="0"
 176          install-size="0"
 177          version="0.0.0"
 178          unpack="false"/>
 179 
 180    <plugin
 181          id="org.eclipse.equinox.p2.reconciler.dropins"
 182          download-size="0"
 183          install-size="0"
 184          version="0.0.0"
 185          unpack="false"/>
 186 
 187 </feature>