fixed namespaces in test file

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-07-14 11:36:27 +00:00
parent d966a8c4c1
commit d64a9087bc
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@
limitations under the License. limitations under the License.
--> -->
<!-- START SNIPPET: xbean --> <!-- START SNIPPET: xbean -->
<beans xmlns="http://activemq.org/config/1.0"> <beans>
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
<broker useJmx="false"> <broker useJmx="false" xmlns="http://activemq.org/config/1.0">
<persistenceAdapter> <persistenceAdapter>
<journaledJDBC journalLogFiles="5" dataDirectory="foo"/> <journaledJDBC journalLogFiles="5" dataDirectory="foo"/>