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 <?pde version="3.5"?>
  35 
  36 <product name="JDK Mission Control" uid="org.openjdk.jmc" id="org.openjdk.jmc.rcp.application.product" application="org.openjdk.jmc.rcp.application.app" version="7.1.0" useFeatures="true" includeLaunchers="true">
  37 
  38    <aboutInfo>
  39       <image path="../org.openjdk.jmc.rcp.application/icons/mission_control_abt_Oracle.gif"/>
  40       <text>
  41          %ABOUT_TEXT
  42       </text>
  43    </aboutInfo>
  44 
  45    <configIni use="default">
  46    </configIni>
  47 
  48    <launcherArgs>
  49       <programArgs>--launcher.appendVmargs
  50       </programArgs>
  51       <!-- use default Java from PATH on Linux -->
  52       <programArgsLin></programArgsLin>
  53       <programArgsMac>-ws cocoa -vm ../jdk/Contents/Home/bin/
  54       </programArgsMac>
  55       <programArgsWin>-vm ./
  56       </programArgsWin>
  57       <vmArgs>-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -XX:FlightRecorderOptions=stackdepth=128 -XX:+FlightRecorder -XX:StartFlightRecording=name=JMC_Default,maxsize=100m -Djava.net.preferIPv4Stack=true -Djdk.attach.allowAttachSelf=true --add-exports=java.xml/com.sun.org.apache.xerces.internal.parsers=ALL-UNNAMED --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED --add-exports=java.management/sun.management=ALL-UNNAMED --add-exports=java.management/sun.management.counter.perf=ALL-UNNAMED --add-exports=jdk.management.agent/jdk.internal.agent=ALL-UNNAMED --add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED
  58       </vmArgs>
  59       <vmArgsLin>--add-exports=java.desktop/sun.awt.X11=ALL-UNNAMED
  60       </vmArgsLin>
  61       <vmArgsMac>--add-exports=java.desktop/sun.lwawt.macosx=ALL-UNNAMED -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
  62       </vmArgsMac>
  63       <vmArgsWin>--add-exports=java.desktop/sun.awt.windows=ALL-UNNAMED
  64       </vmArgsWin>
  65    </launcherArgs>
  66 
  67    <windowImages i16="../org.openjdk.jmc.rcp.application/icons/mission_control_16.png" i32="../org.openjdk.jmc.rcp.application/icons/mission_control_32.png" i48="../org.openjdk.jmc.rcp.application/icons/mission_control_48.png" i64="../org.openjdk.jmc.rcp.application/icons/mission_control_64.png" i128="../org.openjdk.jmc.rcp.application/icons/mission_control_128.png"/>
  68 
  69    <splash
  70       location="org.openjdk.jmc.rcp.application"
  71       startupProgressRect="0,320,500,10"
  72       startupMessageRect="165,280,310,20"
  73       startupForegroundColor="C0C0C0" />
  74    <launcher name="jmc">
  75       <linux icon="../org.openjdk.jmc.rcp.application/icons/mission_control_48.xpm"/>
  76       <macosx icon="../org.openjdk.jmc.rcp.application/icons/mission_control.icns"/>
  77       <win useIco="true">
  78          <ico path="../org.openjdk.jmc.rcp.application/icons/mission_control.ico"/>
  79          <bmp/>
  80       </win>
  81    </launcher>
  82 
  83    <intro introId="org.openjdk.jmc.rcp.intro"/>
  84 
  85    <vm>
  86    </vm>
  87 
  88    <plugins>
  89    </plugins>
  90 
  91    <features>
  92       <feature id="org.openjdk.jmc.feature.rcp"/>
  93    </features>
  94 
  95    <configurations>
  96       <plugin id="org.openjdk.jmc.rcp.application" autoStart="false" startLevel="5" />
  97       <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
  98       <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
  99       <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
 100       <plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
 101       <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
 102       <plugin id="org.eclipse.equinox.util" autoStart="true" startLevel="2" />
 103       <plugin id="org.eclipse.osgi.services" autoStart="true" startLevel="2" />
 104       <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
 105       <plugin id="org.openjdk.jmc.osgi.extension" fragment="true" startLevel="4" />
 106       <property name="eclipse.application" value="org.openjdk.jmc.rcp.application.app" />
 107       <property name="eclipse.home.location" value="$osgi.install.area$" />
 108       <property name="eclipse.p2.profile" value="JMC" />
 109       <property name="eclipse.p2.unsignedPolicy" value="prompt" />
 110       <property name="eclipse.product" value="org.openjdk.jmc.rcp.application.product" />
 111       <property name="osgi.bundles.defaultStartLevel" value="4" />
 112       <property name="osgi.instance.area.default" value="@user.home/.jmc/7.1.0" />
 113       <property name="osgi.signedcontent.support" value="true" />
 114       <property name="osgi.splashPath" value="platform:/base/plugins/org.openjdk.jmc.rcp.application" />
 115    </configurations>
 116 
 117    <preferencesInfo>
 118       <targetfile overwrite="false"/>
 119    </preferencesInfo>
 120 
 121    <cssInfo>
 122    </cssInfo>
 123 
 124 </product>