-
Notifications
You must be signed in to change notification settings - Fork 0
/
Setting.xml
40 lines (39 loc) · 883 Bytes
/
Setting.xml
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
<project>
<files
default_encoding="System"
readonly="false"
maxfilesize="10485760"
enforce_portability="false">
<dir
name=".">
<watched
subdirs="true">
<filter
name="Java"/>
</watched>
</dir>
</files>
<languages>
<language
name="Java"/>
</languages>
<file_types/>
<annotations_options/>
<comparison_options
comparison_db=""
git_repo=""
git_commit=""
diff_flags="1"/>
<dependency_options
exclude_standard="true"
use_includes="true"
mode="link"/>
<imports/>
<java_options
count_javadoc_in_metrics="true"
count_standard_in_max_inheritance="false"
jni_kni_include_package_name="true"
jni_kni_linkage_prepend_text="Java_"
save_comments_associated_with_entities="true"
version="Java5"/>
</project>