Added awips2-cimss repo back into the build process for the probSevere plugins

build/repos - had to add awips2-cimss to the list of repos to look at
build/rsync.cave - had to add the awips2-cimss directories to sync into the docker (common, edex, features, viz)
build/rsync.dirs - had to add the awips2-cimss directories to sync into the docker (common, edex, features, viz)
cave/build/features.txt - had to add the viz feature to this file
cave/build/p2-build.xml - had to add the viz feature to this file
cave/com.raytheon.viz.feature.awips.developer/feature.xml - had to add the viz feature to this file
cave/com.raytheon.viz.product.awips/awips.product - had to add the viz feature to this file
edexOsgi/build.edex/build.xml - had to add the edex feature to this file
	NOTE: I tried adding it to the edexOsgi/com.raytheon.edex.feature.uframe/feature.xml but that ended up not working, so I removed it
edexOsgi/build.edex/edex/common.properties - had to create the awips2-cimss repo, add it to the optional repos, and then add the previx edu.wisc
This commit is contained in:
Tiffany Meyer 2021-05-17 21:40:26 -04:00
parent 291bdc658b
commit f05553a0df
10 changed files with 29 additions and 2 deletions

View file

@ -1,3 +1,4 @@
awips2-cimss
awips2-core-foss
awips2-core
awips2-data-delivery

View file

@ -2,6 +2,10 @@ edexOsgi/* cave/* localization/*
javaUtilities/* rpms pythonPackages
*.pdf
../awips2-nativelib/*
../awips2-cimss/common/*
../awips2-cimss/edex/*
../awips2-cimss/features/*
../awips2-cimss/viz/*
../awips2-core/common/*
../awips2-core/edex/*
../awips2-core/features/*

View file

@ -2,6 +2,10 @@ edexOsgi/* cave/* localization
javaUtilities/* rpms pythonPackages
*.pdf
../awips2-nativelib/*
../awips2-cimss/edex/*
../awips2-cimss/features/*
../awips2-cimss/viz/*
../awips2-cimss/common/*
../awips2-core/common/*
../awips2-core/edex/*
../awips2-core/features/*

View file

@ -44,3 +44,4 @@ gov.noaa.gsd.viz.ensemble.feature
gov.noaa.nws.mdl.viz.boundaryTool.common.feature
com.raytheon.uf.viz.satellite.goesr.feature
com.raytheon.uf.viz.gisdatastore.feature
edu.wisc.ssec.cimss.viz.probsevere.feature

View file

@ -281,6 +281,10 @@
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.gisdatastore.feature" />
</antcall>
<!--Tiff added -->
<antcall target="p2.build.repo">
<param name="feature" value="edu.wisc.ssec.cimss.viz.probsevere.feature" />
</antcall>
<!--
<antcall target="p2.build.repo">
<param name="feature" value="gov.noaa.nws.obs.viz.geodata.feature" />

View file

@ -205,6 +205,10 @@
id="com.raytheon.uf.viz.vtec.feature"
version="0.0.0"/>
<includes
id="edu.wisc.ssec.cimss.viz.probsevere.feature"
version="0.0.0"/>
<requires>
<import feature="com.raytheon.uf.viz.application.feature" version="1.0.0.qualifier"/>
</requires>

View file

@ -119,6 +119,7 @@
<feature id="gov.noaa.nws.mdl.viz.boundaryTool.common.feature"/>
<feature id="com.raytheon.uf.viz.satellite.goesr.feature"/>
<feature id="com.raytheon.uf.viz.gisdatastore.feature"/>
<feature id="edu.wisc.ssec.cimss.viz.probsevere.feature"/>
</features>
<configurations>

View file

@ -60,6 +60,9 @@
<antcall target="build">
<param name="feature" value="edu.ucar.unidata.uf.edex.upc.feature" />
</antcall>
<antcall target="build">
<param name="feature" value="edu.wisc.ssec.cimss.edex.probsevere.feature" />
</antcall>
<!--
<antcall target="build">
<param name="feature" value="com.raytheon.uf.edex.ogc.feature" />

View file

@ -1,7 +1,7 @@
edex.root.directory=/awips2/edex
architecture=x86_64
includegen.filter=raytheon|noaa\.nws|gov.nasa.msfc|noaa\.gsd|edu\.ucar
includegen.filter=raytheon|noaa\.nws|gov.nasa.msfc|noaa\.gsd|edu\.ucar|edu\.wisc
# AWIPSII core repositories required for build
core.repo=awips2-core
@ -14,10 +14,11 @@ awips2-nws.repo=awips2-nws
awips2-nasa.repo=awips2-nws
awips2-goesr.repo=awips2-goesr
awips2-unidata.repo=awips2-unidata
awips2-cimss.repo=awips2-cimss
#epdt.repo=EPDT
core.repositories=${core.repo},${core-foss.repo},${awips2-foss.repo},${awips2-ncep.repo}
optional.repositories=${awips2-gsd.repo},${awips2-ohd.repo},${awips2-nws.repo},${awips2-goesr.repo},${awips2-nasa.repo},${awips2-unidata.repo}
optional.repositories=${awips2-gsd.repo},${awips2-ohd.repo},${awips2-nws.repo},${awips2-goesr.repo},${awips2-nasa.repo},${awips2-unidata.repo},${awips2-cimss.repo}
#,${epdt.repo}
#,${awips2-unidata.repo}
dir.01=cave

View file

@ -64,4 +64,8 @@
id="com.raytheon.uf.edex.gfe.feature"
version="0.0.0"/>
<!--<includes
id="edu.wisc.ssec.cimss.edex.probsevere.feature"
version="0.0.0"/>-->
</feature>