-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefender-aggregator.ipr
91 lines (91 loc) · 4.2 KB
/
defender-aggregator.ipr
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
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AntConfiguration">
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
<option name="FILTER_TARGETS" value="false" />
</component>
<component name="CodeStyleManager">
<option name="USE_DEFAULT_CODE_STYLE_SCHEME" value="true" />
<option name="CODE_STYLE_SCHEME" value="" />
</component>
<component name="CompilerConfiguration">
<wildcardResourcePatterns>
<entry name="!?*.java" />
</wildcardResourcePatterns>
<bytecodeTargetLevel>
<module name="deploy-site" target="1.5" />
</bytecodeTargetLevel>
</component>
<component name="ExportToHTMLSettings">
<option name="PRINT_LINE_NUMBERS" value="false" />
<option name="OPEN_IN_BROWSER" value="false" />
<option name="OUTPUT_DIRECTORY" />
</component>
<component name="ImportConfiguration">
<option name="VENDOR" />
<option name="RELEASE_TAG" />
<option name="LOG_MESSAGE" />
<option name="CHECKOUT_AFTER_IMPORT" value="true" />
</component>
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
</profile>
<version value="1.0" />
</component>
<component name="JUnitProjectSettings">
<option name="TEST_RUNNER" value="UI" />
</component>
<component name="JavadocGenerationManager">
<option name="OUTPUT_DIRECTORY" />
<option name="OPTION_SCOPE" value="protected" />
<option name="OPTION_HIERARCHY" value="false" />
<option name="OPTION_NAVIGATOR" value="false" />
<option name="OPTION_INDEX" value="false" />
<option name="OPTION_SEPARATE_INDEX" value="false" />
<option name="OPTION_USE_1_1" value="false" />
<option name="OPTION_DOCUMENT_TAG_USE" value="false" />
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="false" />
<option name="OPTION_DEPRECATED_LIST" value="false" />
<option name="OTHER_OPTIONS" />
<option name="HEAP_SIZE" />
<option name="OPEN_IN_BROWSER" value="false" />
</component>
<component name="JikesSettings">
<option name="DEBUGGING_INFO" value="true" />
<option name="DEPRECATION" value="true" />
<option name="GENERATE_NO_WARNINGS" value="false" />
<option name="GENERATE_MAKE_FILE_DEPENDENCIES" value="false" />
<option name="DO_FULL_DEPENDENCE_CHECK" value="false" />
<option name="IS_INCREMENTAL_MODE" value="false" />
<option name="IS_EMACS_ERRORS_MODE" value="true" />
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
<option name="MAXIMUM_HEAP_SIZE" value="128" />
</component>
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/deploy-site.xml" />
</list>
</option>
</component>
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/defender-aggregator.iml" filepath="$PROJECT_DIR$/defender-aggregator.iml" />
<module fileurl="file://$PROJECT_DIR$/api/defender-api.iml" filepath="$PROJECT_DIR$/api/defender-api.iml" />
<module fileurl="file://$PROJECT_DIR$/artifacts/defender-artifacts.iml" filepath="$PROJECT_DIR$/artifacts/defender-artifacts.iml" />
<module fileurl="file://$PROJECT_DIR$/cli/defender-cli.iml" filepath="$PROJECT_DIR$/cli/defender-cli.iml" />
<module fileurl="file://$PROJECT_DIR$/features/defender-features.iml" filepath="$PROJECT_DIR$/features/defender-features.iml" />
<module fileurl="file://$PROJECT_DIR$/impl/defender-impl.iml" filepath="$PROJECT_DIR$/impl/defender-impl.iml" />
<module fileurl="file://$PROJECT_DIR$/it/defender-it.iml" filepath="$PROJECT_DIR$/it/defender-it.iml" />
<module fileurl="file://$PROJECT_DIR$/karaf/defender-karaf.iml" filepath="$PROJECT_DIR$/karaf/defender-karaf.iml" />
<module fileurl="file://$PROJECT_DIR$/deploy-site.iml" filepath="$PROJECT_DIR$/deploy-site.iml" />
</modules>
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="1.8" />
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>