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.flightrecorder"
  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.flightrecorder"
  56          download-size="0"
  57          install-size="0"
  58          version="0.0.0"
  59          unpack="false"/>
  60 
  61    <plugin
  62          id="org.openjdk.jmc.flightrecorder.ui"
  63          download-size="0"
  64          install-size="0"
  65          version="0.0.0"
  66          unpack="false"/>
  67 
  68    <plugin
  69          id="org.openjdk.jmc.greychart.ui"
  70          download-size="0"
  71          install-size="0"
  72          version="0.0.0"
  73          unpack="false"/>
  74 
  75    <plugin
  76          id="org.openjdk.jmc.flightrecorder.controlpanel.ui"
  77          download-size="0"
  78          install-size="0"
  79          version="0.0.0"
  80          unpack="false"/>
  81 
  82    <plugin
  83          id="org.openjdk.jmc.flightrecorder.controlpanel.ui.configuration"
  84          download-size="0"
  85          install-size="0"
  86          version="0.0.0"
  87          unpack="false"/>
  88 
  89    <plugin
  90          id="org.openjdk.jmc.flightrecorder.configuration"
  91          download-size="0"
  92          install-size="0"
  93          version="0.0.0"
  94          unpack="false"/>
  95 
  96    <plugin
  97          id="org.openjdk.jmc.javafx.osgi"
  98          download-size="0"
  99          install-size="0"
 100          version="0.0.0"
 101          unpack="false"/>
 102 
 103    <plugin
 104          id="org.openjdk.jmc.flightrecorder.rules.extensionprovider"
 105          download-size="0"
 106          install-size="0"
 107          version="0.0.0"
 108          fragment="true"
 109          unpack="false"/>
 110 
 111    <plugin
 112          id="org.openjdk.jmc.flightrecorder.rules"
 113          download-size="0"
 114          install-size="0"
 115          version="0.0.0"
 116          unpack="false"/>
 117 
 118    <plugin
 119          id="org.openjdk.jmc.flightrecorder.rules.jdk"
 120          download-size="0"
 121          install-size="0"
 122          version="0.0.0"
 123          unpack="false"/>
 124 
 125    <plugin
 126          id="org.openjdk.jmc.rjmx.services.jfr"
 127          download-size="0"
 128          install-size="0"
 129          version="0.0.0"
 130          unpack="false"/>
 131 
 132    <plugin
 133          id="org.owasp.encoder"
 134          download-size="0"
 135          install-size="0"
 136          version="0.0.0"
 137          unpack="false"/>
 138 
 139 </feature>