Skip to content

Commit

Permalink
Allow extensions to exist in the classpath. This is in prep for packa…
Browse files Browse the repository at this point in the history
…ging a standalone installation as a war.
  • Loading branch information
chenson42 committed Mar 24, 2010
1 parent 6854ba3 commit 7dc3466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric/src/main/resources/symmetric-extensions.xml
Expand Up @@ -3,6 +3,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">

<import resource="classpath*:META-INF/services/symmetric-*-ext.xml" />
<import resource="classpath*:/conf/*-extensions.xml" />
<import resource="file:../conf/*-extensions.xml" />

<bean id="extensionManager" class="org.jumpmind.symmetric.ext.ExtensionPointManager">
Expand Down

0 comments on commit 7dc3466

Please sign in to comment.