view .idea/compiler.xml @ 1118:54472aa4b7b2 TW-83599

TW-83599: recognize "path contains illegal component" error and retry pull command with explicit revision, agent side logic
author Andreas Eisele <andreas.eisele@jetbrains.com>
date Tue, 10 Oct 2023 12:11:40 +0200
parents 07a7f22d8954
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CompilerConfiguration">
    <option name="DEFAULT_COMPILER" value="Javac" />
    <resourceExtensions>
      <entry name=".+\.(properties|xml|html|dtd|tld)" />
      <entry name=".+\.(gif|png|jpeg|jpg)" />
    </resourceExtensions>
    <wildcardResourcePatterns>
      <entry name="?*.properties" />
      <entry name="?*.xml" />
      <entry name="?*.gif" />
      <entry name="?*.png" />
      <entry name="?*.jpeg" />
      <entry name="?*.jpg" />
      <entry name="?*.html" />
      <entry name="?*.dtd" />
      <entry name="?*.tld" />
      <entry name="?*.jsp" />
      <entry name="?*.tag" />
      <entry name="?*.template" />
      <entry name="do-not-load-in-vcs-mode" />
      <entry name="?*.py" />
    </wildcardResourcePatterns>
    <annotationProcessing>
      <profile default="true" name="Default" enabled="false">
        <processorPath useClasspath="true" />
      </profile>
    </annotationProcessing>
  </component>
</project>