awips2/edexOsgi/gov.nasa.msfc.sport.edex.plugin.lma/res/spring/lma-common.xml
Jason Burks 044b18a356 VLab Issue #5240 - Baseline LMA; fixes #5240
Made changes suggested by Ben S.
Made other changes suggested by Ben S.
Made changes suggested by Richard Peter.
Made change from Ben S.
Change-Id: Ic7eb146c30d8024b34782187318e79882fc963bd

Former-commit-id: a941dd68c3c5b42671ad78900d6d8f8231d70810
2014-12-08 21:01:19 +00:00

8 lines
No EOL
380 B
XML
Executable file

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<bean id="lmaPluginName" class="java.lang.String">
<constructor-arg type="java.lang.String" value="sportlma" />
</bean>
</beans>