forked from vrdwork/JavaWebApplicationExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.xml
More file actions
69 lines (69 loc) · 3.51 KB
/
workspace.xml
File metadata and controls
69 lines (69 loc) · 3.51 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="82738dcb-49be-48ad-98ab-21f6863e32dc" name="Changes" comment="Actividad 2. Servlets y JSP">
<change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/form.jsp" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/welcome.jsp" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/ejemplos/servlet/curso/MyServlet.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/ejemplos/servlet/curso/MyServlet.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/ejemplos/servlet/curso/MyServlet2.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/ejemplos/servlet/curso/MyServlet2.java" 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="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="useMavenConfig" value="true" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectId" id="2bzJQGNUK4YDUJO3jZjhRVCk8Ei" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"last_opened_file_path": "C:/Users/Usuario/Desktop/IFCT034PO DESARROLLO DE APLICACIONES CON JAVA/JavaWebApplicationExample2"
}
}]]></component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="82738dcb-49be-48ad-98ab-21f6863e32dc" name="Changes" comment="" />
<created>1707211958049</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1707211958049</updated>
</task>
<task id="LOCAL-00001" summary="Actividad 1 servlets">
<created>1707245103896</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1707245103896</updated>
</task>
<option name="localTasksCounter" value="2" />
<servers />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="Actividad 1 servlets" />
<MESSAGE value="Actividad 2. Servlets y JSP" />
<option name="LAST_COMMIT_MESSAGE" value="Actividad 2. Servlets y JSP" />
</component>
</project>