mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
15 lines
913 B
XML
15 lines
913 B
XML
<idea-plugin>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.intellij.ide.passwordSafe.PasswordSafe"
|
|
serviceImplementation="com.intellij.ide.passwordSafe.impl.PasswordSafeImpl"
|
|
testServiceImplementation="com.intellij.ide.passwordSafe.impl.TestPasswordSafeImpl"/>
|
|
|
|
<applicationConfigurable parentId="preferences.general" instance="com.intellij.credentialStore.PasswordSafeConfigurable"
|
|
bundle="messages.CredentialStoreBundle"
|
|
key="password.safe.configurable"
|
|
id="application.passwordSafe"/>
|
|
|
|
<applicationService serviceInterface="com.intellij.credentialStore.CredentialStoreUiService"
|
|
serviceImplementation="com.intellij.credentialStore.CredentialStoreUiServiceImpl"/>
|
|
</extensions>
|
|
</idea-plugin> |