build 18.1.1-3

This commit is contained in:
mjames-upc 2018-10-23 11:53:56 -06:00
parent 1e7f870280
commit 479183dc6a
4 changed files with 18 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Version # Version
export AWIPSII_VERSION="18.1.1" export AWIPSII_VERSION="18.1.1"
export AWIPSII_RELEASE="2" export AWIPSII_RELEASE="3"
# Author # Author
export AWIPSII_BUILD_VENDOR="UCAR" export AWIPSII_BUILD_VENDOR="UCAR"
export AWIPSII_BUILD_SITE="Unidata" export AWIPSII_BUILD_SITE="Unidata"

View file

@ -60,7 +60,7 @@
<antcall target="build"> <antcall target="build">
<param name="feature" <param name="feature"
value="com.raytheon.uf.edex.dataplugins.feature" /> value="com.raytheon.uf.edex.dataplugins.feature" />
</antcall> </antcall> <!--
<antcall target="build"> <antcall target="build">
<param name="feature" <param name="feature"
value="com.raytheon.uf.edex.ogc.feature" /> value="com.raytheon.uf.edex.ogc.feature" />
@ -88,7 +88,7 @@
<antcall target="build"> <antcall target="build">
<param name="feature" <param name="feature"
value="edu.ucar.unidata.uf.edex.unidata.feature" /> value="edu.ucar.unidata.uf.edex.unidata.feature" />
</antcall> </antcall> -->
</target> </target>
<target name="main" depends="clean, init, main-build" /> <target name="main" depends="clean, init, main-build" />

View file

@ -863,6 +863,20 @@
version="0.0.0" version="0.0.0"
unpack="false"/> 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 <plugin
id="gov.noaa.nws.ncep.common.dataplugin.airmet" id="gov.noaa.nws.ncep.common.dataplugin.airmet"
download-size="0" download-size="0"

View file

@ -74,7 +74,6 @@ pages:
- Map Overlays: cave/d2d-map-resources.md - Map Overlays: cave/d2d-map-resources.md
- Python API: - Python API:
- Overview: python/python-awips-data-access.md - Overview: python/python-awips-data-access.md
- Maps Database: python/maps-database.md
- AWIPS Grids and Cartopy: python/awips-grids-and-cartopy.md - AWIPS Grids and Cartopy: python/awips-grids-and-cartopy.md
- Satellite Imagery: python/satellite-imagery.md - Satellite Imagery: python/satellite-imagery.md
- NEXRAD Level 3 Radar: python/nexrad-level-3-radar.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 - AWIPS Development Environment (ADE): dev/awips-development-environment.md
- Appendix: - Appendix:
- AWIPS Grid Parameters: appendix/appendix-grid-parameters.md - AWIPS Grid Parameters: appendix/appendix-grid-parameters.md
- Maps Database: python/maps-database.md
- Acronyms and Abbreviations: appendix/appendix-acronyms.md - Acronyms and Abbreviations: appendix/appendix-acronyms.md
- COTS and FOSS: appendix/appendix-cots.md - COTS and FOSS: appendix/appendix-cots.md
- WSR-88D Product Table: appendix/appendix-wsr88d.md - WSR-88D Product Table: appendix/appendix-wsr88d.md