Mercurial > hg > mercurial
view .idea/compiler.xml @ 686:1efd1846f00a
Add an option for using tar archive for building a full patch
This is a workaround for the case when java cannot read some file from
the repository due to encoding used in a file name.
author | Dmitry Neverov <dmitry.neverov@jetbrains.com> |
---|---|
date | Tue, 17 Dec 2013 13:38:24 +0100 |
parents | b3a18fa08362 |
children | c27e501ed0c3 |
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" /> </wildcardResourcePatterns> <annotationProcessing> <profile default="true" name="Default" enabled="false"> <processorPath useClasspath="true" /> </profile> </annotationProcessing> <bytecodeTargetLevel target="1.5" /> </component> </project>