mac product and feature updates for product export

This commit is contained in:
Michael James 2017-05-24 13:00:24 -06:00
parent 736ca169b9
commit 1a6e9108d5
5 changed files with 10 additions and 35 deletions

View file

@ -35,12 +35,6 @@
install-size="0"
version="0.0.0"/>
<plugin
id="com.raytheon.viz.avnconfig"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="com.raytheon.uf.common.dataplugin.taf"
download-size="0"

View file

@ -92,7 +92,7 @@
<includes
id="com.raytheon.uf.viz.satellite.goesr.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.ncep.core.feature"
version="0.0.0"/>
@ -161,22 +161,10 @@
id="com.raytheon.uf.viz.acarssounding.feature"
version="0.0.0"/>
<includes
id="com.raytheon.viz.avnfps.feature"
version="0.0.0"/>
<!--
<includes
id="com.raytheon.uf.viz.dat.feature"
version="0.0.0"/>
-->
<includes
id="com.raytheon.uf.viz.d2d.gfe.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.collaboration.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.gisdatastore.feature"
version="0.0.0"/>
@ -200,11 +188,7 @@
<includes
id="com.raytheon.uf.viz.d2d.damagepath.feature"
version="0.0.0"/>
<!--
<includes
id="gov.noaa.gsd.viz.hazards.feature"
version="0.0.0"/>
-->
<includes
id="com.raytheon.uf.viz.ncep.npp.feature"
version="0.0.0"/>
@ -217,10 +201,6 @@
id="com.raytheon.uf.viz.grib.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.bmh.feature"
version="0.0.0"/>
<includes
id="gov.noaa.gsd.viz.ensemble.feature"
version="0.0.0"/>

View file

@ -24,9 +24,9 @@
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
-Dorg.eclipse.ui/KEY_CONFIGURATION_ID=com.raytheon.viz.ui.cave.scheme
-Dqpid.dest_syntax=BURL
-Dlogback.configurationFile=logback-viz-core.xml
-Dlogback.configurationFile=logback-viz-core-developer.xml
-Dlogback.statusListenerClass=com.raytheon.uf.common.logback.UFLogbackInternalStatusListener
-Dthrift.stream.maxsize=200
-Dthrift.stream.maxsize=400
-Dviz.memory.warn.threshold=98
-Dhttps.certificate.check=true
-XX:+UnlockExperimentalVMOptions
@ -108,7 +108,6 @@
<feature id="com.raytheon.viz.text.feature"/>
<feature id="com.raytheon.viz.warngen.feature"/>
<feature id="com.raytheon.viz.gfe.feature"/>
<!-- <feature id="com.raytheon.uf.viz.dat.feature"/> -->
<feature id="com.raytheon.uf.viz.d2d.ui.awips.feature"/>
<feature id="com.raytheon.uf.viz.d2d.gfe.feature"/>
<feature id="com.raytheon.uf.viz.ncep.dataplugins.feature"/>

View file

@ -14,18 +14,19 @@
</configIni>
<launcherArgs>
<programArgs>-data @user.home/Library/caveData -user @user.home/Library/caveData -clean -consoleLog -component thinclient -alertviz
<programArgs>-data @user.home/Library/CAVE -user @user.home/Library/CAVE -clean -consoleLog -component thinclient -alertviz
</programArgs>
<vmArgs>-Xmx4536M
-XX:+UseG1GC
-XstartOnFirstThread
-Dosgi.instance.area.readOnly=true
-Djava.library.path=lib/ext
-Dorg.eclipse.update.reconcile=false
-Dorg.eclipse.ui/KEY_CONFIGURATION_ID=com.raytheon.viz.ui.cave.scheme
-Dqpid.dest_syntax=BURL
-Dlogback.configurationFile=logback-viz-core-developer.xml
-Dlogback.statusListenerClass=com.raytheon.uf.common.logback.UFLogbackInternalStatusListener
-Dthrift.stream.maxsize=800
-Dthrift.stream.maxsize=400
-Dviz.memory.warn.threshold=99
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
-Dhttps.certificate.check=false
@ -58,7 +59,8 @@
</launcher>
<vm>
<windows include="true">jdk1.7.0</windows>
<macos include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</macos>
<windows include="true">JavaSE-1.8</windows>
</vm>
<plugins>

View file

@ -24,7 +24,7 @@
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
-Dorg.eclipse.ui/KEY_CONFIGURATION_ID=com.raytheon.viz.ui.cave.scheme
-Dqpid.dest_syntax=BURL
-Dlogback.configurationFile=logback-viz-core.xml
-Dlogback.configurationFile=logback-viz-alertview.xml
-Dlogback.statusListenerClass=com.raytheon.uf.common.logback.UFLogbackInternalStatusListener
-Dthrift.stream.maxsize=200
-Dviz.memory.warn.threshold=98