Added IntellIj config folder to subversion

This commit is contained in:
Ziver Koc 2013-10-23 08:31:35 +00:00
parent 019da3c1eb
commit 8a930b361d
12 changed files with 250 additions and 0 deletions

27
.idea/compiler.xml generated Normal file
View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<option name="DEFAULT_COMPILER" value="Javac" />
<excludeFromCompile>
<file url="file://$PROJECT_DIR$/src/zutil/jee/upload/AjaxFileUpload.java" />
<file url="file://$PROJECT_DIR$/src/zutil/net/http/multipart/MultipartParser.java" />
</excludeFromCompile>
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scala" />
<entry name="!?*.flex" />
<entry name="!?*.kt" />
<entry name="!?*.clj" />
</wildcardResourcePatterns>
<annotationProcessing>
<profile default="true" name="Default" enabled="false">
<processorPath useClasspath="true" />
</profile>
</annotationProcessing>
</component>
</project>