Skip to content

Commit

Permalink
Provide GitIndexApplication for proper Git indexing of *.java files
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jul 17, 2023
1 parent 1bd52dc commit d2289f1
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/org.eclipse.oomph.setup.git/plugin.xml
Expand Up @@ -21,4 +21,17 @@
genModel="model/Git.genmodel"/>
</extension>

<extension
id="GitIndexer"
point="org.eclipse.core.runtime.applications">
<application
cardinality="singleton-global"
thread="main"
visible="true">
<run
class="org.eclipse.oomph.setup.git.util.GitIndexApplication">
</run>
</application>
</extension>

</plugin>

0 comments on commit d2289f1

Please sign in to comment.