a bit of reformatting / clean up

This commit is contained in:
Josh Long
2010-07-20 09:06:27 +00:00
parent b7877feab1
commit 5c2e5d33db
2 changed files with 1 additions and 8 deletions

View File

@@ -8,7 +8,6 @@
<artifactId>spring-integration-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-xmpp</artifactId>
<packaging>jar</packaging>
<name>Spring Integration XMPP Support</name>

View File

@@ -26,13 +26,7 @@
<context:component-scan base-package="org.springframework.integration.xmpp"/>
<beans:bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" p:ignoreUnresolvablePlaceholders="false">
<beans:property name="location">
<beans:bean class="org.springframework.core.io.FileSystemResource">
<beans:constructor-arg value="#{ systemProperties['user.home'] }/Desktop/test.properties"/>
</beans:bean>
</beans:property>
</beans:bean>
<context:property-placeholder location="file://${user.home}/Desktop/test.properties" ignore-unresolvable="true"/>
<beans:bean id="xmppProducer" class="org.springframework.integration.xmpp.messages.XmppMessageProducer" p:recipient="${user.2.login}"/>