VLab Issue #3454 OHD changes to help with building. Also added a missing .project file to allow the project to appear in Eclipse.

Change-Id: I096cc2e9c60a5aa26662e5fccc6692c3ce4f875d

Former-commit-id: a5c4402f34 [formerly 83ac596f9e] [formerly a5c4402f34 [formerly 83ac596f9e] [formerly 036d1c4d31 [formerly 6944361d04e7462f768bb74f00780dc8b8a51225]]]
Former-commit-id: 036d1c4d31
Former-commit-id: 8edb6c28d8 [formerly 6fd88e5422]
Former-commit-id: e9c140b3fc
This commit is contained in:
Chip Gobs 2014-06-05 13:14:18 -04:00
parent 106a921a4c
commit 5fa38e2acd
19 changed files with 17 additions and 113 deletions

View file

@ -1,113 +0,0 @@
#! /bin/ksh
## create new directories for dual-pol products and logs in redmine ticket3454 in A2 14.3.1
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/daa_decoded ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/daa_decoded
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/daa_decoded
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/daa_archive ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/daa_archive
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/daa_archive
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/rdmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/rdmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/rdmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/bdmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/bdmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/bdmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/ldmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/ldmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/ldmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/mdmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/mdmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/mdmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/mldmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/mldmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/mldmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/avgrdmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/avgrdmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/avgrdmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/maxrdmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/maxrdmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/maxrdmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/locspandp ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/locspandp
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/locspandp
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/locbiasdp ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/locbiasdp
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/locbiasdp
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/state_var_dp ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/state_var_dp
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/state_var_dp
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/srdmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/srdmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/srdmosaic
fi
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/srdgmosaic ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/srdgmosaic
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/srdgmosaic
fi
# create directory defined by the token dsa_grid_dir
# this directory contains the decoded DSA products
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/dsa_decoded ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/dsa_decoded
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/dsa_decoded
fi
# create directory defined by the token dpr_grid_dir
# this directory contains the decoded DPR products.
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/dpr_decoded ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/dpr_decoded
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/dpr_decoded
fi
# create directory for Post Analysis
# this directory contains 1 hr QPE files generated by the Save/separate option
if [[ ! -d /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/post_analysis ]]
then
mkdir /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/post_analysis
chmod 777 /awips2/edex/data/share/hydroapps/precip_proc/local/data/mpe/post_analysis
fi

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.raytheon.uf.edex.ohd.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>