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 <site>
  35         <feature url="features/org.openjdk.jmc.feature.ide_0.0.0.jar"
  36                 id="org.openjdk.jmc.feature.ide" version="0.0.0">
  37                 <category name="Base (Required)" />
  38         </feature>
  39         <feature url="features/org.openjdk.jmc.feature.jconsole_0.0.0.jar"
  40                 id="org.openjdk.jmc.feature.jconsole" version="0.0.0">
  41                 <category name="Console" />
  42         </feature>
  43         <feature
  44                 url="features/org.openjdk.jmc.feature.flightrecorder.metadata_0.0.0.jar"
  45                 id="org.openjdk.jmc.feature.flightrecorder.metadata" version="0.0.0">
  46                 <category name="Flight Recorder" />
  47         </feature>
  48         <feature
  49                 url="features/org.openjdk.jmc.feature.flightrecorder.ext.jfx_0.0.0.jar"
  50                 id="org.openjdk.jmc.feature.flightrecorder.ext.jfx" version="0.0.0">
  51                 <category name="Flight Recorder" />
  52         </feature>
  53         <feature
  54                 url="features/org.openjdk.jmc.feature.console.ui.subscriptions_0.0.0.jar"
  55                 id="org.openjdk.jmc.feature.console.ui.subscriptions" version="0.0.0">
  56                 <category name="Console (Experimental)" />
  57         </feature>
  58         <feature url="features/org.openjdk.jmc.feature.twitter_0.0.0.jar"
  59                 id="org.openjdk.jmc.feature.twitter" version="0.0.0">
  60                 <category name="Console (Experimental)" />
  61         </feature>
  62         <feature
  63                 url="features/org.openjdk.jmc.feature.flightrecorder.ext.g1_0.0.0.jar"
  64                 id="org.openjdk.jmc.feature.flightrecorder.ext.g1" version="0.0.0">
  65                 <category name="Flight Recorder (Experimental)" />
  66         </feature>
  67         <feature
  68                 url="features/org.openjdk.jmc.feature.joverflow_0.0.0.jar"
  69                 id="org.openjdk.jmc.feature.joverflow" version="0.0.0">
  70                 <category name="Other (Experimental)" />
  71         </feature>
  72         <feature
  73                 url="features/org.openjdk.jmc.feature.ide.launch_0.0.0.jar"
  74                 id="org.openjdk.jmc.feature.ide.launch" version="0.0.0">
  75                 <category name="Other (Experimental)" />
  76         </feature>
  77         <feature url="features/org.openjdk.jmc.feature.pde_0.0.0.jar"
  78                 id="org.openjdk.jmc.feature.pde" version="0.0.0">
  79                 <category name="Other (Experimental)" />
  80         </feature>
  81         <feature url="features/org.openjdk.jmc.feature.ja_0.0.0.jar"
  82                 id="org.openjdk.jmc.feature.ja" version="0.0.0">
  83                 <category name="Mission Control localization"/>
  84         </feature>
  85         <feature url="features/org.openjdk.jmc.feature.zh_CN_0.0.0.jar"
  86                 id="org.openjdk.jmc.feature.zh_CN" version="0.0.0">
  87                 <category name="Mission Control localization"/>
  88         </feature>
  89 
  90         <!-- Base and "Supported" plug-in categories -->
  91         <category-def name="Mission Control" label="Mission Control">
  92                 <description>
  93                         Eclipse plug-ins for JDK Mission Control
  94                 </description>
  95         </category-def>
  96         <category-def name="Base (Required)" label="Base (Required)">
  97                 <category name="Mission Control" />
  98                 <description>
  99                         Eclipse plug-ins for Mission Control. This is the base set of plug-ins required for running Mission Control inside of Eclipse.
 100                 </description>
 101         </category-def>
 102         <category-def name="Console" label="Console">
 103                 <category name="Mission Control" />
 104                 <description>
 105                         Plug-ins for the Mission Control Management Console.
 106                 </description>
 107         </category-def>
 108         <category-def name="Flight Recorder" label="Flight Recorder">
 109                 <category name="Mission Control" />
 110                 <description>
 111                         Plug-ins for the Flight Recorder.
 112                 </description>
 113         </category-def>
 114 
 115         <!-- Experimental plug-in categories -->
 116         <category-def name="Mission Control (Experimental)" label="Mission Control (Experimental)">
 117                 <description>
 118                         Experimental (unsupported) Eclipse plug-ins for Mission Control
 119                 </description>
 120         </category-def>
 121         <category-def name="Console (Experimental)" label="Console">
 122                 <category name="Mission Control (Experimental)" />
 123                 <description>
 124                         Experimental (unsupported) plug-ins for the Mission Control Management Console.
 125                 </description>
 126         </category-def>
 127         <category-def name="Flight Recorder (Experimental)" label="Flight Recorder">
 128                 <category name="Mission Control (Experimental)" />
 129                 <description>
 130                         Experimental (unsupported) plug-ins for the Flight Recorder.
 131                 </description>
 132         </category-def>
 133         <category-def name="Other (Experimental)" label="Other">
 134                 <category name="Mission Control (Experimental)" />
 135                 <description>
 136                         Experimental (unsupported) plug-ins for Mission Control.
 137                 </description>
 138         </category-def>
 139 
 140         <!-- Localization -->
 141         <category-def name="Mission Control localization" label="Mission Control localization">
 142                 <description>
 143                         Localization for Mission Control.
 144                 </description>
 145         </category-def>
 146 </site>