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:
parent
311c749cb2
commit
0fa6977442
2 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue