2012-01-06 08:55:05 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?pde version="3.5"?>
|
|
|
|
|
|
|
|
<product name="CAVE" id="com.raytheon.viz.product.awips.CAVE" application="com.raytheon.uf.viz.application.application" useFeatures="true" includeLaunchers="true">
|
|
|
|
|
|
|
|
<aboutInfo>
|
|
|
|
<image path="/com.raytheon.viz.product.awips/icons/ipr.gif"/>
|
|
|
|
<text>
|
|
|
|
%caveAboutText
|
|
|
|
</text>
|
|
|
|
</aboutInfo>
|
|
|
|
|
|
|
|
<configIni use="default" path="/com.raytheon.viz.product.awips/config.ini">
|
|
|
|
</configIni>
|
|
|
|
|
|
|
|
<launcherArgs>
|
|
|
|
<programArgs>-data @user.home/caveData -user @user.home/caveData -clean -consoleLog -alertviz</programArgs>
|
2014-06-17 10:54:57 -05:00
|
|
|
<vmArgs>-Xmx1536M
|
|
|
|
-XX:+UseG1GC
|
|
|
|
-Dosgi.instance.area.readOnly=true
|
2013-08-06 10:12:03 -05:00
|
|
|
-Dorg.eclipse.update.reconcile=false -XX:MaxPermSize=256m
|
2013-03-25 13:27:13 -05:00
|
|
|
-Dorg.eclipse.ui/KEY_CONFIGURATION_ID=com.raytheon.viz.ui.awips.scheme
|
2013-06-10 15:17:17 -04:00
|
|
|
-Dqpid.dest_syntax=BURL
|
2013-06-27 12:33:34 -05:00
|
|
|
-Dlogback.configurationFile=logback-viz-core-developer.xml
|
2015-06-09 10:37:01 -05:00
|
|
|
-Dlogback.statusListenerClass=com.raytheon.uf.common.logback.UFLogbackInternalStatusListener
|
2014-01-14 13:00:00 -06:00
|
|
|
-Dthrift.stream.maxsize=200
|
2014-03-04 17:21:03 -06:00
|
|
|
-Dviz.memory.warn.threshold=99
|
2014-11-18 14:14:12 -06:00
|
|
|
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
|
2014-12-10 17:17:12 -06:00
|
|
|
-Dhttps.certificate.check=false
|
2014-06-26 17:46:44 -05:00
|
|
|
-XX:MaxDirectMemorySize=1G
|
|
|
|
-XX:+UnlockExperimentalVMOptions
|
2014-10-22 10:30:18 -05:00
|
|
|
-XX:G1HeapRegionSize=4M
|
2014-06-26 17:46:44 -05:00
|
|
|
-XX:InitiatingHeapOccupancyPercent=25
|
|
|
|
-XX:G1MixedGCCountTarget=16
|
|
|
|
-XX:G1MixedGCLiveThresholdPercent=25
|
|
|
|
-XX:G1OldCSetRegionThresholdPercent=25
|
|
|
|
-XX:G1HeapWastePercent=5</vmArgs>
|
2012-01-06 08:55:05 -06:00
|
|
|
<vmArgsWin>-Dfile.encoding=UTF-8</vmArgsWin>
|
|
|
|
</launcherArgs>
|
|
|
|
|
|
|
|
<windowImages/>
|
|
|
|
|
|
|
|
<splash
|
|
|
|
location="com.raytheon.viz.ui.personalities.awips"
|
|
|
|
startupProgressRect="3,234,413,13"
|
|
|
|
startupMessageRect="7,252,445,20"
|
|
|
|
startupForegroundColor="000000" />
|
|
|
|
<launcher name="cave">
|
|
|
|
<solaris/>
|
|
|
|
<win useIco="false">
|
|
|
|
<bmp/>
|
|
|
|
</win>
|
|
|
|
</launcher>
|
|
|
|
|
|
|
|
<vm>
|
|
|
|
<windows include="true">jdk1.6.0</windows>
|
|
|
|
</vm>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
<features>
|
2013-06-10 15:17:17 -04:00
|
|
|
<feature id="com.raytheon.viz.feature.awips" version="1.9.0.qualifier"/>
|
2012-01-06 08:55:05 -06:00
|
|
|
<feature id="com.raytheon.viz.feature.awips.developer" version="1.9.0.qualifier"/>
|
|
|
|
</features>
|
|
|
|
|
|
|
|
<configurations>
|
2015-06-15 14:27:54 -05:00
|
|
|
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
|
|
|
|
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
|
|
|
|
<plugin id="com.raytheon.uf.viz.spring.dm" autoStart="true" startLevel="4" />
|
|
|
|
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
|
2012-01-06 08:55:05 -06:00
|
|
|
</configurations>
|
|
|
|
|
|
|
|
</product>
|