awips2/ncep/gov.noaa.nws.ncep.viz.common/res/spring/ncep.xml
Stephen Gilbert 14d218ddc5 VLab Issue #2867 - NCEP CAVE plugin delivery for 14.2.1
Many changes in NCEP Viz plugins for 14.2.1 enhancements and big fixes
for the National Centers Perspective and PGEN

Change-Id: I4fa707cf0844800a4c77961e110338daafbb0354

Former-commit-id: e3a35c9c3eb2184818b21ba1b23aac988a0148ee
2014-01-24 10:46:37 -05:00

18 lines
No EOL
1,014 B
XML

<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-3.1.xsd">
<!-- Task 1051 : G. Hull
Trigger start-up code for the NCP regardless of which perspective is activated first.
This is used to force the Desk Level to get created and registered so that the
Localization perspective will recognize desk-level files even if the NCP hasn't been activated.
-->
<bean id="NcCore" class="gov.noaa.nws.ncep.viz.common.ui.NmapCommon" />
</beans>