123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
- <project version="4" relativePaths="false">
- <component name="ProjectRootManager" version="2" assert-keyword="true" project-jdk-name="1.8" jdk-15="true"/>
- <component name="CodeStyleManager">
- <option name="USE_DEFAULT_CODE_STYLE_SCHEME" value="true"/>
- <option name="CODE_STYLE_SCHEME" value=""/>
- </component>
- <component name="libraryTable"/>
- <component name="CompilerConfiguration">
- <option name="DEFAULT_COMPILER" value="Javac"/>
- <option name="CLEAR_OUTPUT_DIRECTORY" value="false"/>
- <!--
- <wildcardResourcePatterns>
- <entry name="${wildcardResourcePattern}"/>
- </wildcardResourcePatterns>
- -->
- <wildcardResourcePatterns>
- <entry name="!?*.java"/>
- </wildcardResourcePatterns>
- </component>
- <component name="JavacSettings">
- <option name="DEBUGGING_INFO" value="true"/>
- <option name="GENERATE_NO_WARNINGS" value="false"/>
- <option name="DEPRECATION" value="true"/>
- <option name="ADDITIONAL_OPTIONS_STRING" value=""/>
- <option name="MAXIMUM_HEAP_SIZE" value="128"/>
- <option name="USE_GENERICS_COMPILER" 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="AntConfiguration">
- <option name="IS_AUTOSCROLL_TO_SOURCE" value="false"/>
- <option name="FILTER_TARGETS" value="false"/>
- </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="JUnitProjectSettings">
- <option name="TEST_RUNNER" value="UI"/>
- </component>
- <component name="EntryPointsManager">
- <entry_points/>
- </component>
- <component name="DataSourceManager"/>
- <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="ProjectModuleManager">
- <modules>
- <!-- module filepath="$$PROJECT_DIR$$/${pom.artifactId}.iml"/ -->
- <module filepath="$PROJECT_DIR$/spring.iml"/>
- <module filepath="$PROJECT_DIR$/generator/generator.iml"/>
- <module filepath="$PROJECT_DIR$/client-api/client-api.iml"/>
- <module filepath="$PROJECT_DIR$/framework/framework.iml"/>
- <module filepath="$PROJECT_DIR$/manager-api/manager-api.iml"/>
- <module filepath="$PROJECT_DIR$/common-api/common-api.iml"/>
- </modules>
- </component>
- <UsedPathMacros>
- <!--<macro name="cargo"></macro>-->
- </UsedPathMacros>
- </project>
|