forked from iluwatar/java-design-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompiler.xml
More file actions
81 lines (81 loc) · 3.16 KB
/
Copy pathcompiler.xml
File metadata and controls
81 lines (81 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<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" />
<entry name="!?*.aj" />
</wildcardResourcePatterns>
<annotationProcessing>
<profile default="true" name="Default" enabled="false">
<processorPath useClasspath="true" />
</profile>
<profile default="false" name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="true" />
<module name="abstract-factory" />
<module name="adapter" />
<module name="bridge" />
<module name="builder" />
<module name="chain" />
<module name="command" />
<module name="composite" />
<module name="decorator" />
<module name="double-checked-locking" />
<module name="facade" />
<module name="factory-method" />
<module name="flyweight" />
<module name="interpreter" />
<module name="iterator" />
<module name="mediator" />
<module name="memento" />
<module name="observer" />
<module name="prototype" />
<module name="proxy" />
<module name="singleton" />
<module name="state" />
<module name="strategy" />
<module name="template-method" />
<module name="test" />
<module name="visitor" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="abstract-factory" target="1.7" />
<module name="adapter" target="1.7" />
<module name="bridge" target="1.7" />
<module name="builder" target="1.7" />
<module name="chain" target="1.7" />
<module name="command" target="1.7" />
<module name="composite" target="1.7" />
<module name="decorator" target="1.7" />
<module name="double-checked-locking" target="1.7" />
<module name="facade" target="1.7" />
<module name="factory-method" target="1.7" />
<module name="flyweight" target="1.7" />
<module name="interpreter" target="1.7" />
<module name="iterator" target="1.7" />
<module name="java-design-patterns" target="1.7" />
<module name="mediator" target="1.7" />
<module name="memento" target="1.7" />
<module name="observer" target="1.7" />
<module name="prototype" target="1.7" />
<module name="proxy" target="1.7" />
<module name="singleton" target="1.7" />
<module name="state" target="1.7" />
<module name="strategy" target="1.7" />
<module name="template-method" target="1.7" />
<module name="test" target="1.8" />
<module name="visitor" target="1.7" />
</bytecodeTargetLevel>
</component>
</project>