You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
509 lines
39 KiB
509 lines
39 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ArtifactsWorkspaceSettings">
|
|
<artifacts-to-build>
|
|
<artifact name="hellossm:war exploded" />
|
|
</artifacts-to-build>
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="8033210d-c341-4f39-a328-95fe94016f00" name="Default Changelist" comment="">
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/AdminController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/AdminController.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/BasicController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/BasicController.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/DormController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/DormController.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/StudentController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/StudentController.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/VisitorController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/controller/VisitorController.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/dao/AdminDao.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/dao/AdminDao.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/dao/DormDao.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/dao/DormDao.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/dao/StudentDao.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/dao/StudentDao.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/domain/Admin.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/domain/Admin.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/AdminService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/AdminService.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/DormService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/DormService.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/StudentService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/StudentService.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/VisitorService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/VisitorService.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/AdminServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/AdminServiceImpl.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/DormServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/DormServiceImpl.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/StudentServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/StudentServiceImpl.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/VisitorServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/ppdxzz/service/impl/VisitorServiceImpl.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/admin-add.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/admin-add.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/admin-edit.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/admin-edit.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/admin-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/admin-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/dorm-add.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/dorm-add.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/dorm-edit.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/dorm-edit.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/dorm-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/dorm-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/look-dorm.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/look-dorm.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/main.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/main.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/student-add.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/student-add.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/student-edit.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/student-edit.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/student-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/student-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/visitor-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/visitor-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/visitor-success.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/visitor-success.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/welcome.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/welcome.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/webapp/error.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/error.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/AdminController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/AdminController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/BasicController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/BasicController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/DormController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/DormController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/StudentController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/StudentController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/VisitorController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/controller/VisitorController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/dao/AdminDao.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/dao/AdminDao.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/dao/DormDao.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/dao/DormDao.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/dao/StudentDao.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/dao/StudentDao.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/domain/Admin.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/domain/Admin.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/AdminService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/AdminService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/DormService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/DormService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/StudentService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/StudentService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/VisitorService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/VisitorService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/AdminServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/AdminServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/DormServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/DormServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/StudentServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/StudentServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/VisitorServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/ppdxzz/service/impl/VisitorServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/AdminController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/AdminController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/BasicController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/BasicController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/DormController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/DormController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/StudentController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/StudentController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/VisitorController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/controller/VisitorController.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/dao/AdminDao.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/dao/AdminDao.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/dao/DormDao.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/dao/DormDao.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/dao/StudentDao.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/dao/StudentDao.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/domain/Admin.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/domain/Admin.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/AdminService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/AdminService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/DormService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/DormService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/StudentService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/StudentService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/VisitorService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/VisitorService.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/AdminServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/AdminServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/DormServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/DormServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/StudentServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/StudentServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/VisitorServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/classes/cn/ppdxzz/service/impl/VisitorServiceImpl.class" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/admin-add.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/admin-add.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/admin-edit.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/admin-edit.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/admin-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/admin-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/dorm-add.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/dorm-add.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/dorm-edit.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/dorm-edit.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/dorm-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/dorm-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/look-dorm.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/look-dorm.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/main.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/main.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/student-add.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/student-add.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/student-edit.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/student-edit.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/student-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/student-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/visitor-list.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/visitor-list.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/visitor-success.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/visitor-success.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/welcome.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/WEB-INF/jsp/welcome.jsp" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/target/hellossm/error.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/hellossm/error.jsp" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="HTML File" />
|
|
<option value="Interface" />
|
|
<option value="Class" />
|
|
<option value="Jsp File" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="LogFilters">
|
|
<option name="FILTER_ERRORS" value="false" />
|
|
<option name="FILTER_WARNINGS" value="false" />
|
|
<option name="FILTER_INFO" value="true" />
|
|
<option name="FILTER_DEBUG" value="true" />
|
|
<option name="CUSTOM_FILTER" />
|
|
</component>
|
|
<component name="MavenImportPreferences">
|
|
<option name="generalSettings">
|
|
<MavenGeneralSettings>
|
|
<option name="localRepository" value="D:\maven\apache-maven-3.6.3\repository" />
|
|
<option name="mavenHome" value="D:/maven/apache-maven-3.6.3" />
|
|
<option name="userSettingsFile" value="D:\maven\apache-maven-3.6.3\conf\settings.xml" />
|
|
</MavenGeneralSettings>
|
|
</option>
|
|
<option name="importingSettings">
|
|
<MavenImportingSettings>
|
|
<option name="importAutomatically" value="true" />
|
|
</MavenImportingSettings>
|
|
</option>
|
|
</component>
|
|
<component name="ProjectId" id="1XayOqtVZsv2AagE870mVEbglRy" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
<ConfirmationsSetting value="1" id="Add" />
|
|
</component>
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showExcludedFiles" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<property name="DefaultHtmlFileTemplate" value="HTML File" />
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="aspect.path.notification.shown" value="true" />
|
|
<property name="js.last.introduce.type" value="VAR" />
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/webapp/css" />
|
|
<property name="project.structure.last.edited" value="Artifacts" />
|
|
<property name="project.structure.proportion" value="0.15" />
|
|
<property name="project.structure.side.proportion" value="0.2321839" />
|
|
<property name="settings.editor.selected.configurable" value="editor.preferences.gutterIcons" />
|
|
</component>
|
|
<component name="RecentsManager">
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
<recent name="D:\Development tools\IDEA\IntelliJ IDEA 2019.2.4\hellossm\src\main\webapp" />
|
|
</key>
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="D:\Development tools\IDEA\IntelliJ IDEA 2019.2.4\hellossm\src\main\webapp\css" />
|
|
<recent name="D:\Development tools\IDEA\IntelliJ IDEA 2019.2.4\hellossm\src\main\webapp\js" />
|
|
<recent name="D:\Development tools\IDEA\IntelliJ IDEA 2019.2.4\hellossm\src\main\webapp\images" />
|
|
<recent name="D:\Development tools\IDEA\IntelliJ IDEA 2019.2.4\hellossm\src\main\webapp" />
|
|
<recent name="D:\Development tools\IDEA\IntelliJ IDEA 2019.2.4\hellossm\src\main\webapp\WEB-INF\jsp" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager" selected="Tomcat Server.Tomcat 9.0.24">
|
|
<configuration name="LocalIp" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="cn.ppdxzz.utils.LocalIp" />
|
|
<module name="hellossm" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="cn.ppdxzz.utils.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="MD5Util" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="cn.ppdxzz.utils.MD5Util" />
|
|
<module name="hellossm" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="cn.ppdxzz.utils.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="WriteExcel" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="cn.ppdxzz.poi.WriteExcel" />
|
|
<module name="hellossm" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="cn.ppdxzz.poi.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="Tomcat 9.0.24" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 9.0.24" ALTERNATIVE_JRE_ENABLED="false" nameIsGenerated="true">
|
|
<option name="BROWSER_ID" value="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" />
|
|
<option name="UPDATE_ON_FRAME_DEACTIVATION" value="true" />
|
|
<option name="UPDATE_CLASSES_ON_FRAME_DEACTIVATION" value="true" />
|
|
<deployment>
|
|
<artifact name="hellossm:war exploded">
|
|
<settings>
|
|
<option name="CONTEXT_PATH" value="/hellossm" />
|
|
</settings>
|
|
</artifact>
|
|
</deployment>
|
|
<server-settings>
|
|
<option name="BASE_DIRECTORY_NAME" value="Unnamed_hellossm_2" />
|
|
</server-settings>
|
|
<predefined_log_file enabled="true" id="Tomcat" />
|
|
<predefined_log_file enabled="true" id="Tomcat Catalina" />
|
|
<predefined_log_file id="Tomcat Manager" />
|
|
<predefined_log_file id="Tomcat Host Manager" />
|
|
<predefined_log_file id="Tomcat Localhost Access" />
|
|
<RunnerSettings RunnerId="Debug">
|
|
<option name="DEBUG_PORT" value="52166" />
|
|
</RunnerSettings>
|
|
<ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
|
|
<option name="USE_ENV_VARIABLES" value="true" />
|
|
<STARTUP>
|
|
<option name="USE_DEFAULT" value="true" />
|
|
<option name="SCRIPT" value="" />
|
|
<option name="VM_PARAMETERS" value="" />
|
|
<option name="PROGRAM_PARAMETERS" value="" />
|
|
</STARTUP>
|
|
<SHUTDOWN>
|
|
<option name="USE_DEFAULT" value="true" />
|
|
<option name="SCRIPT" value="" />
|
|
<option name="VM_PARAMETERS" value="" />
|
|
<option name="PROGRAM_PARAMETERS" value="" />
|
|
</SHUTDOWN>
|
|
</ConfigurationWrapper>
|
|
<ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
|
|
<option name="USE_ENV_VARIABLES" value="true" />
|
|
<STARTUP>
|
|
<option name="USE_DEFAULT" value="true" />
|
|
<option name="SCRIPT" value="" />
|
|
<option name="VM_PARAMETERS" value="" />
|
|
<option name="PROGRAM_PARAMETERS" value="" />
|
|
</STARTUP>
|
|
<SHUTDOWN>
|
|
<option name="USE_DEFAULT" value="true" />
|
|
<option name="SCRIPT" value="" />
|
|
<option name="VM_PARAMETERS" value="" />
|
|
<option name="PROGRAM_PARAMETERS" value="" />
|
|
</SHUTDOWN>
|
|
</ConfigurationWrapper>
|
|
<ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
|
|
<option name="USE_ENV_VARIABLES" value="true" />
|
|
<STARTUP>
|
|
<option name="USE_DEFAULT" value="true" />
|
|
<option name="SCRIPT" value="" />
|
|
<option name="VM_PARAMETERS" value="" />
|
|
<option name="PROGRAM_PARAMETERS" value="" />
|
|
</STARTUP>
|
|
<SHUTDOWN>
|
|
<option name="USE_DEFAULT" value="true" />
|
|
<option name="SCRIPT" value="" />
|
|
<option name="VM_PARAMETERS" value="" />
|
|
<option name="PROGRAM_PARAMETERS" value="" />
|
|
</SHUTDOWN>
|
|
</ConfigurationWrapper>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
<option name="BuildArtifacts" enabled="true">
|
|
<artifact name="hellossm:war exploded" />
|
|
</option>
|
|
</method>
|
|
</configuration>
|
|
<list>
|
|
<item itemvalue="Application.MD5Util" />
|
|
<item itemvalue="Application.WriteExcel" />
|
|
<item itemvalue="Application.LocalIp" />
|
|
<item itemvalue="Tomcat Server.Tomcat 9.0.24" />
|
|
</list>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Application.LocalIp" />
|
|
<item itemvalue="Application.WriteExcel" />
|
|
<item itemvalue="Application.MD5Util" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="ServiceViewManager">
|
|
<option name="viewStates">
|
|
<list>
|
|
<serviceView>
|
|
<option name="contentProportion" value="0.20910494" />
|
|
<treeState>
|
|
<expand>
|
|
<path>
|
|
<item name="services root" type="e789fda9:ObjectUtils$Sentinel" />
|
|
<item name="Tomcat Server" type="7427dc5b:ServiceModel$ServiceGroupNode" />
|
|
</path>
|
|
<path>
|
|
<item name="services root" type="e789fda9:ObjectUtils$Sentinel" />
|
|
<item name="Tomcat Server" type="7427dc5b:ServiceModel$ServiceGroupNode" />
|
|
<item name="Running" type="7427dc5b:ServiceModel$ServiceGroupNode" />
|
|
</path>
|
|
</expand>
|
|
<select />
|
|
</treeState>
|
|
</serviceView>
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="SvnConfiguration">
|
|
<configuration />
|
|
</component>
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="8033210d-c341-4f39-a328-95fe94016f00" name="Default Changelist" comment="" />
|
|
<created>1581298470446</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1581298470446</updated>
|
|
<workItem from="1581298472665" duration="5140000" />
|
|
<workItem from="1581303639901" duration="10827000" />
|
|
<workItem from="1581317062875" duration="9815000" />
|
|
<workItem from="1581327183464" duration="8314000" />
|
|
<workItem from="1581336970995" duration="6221000" />
|
|
<workItem from="1581385372747" duration="13586000" />
|
|
<workItem from="1581399313516" duration="24835000" />
|
|
<workItem from="1581425257186" duration="1352000" />
|
|
<workItem from="1581427756376" duration="6987000" />
|
|
<workItem from="1581473460926" duration="20626000" />
|
|
<workItem from="1581508659638" duration="9245000" />
|
|
<workItem from="1581573066874" duration="317000" />
|
|
<workItem from="1581573464530" duration="26409000" />
|
|
<workItem from="1581649259154" duration="10514000" />
|
|
<workItem from="1581662911720" duration="23085000" />
|
|
<workItem from="1581731575582" duration="47721000" />
|
|
<workItem from="1581814839916" duration="4082000" />
|
|
<workItem from="1581820499500" duration="20191000" />
|
|
<workItem from="1581913917133" duration="32750000" />
|
|
<workItem from="1581985281715" duration="3589000" />
|
|
<workItem from="1581989660185" duration="1250000" />
|
|
<workItem from="1582001026668" duration="32026000" />
|
|
<workItem from="1582077952665" duration="5952000" />
|
|
<workItem from="1582093960673" duration="5496000" />
|
|
<workItem from="1582099866858" duration="20535000" />
|
|
<workItem from="1582160800313" duration="3118000" />
|
|
<workItem from="1582163957936" duration="3456000" />
|
|
<workItem from="1582178854250" duration="20605000" />
|
|
<workItem from="1582252359056" duration="41760000" />
|
|
<workItem from="1582339247647" duration="7825000" />
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="1" />
|
|
</component>
|
|
<component name="WindowStateProjectService">
|
|
<state x="275" y="34" key="#HTTP_Proxy" timestamp="1581304199078">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="275" y="34" key="#HTTP_Proxy/0.0.1366.728@0.0.1366.728" timestamp="1581304199078" />
|
|
<state x="275" y="26" key="#Template_Data_Languages" timestamp="1581948864401">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="275" y="26" key="#Template_Data_Languages/0.0.1366.728@0.0.1366.728" timestamp="1581948864401" />
|
|
<state x="137" y="23" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1582163405246">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="137" y="23" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1366.728@0.0.1366.728" timestamp="1582163405246" />
|
|
<state x="488" y="84" key="#com.intellij.ide.util.MemberChooser" timestamp="1582292819498">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="488" y="84" key="#com.intellij.ide.util.MemberChooser/0.0.1366.728@0.0.1366.728" timestamp="1582292819498" />
|
|
<state x="435" y="110" key="FileChooserDialogImpl" timestamp="1582098741224">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="435" y="110" key="FileChooserDialogImpl/0.0.1366.728@0.0.1366.728" timestamp="1582098741224" />
|
|
<state width="1024" height="165" key="GridCell.Tab.0.bottom" timestamp="1582345277337">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.0.bottom/0.0.1366.728@0.0.1366.728" timestamp="1582345277337" />
|
|
<state width="1024" height="165" key="GridCell.Tab.0.center" timestamp="1582345277337">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.0.center/0.0.1366.728@0.0.1366.728" timestamp="1582345277337" />
|
|
<state width="1024" height="165" key="GridCell.Tab.0.left" timestamp="1582345277337">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.0.left/0.0.1366.728@0.0.1366.728" timestamp="1582345277337" />
|
|
<state width="1024" height="165" key="GridCell.Tab.0.right" timestamp="1582345277337">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.0.right/0.0.1366.728@0.0.1366.728" timestamp="1582345277337" />
|
|
<state width="1024" height="165" key="GridCell.Tab.1.bottom" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.1.bottom/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="165" key="GridCell.Tab.1.center" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.1.center/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="165" key="GridCell.Tab.1.left" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.1.left/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="165" key="GridCell.Tab.1.right" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.1.right/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="165" key="GridCell.Tab.2.bottom" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.2.bottom/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="165" key="GridCell.Tab.2.center" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.2.center/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="165" key="GridCell.Tab.2.left" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.2.left/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="165" key="GridCell.Tab.2.right" timestamp="1582345277265">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="165" key="GridCell.Tab.2.right/0.0.1366.728@0.0.1366.728" timestamp="1582345277265" />
|
|
<state width="1024" height="261" key="GridCell.Tab.3.bottom" timestamp="1582341016030">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.3.bottom/0.0.1366.728@0.0.1366.728" timestamp="1582341016030" />
|
|
<state width="1024" height="261" key="GridCell.Tab.3.center" timestamp="1582341016030">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.3.center/0.0.1366.728@0.0.1366.728" timestamp="1582341016030" />
|
|
<state width="1024" height="261" key="GridCell.Tab.3.left" timestamp="1582341016030">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.3.left/0.0.1366.728@0.0.1366.728" timestamp="1582341016030" />
|
|
<state width="1024" height="261" key="GridCell.Tab.3.right" timestamp="1582341016030">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.3.right/0.0.1366.728@0.0.1366.728" timestamp="1582341016030" />
|
|
<state width="1024" height="261" key="GridCell.Tab.4.bottom" timestamp="1582341016031">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.4.bottom/0.0.1366.728@0.0.1366.728" timestamp="1582341016031" />
|
|
<state width="1024" height="261" key="GridCell.Tab.4.center" timestamp="1582341016030">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.4.center/0.0.1366.728@0.0.1366.728" timestamp="1582341016030" />
|
|
<state width="1024" height="261" key="GridCell.Tab.4.left" timestamp="1582341016030">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.4.left/0.0.1366.728@0.0.1366.728" timestamp="1582341016030" />
|
|
<state width="1024" height="261" key="GridCell.Tab.4.right" timestamp="1582341016030">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1024" height="261" key="GridCell.Tab.4.right/0.0.1366.728@0.0.1366.728" timestamp="1582341016030" />
|
|
<state width="1059" height="415" key="GridCell.Tab.5.bottom" timestamp="1581939297473">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1059" height="415" key="GridCell.Tab.5.bottom/0.0.1366.728@0.0.1366.728" timestamp="1581939297473" />
|
|
<state width="1059" height="415" key="GridCell.Tab.5.center" timestamp="1581939297473">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1059" height="415" key="GridCell.Tab.5.center/0.0.1366.728@0.0.1366.728" timestamp="1581939297473" />
|
|
<state width="1059" height="415" key="GridCell.Tab.5.left" timestamp="1581939297473">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1059" height="415" key="GridCell.Tab.5.left/0.0.1366.728@0.0.1366.728" timestamp="1581939297473" />
|
|
<state width="1059" height="415" key="GridCell.Tab.5.right" timestamp="1581939297473">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state width="1059" height="415" key="GridCell.Tab.5.right/0.0.1366.728@0.0.1366.728" timestamp="1581939297473" />
|
|
<state x="213" y="23" key="Maven.ArtifactSearchDialog" timestamp="1581325031095">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="213" y="23" key="Maven.ArtifactSearchDialog/0.0.1366.728@0.0.1366.728" timestamp="1581325031095" />
|
|
<state x="150" y="0" key="SettingsEditor" timestamp="1582098900996">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="150" y="0" key="SettingsEditor/0.0.1366.728@0.0.1366.728" timestamp="1582098900996" />
|
|
<state x="404" y="105" width="540" height="524" key="StructurePopup" timestamp="1582342667910">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="404" y="105" width="540" height="524" key="StructurePopup/0.0.1366.728@0.0.1366.728" timestamp="1582342667910" />
|
|
<state x="253" y="13" key="com.intellij.javaee.view.ServerArtifactsDialog" timestamp="1581988671572">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="253" y="13" key="com.intellij.javaee.view.ServerArtifactsDialog/0.0.1366.728@0.0.1366.728" timestamp="1581988671572" />
|
|
<state x="221" y="104" width="924" height="543" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2" timestamp="1581662063052">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="221" y="104" width="924" height="543" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2/0.0.1366.728@0.0.1366.728" timestamp="1581662063052" />
|
|
<state x="413" y="140" key="extract.method.dialog" timestamp="1581586644479">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="413" y="140" key="extract.method.dialog/0.0.1366.728@0.0.1366.728" timestamp="1581586644479" />
|
|
<state x="346" y="49" width="672" height="678" key="search.everywhere.popup" timestamp="1581675499632">
|
|
<screen x="0" y="0" width="1366" height="728" />
|
|
</state>
|
|
<state x="346" y="49" width="672" height="678" key="search.everywhere.popup/0.0.1366.728@0.0.1366.728" timestamp="1581675499632" />
|
|
</component>
|
|
</project> |