Skip to content

Commit

Permalink
Task #1189 AutoCheckout Improved
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiopelusi committed Jul 10, 2024
1 parent 007807b commit 25deee1
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 82 deletions.
4 changes: 3 additions & 1 deletion de.dlr.sc.virsat.team.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.egit,
org.eclipse.egit.ui,
org.eclipse.egit.core,
org.eclipse.jgit
org.eclipse.jgit,
de.dlr.sc.virsat.commons,
org.eclipse.equinox.security;bundle-version="1.3.900"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: de.dlr.sc.virsat.team.ui
7 changes: 6 additions & 1 deletion de.dlr.sc.virsat.team.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,10 @@
type="java.lang.Object">
</propertyTester>
</extension>

<extension
point="org.eclipse.ui.startup">
<startup
class="de.dlr.sc.virsat.team.ui.util.AutoCheckoutStartup">
</startup>
</extension>
</plugin>
Loading

0 comments on commit 25deee1

Please sign in to comment.