awips2/ncep/gov.noaa.nws.ncep.viz.common/res/spring/ncep.xml
Stephen Gilbert 7a3a3de048 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: e1d16e1aeb [formerly 14d218ddc5] [formerly e1d16e1aeb [formerly 14d218ddc5] [formerly 369d2592fe [formerly e3a35c9c3eb2184818b21ba1b23aac988a0148ee]]]
Former-commit-id: 369d2592fe
Former-commit-id: 405cdee1ca [formerly 6480693089]
Former-commit-id: f78b216bcd
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>