Issue #1679 Minor changes to support custom registry query plugins

Change-Id: I8ae98c80c243b710179e605a0ad1db302e86921b

Former-commit-id: 6a3fc6c059 [formerly 85e2b4a7717e24983b417a930402a8095d0c6021]
Former-commit-id: 08706e9a94
This commit is contained in:
Benjamin Phillippe 2013-11-05 10:50:47 -06:00
parent 311c749cb2
commit 0fa6977442
2 changed files with 2 additions and 0 deletions

View file

@ -44,6 +44,7 @@ Export-Package: com.raytheon.uf.edex.registry.ebxml.acp,
com.raytheon.uf.edex.registry.ebxml.services.lifecycle,
com.raytheon.uf.edex.registry.ebxml.services.notification,
com.raytheon.uf.edex.registry.ebxml.services.query,
com.raytheon.uf.edex.registry.ebxml.services.query.plugins,
com.raytheon.uf.edex.registry.ebxml.services.validator,
com.raytheon.uf.edex.registry.ebxml.services.validator.types,
com.raytheon.uf.edex.registry.ebxml.util,

View file

@ -22,6 +22,7 @@
<import resource="classpath:res/spring/ebxml-thrift-client.xml" />
<import resource="classpath:res/spring/ebxml-xacml.xml" />
<import resource="classpath:res/spring/ebxml-impl.xml" />
<import resource="classpath*:res/spring/ebxml-customQueryPlugin.xml"/>
<import resource="classpath:res/spring/ebxml-webservices.xml" />
<import resource="classpath*:res/spring/webservices.xml"/>