Change-Id: I6844d65ccab6c4246f37ce212fa17af09851da27 Former-commit-id: 2c52a6ee6f7d491d484c423359b8440975ad6d1e
13 lines
No EOL
566 B
XML
13 lines
No EOL
566 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
|
|
|
<bean id="ebxmlFederationEnabled" class="java.lang.Boolean">
|
|
<constructor-arg value="${EBXML_REGISTRY_FEDERATION_ENABLED}" />
|
|
</bean>
|
|
|
|
<bean id="ebxmlEmailEnabled" class="java.lang.Boolean">
|
|
<constructor-arg value="${ebxml-email.enabled}" />
|
|
</bean>
|
|
|
|
</beans> |