Created
October 12, 2010 19:43
-
-
Save xcoulon/622784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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