Skip to content

Commit

Permalink
simplify the *-service-sql.xml imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 22, 2008
1 parent 8f500c9 commit c9271ae
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions symmetric/src/main/resources/symmetric-services.xml
Expand Up @@ -4,18 +4,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
default-lazy-init="true">

<import resource="classpath:/sql/configuration-service-sql.xml"/>
<import resource="classpath:/sql/statistic-service-sql.xml"/>
<import resource="classpath:/sql/outgoingbatch-service-sql.xml"/>
<import resource="classpath:/sql/dataextractor-service-sql.xml"/>
<import resource="classpath:/sql/data-service-sql.xml"/>
<import resource="classpath:/sql/incomingbatch-service-sql.xml"/>
<import resource="classpath:/sql/node-service-sql.xml"/>
<import resource="classpath:/sql/registration-service-sql.xml"/>
<import resource="classpath:/sql/purge-service-sql.xml"/>
<import resource="classpath:/sql/acknowledge-service-sql.xml"/>
<import resource="classpath:/sql/cluster-service-sql.xml"/>
<import resource="classpath:/sql/parameter-service-sql.xml"/>
<import resource="classpath:/sql/*-service-sql.xml"/>

<bean id="dbDialect" class="org.jumpmind.symmetric.db.DbDialectFactory" scope="singleton">
<property name="jdbcTemplate" ref="jdbcTemplate" />
Expand Down

0 comments on commit c9271ae

Please sign in to comment.