mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
17 lines
590 B
XML
17 lines
590 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="IssueNavigationConfiguration">
|
|
<option name="links">
|
|
<list>
|
|
<IssueNavigationLink>
|
|
<option name="issueRegexp" value="(?:^|\s|\p{Punct})(?:JDK-)?(\d{7})(?=$|\s|\p{Punct})" />
|
|
<option name="linkRegexp" value="https://bugs.openjdk.java.net/browse/JDK-$1" />
|
|
</IssueNavigationLink>
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="VcsDirectoryMappings">
|
|
<mapping directory="###TOPLEVEL_PROJECT_DIR###" vcs="###VCS_TYPE###" />
|
|
</component>
|
|
</project>
|