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.ja"
  36       label="%name"
  37       version="7.0.0.qualifier"
  38       provider-name="%provider"
  39       license-feature="org.openjdk.jmc.feature.license"
  40       license-feature-version="7.0.0.qualifier">
  41 
  42    <description url="%descriptionUrl">
  43       %description
  44    </description>
  45 
  46    <copyright>
  47       %copyright
  48    </copyright>
  49 
  50    <requires>
  51       <import feature="org.openjdk.jmc.feature.core" match="equivalent"/>
  52    </requires>
  53 
  54    <plugin
  55          id="org.openjdk.jmc.alert.ja"
  56          download-size="0"
  57          install-size="0"
  58          version="0.0.0"
  59          fragment="true"
  60          unpack="false"/>
  61 
  62    <plugin
  63          id="org.openjdk.jmc.browser.attach.ja"
  64          download-size="0"
  65          install-size="0"
  66          version="0.0.0"
  67          fragment="true"
  68          unpack="false"/>
  69 
  70    <plugin
  71          id="org.openjdk.jmc.browser.jdp.ja"
  72          download-size="0"
  73          install-size="0"
  74          version="0.0.0"
  75          fragment="true"
  76          unpack="false"/>
  77 
  78    <plugin
  79          id="org.openjdk.jmc.browser.ja"
  80          download-size="0"
  81          install-size="0"
  82          version="0.0.0"
  83          fragment="true"
  84          unpack="false"/>
  85 
  86    <plugin
  87          id="org.openjdk.jmc.console.persistence.ja"
  88          download-size="0"
  89          install-size="0"
  90          version="0.0.0"
  91          fragment="true"
  92          unpack="false"/>
  93 
  94    <plugin
  95          id="org.openjdk.jmc.console.ui.ja"
  96          download-size="0"
  97          install-size="0"
  98          version="0.0.0"
  99          fragment="true"
 100          unpack="false"/>
 101 
 102    <plugin
 103          id="org.openjdk.jmc.console.ui.mbeanbrowser.ja"
 104          download-size="0"
 105          install-size="0"
 106          version="0.0.0"
 107          fragment="true"
 108          unpack="false"/>
 109 
 110    <plugin
 111          id="org.openjdk.jmc.console.ui.notification.ja"
 112          download-size="0"
 113          install-size="0"
 114          version="0.0.0"
 115          fragment="true"
 116          unpack="false"/>
 117 
 118    <plugin
 119          id="org.openjdk.jmc.ui.ja"
 120          download-size="0"
 121          install-size="0"
 122          version="0.0.0"
 123          fragment="true"
 124          unpack="false"/>
 125 
 126    <plugin
 127          id="org.openjdk.jmc.docs.ja"
 128          download-size="0"
 129          install-size="0"
 130          version="0.0.0"
 131          fragment="true"
 132          unpack="false"/>
 133 
 134    <plugin
 135          id="org.openjdk.jmc.flightrecorder.ui.ja"
 136          download-size="0"
 137          install-size="0"
 138          version="0.0.0"
 139          fragment="true"
 140          unpack="false"/>
 141 
 142    <plugin
 143          id="org.openjdk.jmc.flightrecorder.controlpanel.ui.ja"
 144          download-size="0"
 145          install-size="0"
 146          version="0.0.0"
 147          fragment="true"
 148          unpack="false"/>
 149 
 150    <plugin
 151          id="org.openjdk.jmc.greychart.ui.ja"
 152          download-size="0"
 153          install-size="0"
 154          version="0.0.0"
 155          fragment="true"
 156          unpack="false"/>
 157 
 158    <plugin
 159          id="org.openjdk.jmc.ide.jdt.ja"
 160          download-size="0"
 161          install-size="0"
 162          version="0.0.0"
 163          fragment="true"
 164          unpack="false"/>
 165 
 166    <plugin
 167          id="org.openjdk.jmc.ide.ui.ja"
 168          download-size="0"
 169          install-size="0"
 170          version="0.0.0"
 171          fragment="true"
 172          unpack="false"/>
 173 
 174    <plugin
 175          id="org.openjdk.jmc.rjmx.ja"
 176          download-size="0"
 177          install-size="0"
 178          version="0.0.0"
 179          fragment="true"
 180          unpack="false"/>
 181 
 182    <plugin
 183          id="org.openjdk.jmc.rjmx.ui.ja"
 184          download-size="0"
 185          install-size="0"
 186          version="0.0.0"
 187          fragment="true"
 188          unpack="false"/>
 189 
 190    <plugin
 191          id="org.openjdk.jmc.console.ui.diagnostic.ja"
 192          download-size="0"
 193          install-size="0"
 194          version="0.0.0"
 195          fragment="true"
 196          unpack="false"/>
 197 
 198 </feature>