store registry state in ide.general.xml

This commit is contained in:
Vladimir Krivosheev
2015-02-24 11:45:24 +01:00
parent d5073c48c5
commit af95ee9d29
@@ -28,7 +28,10 @@ import java.util.TreeMap;
@State(
name = "Registry",
storages = @Storage(file = StoragePathMacros.APP_CONFIG + "/other.xml")
storages = {
@Storage(file = StoragePathMacros.APP_CONFIG + "/ide.general.xml"),
@Storage(file = StoragePathMacros.APP_CONFIG + "/other.xml", deprecated = true)
}
)
public class RegistryState implements PersistentStateComponent<Element> {
private static final Logger LOG = Logger.getInstance(RegistryState.class);