Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8a646834c99cc60acafc9079288dd4df751847d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<fragment>
   <extension
         id="OSXKeystoreIntegration"
         name="%macModuleName"
         point="org.eclipse.equinox.security.secureStorage">
      <provider
            class="org.eclipse.equinox.internal.security.osx.OSXProvider"
            description="%providerDescription"
            priority="5">
         <hint
               value="AutomaticPasswordGeneration">
         </hint>
      </provider>
   </extension>
</fragment>

Back to the top