Skip to content

Commit

Permalink
Switch back to registering from the engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 15, 2010
1 parent 908fc94 commit 9cb1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/symmetric-extensions.xml
Expand Up @@ -6,7 +6,7 @@
<import resource="file:../conf/*-extensions.xml" />

<bean id="extensionManager" class="org.jumpmind.symmetric.ext.ExtensionPointManager">
<property name="postProcessEnabled" value="true"/>
<property name="postProcessEnabled" value="false"/>
<property name="dataLoaderService" ref="dataLoaderService" />
<property name="dataService" ref="dataService" />
<property name="dataExtractorService" ref="dataExtractorService" />
Expand Down

0 comments on commit 9cb1ecd

Please sign in to comment.