Oleg Besedin | 90f11c1 | 2008-04-24 20:07:19 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <fragment> |
| 4 | <extension |
| 5 | id="OSXKeystoreIntegration" |
Oleg Besedin | 93a454a | 2008-04-25 17:53:59 +0000 | [diff] [blame] | 6 | name="%macModuleName" |
Oleg Besedin | 90f11c1 | 2008-04-24 20:07:19 +0000 | [diff] [blame] | 7 | point="org.eclipse.equinox.security.secureStorage"> |
| 8 | <provider |
| 9 | class="org.eclipse.equinox.internal.security.osx.OSXProvider" |
Oleg Besedin | 7c405d7 | 2008-05-09 19:29:11 +0000 | [diff] [blame] | 10 | description="%providerDescription" |
Oleg Besedin | 90f11c1 | 2008-04-24 20:07:19 +0000 | [diff] [blame] | 11 | priority="5"> |
Oleg Besedin | 7c405d7 | 2008-05-09 19:29:11 +0000 | [diff] [blame] | 12 | <hint |
| 13 | value="AutomaticPasswordGeneration"> |
| 14 | </hint> |
Oleg Besedin | 90f11c1 | 2008-04-24 20:07:19 +0000 | [diff] [blame] | 15 | </provider> |
| 16 | </extension> |
| 17 | </fragment> |