diff --git a/cave/com.raytheon.viz.warngen/build.properties b/cave/com.raytheon.viz.warngen/build.properties index 5790750d22..e580685d30 100644 --- a/cave/com.raytheon.viz.warngen/build.properties +++ b/cave/com.raytheon.viz.warngen/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - icons/ \ No newline at end of file + icons/,\ + localization/ \ No newline at end of file diff --git a/cave/com.raytheon.viz.warngen/localization/bundles/maps/warngenloc.xml b/cave/com.raytheon.viz.warngen/localization/bundles/maps/warngenloc.xml new file mode 100644 index 0000000000..5599f73874 --- /dev/null +++ b/cave/com.raytheon.viz.warngen/localization/bundles/maps/warngenloc.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + PLAN_VIEW + + + + + + mapdata.warngenloc
+ WarnGenLoc +
+
+
+
+
+
diff --git a/rpms/awips2.edex/Installer.edex-shapefiles/component.spec b/rpms/awips2.edex/Installer.edex-shapefiles/component.spec index 6926eacc05..f11dbd8b4d 100644 --- a/rpms/awips2.edex/Installer.edex-shapefiles/component.spec +++ b/rpms/awips2.edex/Installer.edex-shapefiles/component.spec @@ -71,6 +71,11 @@ if [ $? -ne 0 ]; then exit 1 fi +mkdir -p %{_build_root}/awips2/edex/data/utility/edex_static/base/shapefiles/WarnGenLoc +if [ $? -ne 0 ]; then + exit 1 +fi + %pre %post