EDEX deploy/debug through Eclipse remote Java Appliccation, with OHD features muted to not cause HydroApps to barf when starting ingest

Former-commit-id: 72fa4e61d6 [formerly 34621995c5] [formerly bd97d027b0] [formerly 4c170d6b3892e60a36d5ff8f6980c7d4240c96e2 [formerly ee9bf86633fd63175f335cb1b38c9e2774c62f0f] [formerly bd97d027b0 [formerly 4a7c625c19]]]
Former-commit-id: e9ba6062f3b992198f28dcfd1701f0a9f7044c8e [formerly e4175b970a93d2ae716dfdb512dfab83bf5cc8e6] [formerly b1508ea152 [formerly eca64770aa]]
Former-commit-id: b1508ea152
Former-commit-id: fc64316876
This commit is contained in:
AWIPS User 2015-05-10 13:14:25 -05:00 committed by mjames-upc
parent abd29ac4d4
commit fa287bd148
5 changed files with 31 additions and 18 deletions

View file

@ -74,10 +74,12 @@
<param name="feature"
value="com.raytheon.uf.edex.radar.feature" />
</antcall>
<!--
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.dat.feature" />
</antcall>
-->
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.ncep.feature" />

View file

@ -1,29 +1,39 @@
edex.root.directory=/awips2/edex
architecture=x86_64
includegen.filter=raytheon|noaa\.nws|noaa\.gsd|gov\.nasa\.msfc|edu\.wisc\.ssec\.cimss
#includegen.filter=raytheon|noaa\.nws|noaa\.gsd|gov\.nasa\.msfc|gov\.nasa\.gsfc|edu\.wisc\.ssec\.cimss
includegen.filter=raytheon|noaa\.nws|gov.nasa.msfc|noaa\.gsd|edu\.wisc\.ssec\.cimss
# AWIPSII core repositories required for build
core.repositories=awips2-core,awips2-core-foss,awips2-foss
core.repo=awips2-core
core-foss.repo=awips2-core-foss
awips2-foss.repo=awips2-foss
awips2-ncep.repo=awips2-ncep
awips2-cimss.repo=awips2-cimss
awips2-gsd.repo=awips2-gsd
awips2-ohd.repo=awips2-ohd
core.repositories=${core.repo},${core-foss.repo},${awips2-foss.repo},${awips2-ncep.repo},${awips2-cimss.repo},${awips2-gsd.repo},${awips2-ohd.repo}
# Note: currently, there is a limit of 99 plugin directories.
dir.01=cave
dir.02=cots
dir.03=edexOsgi
dir.04=ncep
dir.05=RadarServer
dir.06=edu
dir.07=ost
dir.08=ohd
dir.04=RadarServer
dir.05=edu
dir.06=ost
dir.07=ohd
# directories from ufcore
dir.09=common
dir.10=edex
dir.11=features
dir.12=viz
dir.08=common
dir.09=edex
dir.10=features
dir.11=viz
# directories from ufcore-foss
dir.13=lib
dir.12=lib
# CIMSS plug-in directory
dir.14=CIMSS
dir.13=CIMSS
# the directory that contains the localization projects

View file

@ -99,10 +99,11 @@
id="com.raytheon.uf.edex.radar.feature"
version="0.0.0"/>
<!--
<includes
id="com.raytheon.uf.edex.dat.feature"
version="0.0.0"/>
-->
<includes
id="com.raytheon.uf.edex.ncep.feature"
version="0.0.0"/>

View file

@ -20,5 +20,5 @@
-->
<requestPatterns >
<regex>^SDUS[234578]. .*</regex>
<regex>^RadarServer.*</regex>
<regex>^Level2_.*</regex>
</requestPatterns>

View file

@ -83,13 +83,13 @@
install-size="0"
version="0.0.0"
unpack="false"/>
<!--
<plugin
id="gov.nasa.gsfc.fits"
download-size="0"
install-size="0"
version="0.0.0"/>
-->
<plugin
id="ucar.nc2.bufrsplitter"
download-size="0"