aschuma

ATL :: JIRA :: Plugin with no services

Oct 21st, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. <!-- atlassian-plugins-host-components.xml -->
  2.  
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans:beans xmlns:beans="http://www.springframework.org/schema/beans"
  5.             xmlns:osgi="http://www.springframework.org/schema/osgi"
  6.             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
  7. http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd"
  8.             default-autowire="autodetect" osgi:default-timeout="30000">
  9. <!--
  10.   Empty on purpose. We don't need any host-components and we don't want the plugin framework to scan the scala classes/jar.
  11. -->
  12. </beans:beans>
Advertisement
Add Comment
Please, Sign In to add comment