build 18.1.1-3
This commit is contained in:
parent
1e7f870280
commit
479183dc6a
4 changed files with 18 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Version
|
||||
export AWIPSII_VERSION="18.1.1"
|
||||
export AWIPSII_RELEASE="2"
|
||||
export AWIPSII_RELEASE="3"
|
||||
# Author
|
||||
export AWIPSII_BUILD_VENDOR="UCAR"
|
||||
export AWIPSII_BUILD_SITE="Unidata"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.dataplugins.feature" />
|
||||
</antcall>
|
||||
</antcall> <!--
|
||||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.ogc.feature" />
|
||||
|
@ -88,7 +88,7 @@
|
|||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="edu.ucar.unidata.uf.edex.unidata.feature" />
|
||||
</antcall>
|
||||
</antcall> -->
|
||||
</target>
|
||||
|
||||
<target name="main" depends="clean, init, main-build" />
|
||||
|
|
|
@ -863,6 +863,20 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="gov.noaa.nws.ncep.common.dataplugin.airep"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="gov.noaa.nws.ncep.edex.plugin.airep"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="gov.noaa.nws.ncep.common.dataplugin.airmet"
|
||||
download-size="0"
|
||||
|
|
|
@ -74,7 +74,6 @@ pages:
|
|||
- Map Overlays: cave/d2d-map-resources.md
|
||||
- Python API:
|
||||
- Overview: python/python-awips-data-access.md
|
||||
- Maps Database: python/maps-database.md
|
||||
- AWIPS Grids and Cartopy: python/awips-grids-and-cartopy.md
|
||||
- Satellite Imagery: python/satellite-imagery.md
|
||||
- NEXRAD Level 3 Radar: python/nexrad-level-3-radar.md
|
||||
|
@ -86,6 +85,7 @@ pages:
|
|||
- AWIPS Development Environment (ADE): dev/awips-development-environment.md
|
||||
- Appendix:
|
||||
- AWIPS Grid Parameters: appendix/appendix-grid-parameters.md
|
||||
- Maps Database: python/maps-database.md
|
||||
- Acronyms and Abbreviations: appendix/appendix-acronyms.md
|
||||
- COTS and FOSS: appendix/appendix-cots.md
|
||||
- WSR-88D Product Table: appendix/appendix-wsr88d.md
|
||||
|
|
Loading…
Add table
Reference in a new issue