Download this file

plugin.xml    12 lines (10 with data), 270 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.ossmeter.platform.managers.vcs">
<vcsManager
manager="org.ossmeter.platform.vcs.git.GitManager">
</vcsManager>
</extension>
</plugin>