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:2ccaf06819
[formerly01f013e2d0
] [formerlye1d16e1aeb
] [formerlye1d16e1aeb
[formerly14d218ddc5
]] [formerly2ccaf06819
[formerly01f013e2d0
] [formerlye1d16e1aeb
] [formerlye1d16e1aeb
[formerly14d218ddc5
]] [formerly369d2592fe
[formerlye1d16e1aeb
[formerly14d218ddc5
] [formerly369d2592fe
[formerly e3a35c9c3eb2184818b21ba1b23aac988a0148ee]]]]] Former-commit-id:369d2592fe
Former-commit-id:00973bbb7f
[formerly1bb9e4c3e4
] [formerly405cdee1ca
] [formerly 97ed15e0ffe621f2a380b3380a8954a7c92f370e [formerly cbeb097387af8cc564bfd909a4840579c3c07c47] [formerly405cdee1ca
[formerly6480693089
]]] Former-commit-id: a6191bd0918a62186d802167f73b863f8f037cc6 [formerly d7a18e7961e4f977446c1916d8722f1551e40297] [formerly7a3a3de048
[formerlyf78b216bcd
]] Former-commit-id:7a3a3de048
Former-commit-id:b52d0bc459
18 lines
No EOL
1,014 B
XML
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> |