for build 14.4.1-1n16

This commit is contained in:
AWIPS User 2015-07-10 20:42:02 -06:00
parent 02f98aec8d
commit f374741cd5
3 changed files with 7 additions and 19 deletions

View file

@ -166,6 +166,7 @@ public class VCModuleJobPool {
@Override
protected IStatus run(IProgressMonitor monitor) {
/*
try {
if (python == null) {
python = VCModuleControllerFactory.buildInstance(dataMgr);
@ -196,7 +197,7 @@ public class VCModuleJobPool {
python.dispose();
}
}
*/
return Status.CANCEL_STATUS;
}

View file

@ -14,7 +14,7 @@
</configIni>
<launcherArgs>
<programArgs>-data @user.home/caveData -user @user.home/caveData</programArgs>
<programArgs>-data @user.home/caveData -user @user.home/caveData -component thinclient</programArgs>
<programArgsLin>-consoleLog</programArgsLin>
<vmArgs>-XX:+UseG1GC
-Dosgi.instance.area.readOnly=true
@ -62,7 +62,6 @@
</launcher>
<vm>
<linux include="true">jdk1.6.0</linux>
<windows include="true">jdk1.6.0</windows>
</vm>

View file

@ -17,13 +17,8 @@
<ant antfile="${basedir}/deploy-common/deploy-esb.xml" />
<!-- deploy esb configuration -->
<ant antfile="${basedir}/deploy-common/deploy-esb-configuration.xml" />
<!-- optionally: deploy gfesuite -->
<if>
<equals arg1="${deploy.gfesuite}" arg2="true" />
<then>
<ant antfile="${basedir}/deploy-common/deploy-gfesuite.xml" />
</then>
</if>
<!-- deploy gfesuite -->
<ant antfile="${basedir}/deploy-common/deploy-gfesuite.xml" />
<!-- deploy edex plugins -->
<!-- which feature do we want to deploy? -->
<if>
@ -74,15 +69,8 @@
<antcall target="deploy.python" />
</then>
</if>
<!-- optionally: deploy site localization -->
<if>
<not>
<equals arg1="${localization.sites}" arg2="" />
</not>
<then>
<antcall target="deploy.localization" />
</then>
</if>
<!-- deploy site localization -->
<antcall target="deploy.localization" />
<!--
Search for WA-specific Non-Spring