|
|
|
@ -1,11 +1,15 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
|
<list default="true" id="a7505764-040b-48e2-b2fc-8c5b579e595f" name="Default" comment="">
|
|
|
|
|
<change beforePath="" afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" />
|
|
|
|
|
<change beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
|
|
|
|
|
<change beforePath="" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/hust/conf/ConfigurationManager.java" />
|
|
|
|
|
<list default="true" id="a7505764-040b-48e2-b2fc-8c5b579e595f" name="Default" comment="1.环境搭建完成 2.相关的工具类编写完成 3.配置文件管理类编写完成">
|
|
|
|
|
<change beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_12.xml" />
|
|
|
|
|
<change beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml" />
|
|
|
|
|
<change beforePath="" afterPath="$PROJECT_DIR$/src/main/resources/conf.properties" />
|
|
|
|
|
<change beforePath="" afterPath="$PROJECT_DIR$/src/test/java/cn/edu/hust/conf/ConfigurationManagerTest.java" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_3_8_1.xml" afterPath="" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/UserActionAnalyzePlatform.iml" afterPath="$PROJECT_DIR$/UserActionAnalyzePlatform.iml" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/pom.xml" afterPath="$PROJECT_DIR$/pom.xml" />
|
|
|
|
|
</list>
|
|
|
|
|
<ignored path="$PROJECT_DIR$/out/" />
|
|
|
|
|
<ignored path="$PROJECT_DIR$/target/" />
|
|
|
|
@ -18,10 +22,10 @@
|
|
|
|
|
</component>
|
|
|
|
|
<component name="FileEditorManager">
|
|
|
|
|
<leaf>
|
|
|
|
|
<file leaf-file-name="ConfigurationManager.java" pinned="false" current-in-tab="true">
|
|
|
|
|
<file leaf-file-name="ConfigurationManager.java" pinned="false" current-in-tab="false">
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/hust/conf/ConfigurationManager.java">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="551">
|
|
|
|
|
<state relative-caret-position="429">
|
|
|
|
|
<caret line="29" column="22" lean-forward="false" selection-start-line="29" selection-start-column="22" selection-end-line="29" selection-end-column="22" />
|
|
|
|
|
<folding>
|
|
|
|
|
<element signature="imports" expanded="true" />
|
|
|
|
@ -32,6 +36,26 @@
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
</file>
|
|
|
|
|
<file leaf-file-name="conf.properties" pinned="false" current-in-tab="false">
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/src/main/resources/conf.properties">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="19">
|
|
|
|
|
<caret line="1" column="11" lean-forward="false" selection-start-line="1" selection-start-column="11" selection-end-line="1" selection-end-column="11" />
|
|
|
|
|
<folding />
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
</file>
|
|
|
|
|
<file leaf-file-name="pom.xml" pinned="false" current-in-tab="true">
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/pom.xml">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="1539">
|
|
|
|
|
<caret line="81" column="0" lean-forward="false" selection-start-line="81" selection-start-column="0" selection-end-line="81" selection-end-column="0" />
|
|
|
|
|
<folding />
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
</file>
|
|
|
|
|
</leaf>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
|
@ -54,10 +78,12 @@
|
|
|
|
|
<list>
|
|
|
|
|
<option value="$PROJECT_DIR$/src/main/java/cn/edu/hust/until/DateUtils.java" />
|
|
|
|
|
<option value="$PROJECT_DIR$/src/main/java/cn/edu/hust/util/DateUtils.java" />
|
|
|
|
|
<option value="$PROJECT_DIR$/pom.xml" />
|
|
|
|
|
<option value="$PROJECT_DIR$/src/main/java/cn/edu/hust/util/NumberUtils.java" />
|
|
|
|
|
<option value="$PROJECT_DIR$/README.md" />
|
|
|
|
|
<option value="$PROJECT_DIR$/src/main/java/cn/edu/hust/conf/ConfigurationManager.java" />
|
|
|
|
|
<option value="$PROJECT_DIR$/src/main/resources/conf.properties" />
|
|
|
|
|
<option value="$PROJECT_DIR$/pom.xml" />
|
|
|
|
|
<option value="$PROJECT_DIR$/src/test/java/cn/edu/hust/conf/ConfigurationManagerTest.java" />
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
|
|
|
@ -138,6 +164,38 @@
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
</path>
|
|
|
|
|
<path>
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
</path>
|
|
|
|
|
<path>
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="main" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
</path>
|
|
|
|
|
<path>
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="test" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
</path>
|
|
|
|
|
<path>
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="test" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="java" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
</path>
|
|
|
|
|
<path>
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
|
<item name="UserActionAnalyzePlatform" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="test" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="java" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
<item name="conf" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
</path>
|
|
|
|
|
</expand>
|
|
|
|
|
<select />
|
|
|
|
|
</subPane>
|
|
|
|
@ -196,6 +254,31 @@
|
|
|
|
|
<module name="" />
|
|
|
|
|
<envs />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="ConfigurationManagerTest.getMethod" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="cn.edu.hust.conf.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
|
<module name="UserActionAnalyzePlatform" />
|
|
|
|
|
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
|
|
|
<option name="ALTERNATIVE_JRE_PATH" />
|
|
|
|
|
<option name="PACKAGE_NAME" value="cn.edu.hust.conf" />
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="cn.edu.hust.conf.ConfigurationManagerTest" />
|
|
|
|
|
<option name="METHOD_NAME" value="getMethod" />
|
|
|
|
|
<option name="TEST_OBJECT" value="method" />
|
|
|
|
|
<option name="VM_PARAMETERS" value="-ea" />
|
|
|
|
|
<option name="PARAMETERS" />
|
|
|
|
|
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
|
|
|
|
<option name="ENV_VARIABLES" />
|
|
|
|
|
<option name="PASS_PARENT_ENVS" value="true" />
|
|
|
|
|
<option name="TEST_SEARCH_SCOPE">
|
|
|
|
|
<value defaultName="singleModule" />
|
|
|
|
|
</option>
|
|
|
|
|
<envs />
|
|
|
|
|
<patterns />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration default="true" type="JUnit" factoryName="JUnit">
|
|
|
|
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
|
|
|
<module name="" />
|
|
|
|
@ -256,6 +339,11 @@
|
|
|
|
|
<option name="PROGRAM_PARAMETERS" />
|
|
|
|
|
<predefined_log_file id="idea.log" enabled="true" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<recent_temporary>
|
|
|
|
|
<list size="1">
|
|
|
|
|
<item index="0" class="java.lang.String" itemvalue="JUnit.ConfigurationManagerTest.getMethod" />
|
|
|
|
|
</list>
|
|
|
|
|
</recent_temporary>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="ShelveChangesManager" show_recycled="false">
|
|
|
|
|
<option name="remove_strategy" value="false" />
|
|
|
|
@ -271,30 +359,45 @@
|
|
|
|
|
<option name="presentableId" value="Default" />
|
|
|
|
|
<updated>1529588420966</updated>
|
|
|
|
|
<workItem from="1529588426161" duration="1034000" />
|
|
|
|
|
<workItem from="1529590333052" duration="1858000" />
|
|
|
|
|
<workItem from="1529590333052" duration="2405000" />
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00001" summary="1.环境搭建完成 2.相关的工具类编写完成 3.配置文件管理类编写完成">
|
|
|
|
|
<created>1529592741848</created>
|
|
|
|
|
<option name="number" value="00001" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1529592741849</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<option name="localTasksCounter" value="2" />
|
|
|
|
|
<servers />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="TestHistory">
|
|
|
|
|
<history-entry file="ConfigurationManagerTest_getMethod - 2018.06.21 at 22h 58m 01s.xml">
|
|
|
|
|
<configuration name="ConfigurationManagerTest.getMethod" configurationId="JUnit" />
|
|
|
|
|
</history-entry>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="TimeTrackingManager">
|
|
|
|
|
<option name="totallyTimeSpent" value="2892000" />
|
|
|
|
|
<option name="totallyTimeSpent" value="3439000" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="ToolWindowManager">
|
|
|
|
|
<frame x="0" y="23" width="1440" height="873" extended-state="0" />
|
|
|
|
|
<editor active="true" />
|
|
|
|
|
<layout>
|
|
|
|
|
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Palette	" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
|
|
|
|
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32904884" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32904884" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2532189" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
|
|
|
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2532189" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
|
|
|
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
|
|
|
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
|
|
@ -313,9 +416,39 @@
|
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
|
<option name="version" value="1" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
|
|
|
<option name="TAB_STATES">
|
|
|
|
|
<map>
|
|
|
|
|
<entry key="MAIN">
|
|
|
|
|
<value>
|
|
|
|
|
<State>
|
|
|
|
|
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
|
|
|
<collection />
|
|
|
|
|
</option>
|
|
|
|
|
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
|
|
|
<collection />
|
|
|
|
|
</option>
|
|
|
|
|
<option name="COLUMN_ORDER">
|
|
|
|
|
<list>
|
|
|
|
|
<option value="0" />
|
|
|
|
|
<option value="1" />
|
|
|
|
|
<option value="2" />
|
|
|
|
|
<option value="3" />
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
</State>
|
|
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="VcsContentAnnotationSettings">
|
|
|
|
|
<option name="myLimit" value="2678400000" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
|
|
<MESSAGE value="1.环境搭建完成 2.相关的工具类编写完成 3.配置文件管理类编写完成" />
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="1.环境搭建完成 2.相关的工具类编写完成 3.配置文件管理类编写完成" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="XDebuggerManager">
|
|
|
|
|
<breakpoint-manager />
|
|
|
|
|
<watches-manager />
|
|
|
|
@ -357,14 +490,6 @@
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/pom.xml">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="-574">
|
|
|
|
|
<caret line="44" column="26" lean-forward="false" selection-start-line="44" selection-start-column="26" selection-end-line="44" selection-end-column="26" />
|
|
|
|
|
<folding />
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/README.md">
|
|
|
|
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
|
|
|
<state split_layout="SPLIT">
|
|
|
|
@ -392,9 +517,20 @@
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/src/test/java/cn/edu/hust/conf/ConfigurationManagerTest.java">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="133">
|
|
|
|
|
<caret line="7" column="16" lean-forward="false" selection-start-line="7" selection-start-column="16" selection-end-line="7" selection-end-column="16" />
|
|
|
|
|
<folding>
|
|
|
|
|
<element signature="e#167#168#0" expanded="true" />
|
|
|
|
|
<element signature="e#243#244#0" expanded="true" />
|
|
|
|
|
</folding>
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/hust/conf/ConfigurationManager.java">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="551">
|
|
|
|
|
<state relative-caret-position="429">
|
|
|
|
|
<caret line="29" column="22" lean-forward="false" selection-start-line="29" selection-start-column="22" selection-end-line="29" selection-end-column="22" />
|
|
|
|
|
<folding>
|
|
|
|
|
<element signature="imports" expanded="true" />
|
|
|
|
@ -404,6 +540,22 @@
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/src/main/resources/conf.properties">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="19">
|
|
|
|
|
<caret line="1" column="11" lean-forward="false" selection-start-line="1" selection-start-column="11" selection-end-line="1" selection-end-column="11" />
|
|
|
|
|
<folding />
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry file="file://$PROJECT_DIR$/pom.xml">
|
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
<state relative-caret-position="1539">
|
|
|
|
|
<caret line="81" column="0" lean-forward="false" selection-start-line="81" selection-start-column="0" selection-end-line="81" selection-end-column="0" />
|
|
|
|
|
<folding />
|
|
|
|
|
</state>
|
|
|
|
|
</provider>
|
|
|
|
|
</entry>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="masterDetails">
|
|
|
|
|
<states>
|
|
|
|
|