Skip to content

Instantly share code, notes, and snippets.

@xcoulon
Created October 12, 2010 19:43
Show Gist options
  • Save xcoulon/622784 to your computer and use it in GitHub Desktop.
Save xcoulon/622784 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.bytesparadise.tools.common.JdtUtilService">
<implementation class="org.bytesparadise.tools.common.service.impl.JdtUtilsServiceImpl"/>
<service>
<provide interface="org.bytesparadise.tools.common.service.IJdtUtilsService"/>
</service>
</scr:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment