langtools/make/intellij/copyright/profiles_settings.xml
author jlahoda
Fri, 15 May 2015 11:41:04 +0200
changeset 30717 4ed55656acd7
parent 26387 e3e933f2670b
permissions -rw-r--r--
8076104: Key collisions in ZipFileIndexFileObject content cache lead to wrong content Summary: equals&hashCode of ZipFileObject and ZipFileIndexFileObject need to be based on full entry path, not only the file name. Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25697
b71804e27eb1 8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents:
diff changeset
     1
<component name="CopyrightManager">
26387
e3e933f2670b 8057005: IntelliJ should allow import for nested classes
mcimadamore
parents: 25697
diff changeset
     2
  <settings default="langtools">
e3e933f2670b 8057005: IntelliJ should allow import for nested classes
mcimadamore
parents: 25697
diff changeset
     3
    <LanguageOptions name="JAVA">
e3e933f2670b 8057005: IntelliJ should allow import for nested classes
mcimadamore
parents: 25697
diff changeset
     4
      <option name="fileLocation" value="1" />
e3e933f2670b 8057005: IntelliJ should allow import for nested classes
mcimadamore
parents: 25697
diff changeset
     5
    </LanguageOptions>
e3e933f2670b 8057005: IntelliJ should allow import for nested classes
mcimadamore
parents: 25697
diff changeset
     6
  </settings>
e3e933f2670b 8057005: IntelliJ should allow import for nested classes
mcimadamore
parents: 25697
diff changeset
     7
</component>