Change-Id: I3414d802e419433dcd6918422a12ce7105ae8b13 Former-commit-id: 8a8eff74685abb8a709480fa33f2c56dd7923ab9
9 lines
407 B
XML
9 lines
407 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"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
|
|
|
<bean id="index" class="com.raytheon.uf.edex.ingest.IndexSrv"/>
|
|
|
|
</beans>
|