comparison .idea/compiler.xml @ 484:1bee9e7b8a99

switch to .idea project
author eugene.petrenko@gmail.com
date Mon, 01 Oct 2012 20:41:38 +0200
parents
children 89e9c06fbc76
comparison
equal deleted inserted replaced
483:6bd99f8bf8f1 484:1bee9e7b8a99
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
3 <component name="CompilerConfiguration">
4 <option name="DEFAULT_COMPILER" value="Javac" />
5 <resourceExtensions>
6 <entry name=".+\.(properties|xml|html|dtd|tld)" />
7 <entry name=".+\.(gif|png|jpeg|jpg)" />
8 </resourceExtensions>
9 <wildcardResourcePatterns>
10 <entry name="?*.properties" />
11 <entry name="?*.xml" />
12 <entry name="?*.gif" />
13 <entry name="?*.png" />
14 <entry name="?*.jpeg" />
15 <entry name="?*.jpg" />
16 <entry name="?*.html" />
17 <entry name="?*.dtd" />
18 <entry name="?*.tld" />
19 <entry name="?*.jsp" />
20 <entry name="?*.tag" />
21 <entry name="?*.template" />
22 </wildcardResourcePatterns>
23 <annotationProcessing>
24 <profile default="true" name="Default" enabled="false">
25 <processorPath useClasspath="true" />
26 </profile>
27 </annotationProcessing>
28 </component>
29 </project>
30