-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmodules.xml
More file actions
125 lines (125 loc) · 20.3 KB
/
modules.xml
File metadata and controls
125 lines (125 loc) · 20.3 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Arrays/ArrayExample/Arrays_ArrayExample.iml" filepath="$PROJECT_DIR$/Arrays/ArrayExample/Arrays_ArrayExample.iml" group="Arrays" />
<module fileurl="file://$PROJECT_DIR$/Arrays/ArrayMultiExample/Arrays_ArrayMultiExample.iml" filepath="$PROJECT_DIR$/Arrays/ArrayMultiExample/Arrays_ArrayMultiExample.iml" group="Arrays" />
<module fileurl="file://$PROJECT_DIR$/Threads/ClockRunnable/ClockRunnable.iml" filepath="$PROJECT_DIR$/Threads/ClockRunnable/ClockRunnable.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ClockThread/ClockThread.iml" filepath="$PROJECT_DIR$/Threads/ClockThread/ClockThread.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ClockThread2/ClockThread2.iml" filepath="$PROJECT_DIR$/Threads/ClockThread2/ClockThread2.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Collections/ColectionListGeneric/Collections_ColectionListGeneric.iml" filepath="$PROJECT_DIR$/Collections/ColectionListGeneric/Collections_ColectionListGeneric.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/Collection/Collections_Collection.iml" filepath="$PROJECT_DIR$/Collections/Collection/Collections_Collection.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/CollectionCompare1/Collections_CollectionCompare1.iml" filepath="$PROJECT_DIR$/Collections/CollectionCompare1/Collections_CollectionCompare1.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/CollectionCompare2/Collections_CollectionCompare2.iml" filepath="$PROJECT_DIR$/Collections/CollectionCompare2/Collections_CollectionCompare2.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/CollectionList/Collections_CollectionList.iml" filepath="$PROJECT_DIR$/Collections/CollectionList/Collections_CollectionList.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/CollectionMap/Collections_CollectionMap.iml" filepath="$PROJECT_DIR$/Collections/CollectionMap/Collections_CollectionMap.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/CollectionOperation/Collections_CollectionOperation.iml" filepath="$PROJECT_DIR$/Collections/CollectionOperation/Collections_CollectionOperation.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/CollectionProperties/Collections_CollectionProperties.iml" filepath="$PROJECT_DIR$/Collections/CollectionProperties/Collections_CollectionProperties.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/CollectionQueue/Collections_CollectionQueue.iml" filepath="$PROJECT_DIR$/Collections/CollectionQueue/Collections_CollectionQueue.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Collections/ComparatorExample/Collections_ComparatorExample.iml" filepath="$PROJECT_DIR$/Collections/ComparatorExample/Collections_ComparatorExample.iml" group="Collections" />
<module fileurl="file://$PROJECT_DIR$/Threads/Concurrency_Atomic/Concurrency_Atomic.iml" filepath="$PROJECT_DIR$/Threads/Concurrency_Atomic/Concurrency_Atomic.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/Concurrency_Lock/Concurrency_Lock.iml" filepath="$PROJECT_DIR$/Threads/Concurrency_Lock/Concurrency_Lock.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/CountDownLatch/CountDownLatch.iml" filepath="$PROJECT_DIR$/Threads/CountDownLatch/CountDownLatch.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/CyclicBarrier/CyclicBarrier.iml" filepath="$PROJECT_DIR$/Threads/CyclicBarrier/CyclicBarrier.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/DB/CallableExample/DB_CallableExample.iml" filepath="$PROJECT_DIR$/DB/CallableExample/DB_CallableExample.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/DataBaseSQL/DB_DataBaseSQL.iml" filepath="$PROJECT_DIR$/DB/DataBaseSQL/DB_DataBaseSQL.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/DataSourceJNDI/DB_DataSourceJNDI.iml" filepath="$PROJECT_DIR$/DB/DataSourceJNDI/DB_DataSourceJNDI.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/Database1/DB_Database1.iml" filepath="$PROJECT_DIR$/DB/Database1/DB_Database1.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/Database2/DB_Database2.iml" filepath="$PROJECT_DIR$/DB/Database2/DB_Database2.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/Database3/DB_Database3.iml" filepath="$PROJECT_DIR$/DB/Database3/DB_Database3.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/Database4/DB_Database4.iml" filepath="$PROJECT_DIR$/DB/Database4/DB_Database4.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/DatabaseBlob/DB_DatabaseBlob.iml" filepath="$PROJECT_DIR$/DB/DatabaseBlob/DB_DatabaseBlob.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/DatabaseCompany/DB_DatabaseCompany.iml" filepath="$PROJECT_DIR$/DB/DatabaseCompany/DB_DatabaseCompany.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/DB/DatabaseSP/DB_DatabaseSP.iml" filepath="$PROJECT_DIR$/DB/DatabaseSP/DB_DatabaseSP.iml" group="DB" />
<module fileurl="file://$PROJECT_DIR$/Threads/DeadLock/DeadLock.iml" filepath="$PROJECT_DIR$/Threads/DeadLock/DeadLock.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/DeadLockSolution/DeadLockSolution.iml" filepath="$PROJECT_DIR$/Threads/DeadLockSolution/DeadLockSolution.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Class/DefaultInterfaceMethod/DefaultInterfaceMethod.iml" filepath="$PROJECT_DIR$/Class/DefaultInterfaceMethod/DefaultInterfaceMethod.iml" group="Class" />
<module fileurl="file://$PROJECT_DIR$/Exceptions/DocumentFinder/DocumentFinder.iml" filepath="$PROJECT_DIR$/Exceptions/DocumentFinder/DocumentFinder.iml" group="Exceptions" />
<module fileurl="file://$PROJECT_DIR$/Threads/ExecutorService/ExecutorService.iml" filepath="$PROJECT_DIR$/Threads/ExecutorService/ExecutorService.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ExecutorServiceScheduled/ExecutorServiceScheduled.iml" filepath="$PROJECT_DIR$/Threads/ExecutorServiceScheduled/ExecutorServiceScheduled.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Class/FirstClass/FirstClass.iml" filepath="$PROJECT_DIR$/Class/FirstClass/FirstClass.iml" group="Class" />
<module fileurl="file://$PROJECT_DIR$/Generics/GenericClass/Generics_GenericClass.iml" filepath="$PROJECT_DIR$/Generics/GenericClass/Generics_GenericClass.iml" group="Generics" />
<module fileurl="file://$PROJECT_DIR$/Generics/GenericMethod/Generics_GenericMethod.iml" filepath="$PROJECT_DIR$/Generics/GenericMethod/Generics_GenericMethod.iml" group="Generics" />
<module fileurl="file://$PROJECT_DIR$/Generics/GenericType/Generics_GenericType.iml" filepath="$PROJECT_DIR$/Generics/GenericType/Generics_GenericType.iml" group="Generics" />
<module fileurl="file://$PROJECT_DIR$/Generics/GenericWildcard/Generics_GenericWildcard.iml" filepath="$PROJECT_DIR$/Generics/GenericWildcard/Generics_GenericWildcard.iml" group="Generics" />
<module fileurl="file://$PROJECT_DIR$/IO/IO_ExampleBuffer/IO_ExampleBuffer.iml" filepath="$PROJECT_DIR$/IO/IO_ExampleBuffer/IO_ExampleBuffer.iml" group="IO" />
<module fileurl="file://$PROJECT_DIR$/IO/IO_ExampleEncoding/IO_ExampleEncoding.iml" filepath="$PROJECT_DIR$/IO/IO_ExampleEncoding/IO_ExampleEncoding.iml" group="IO" />
<module fileurl="file://$PROJECT_DIR$/IO/IO_ExampleFile/IO_ExampleFile.iml" filepath="$PROJECT_DIR$/IO/IO_ExampleFile/IO_ExampleFile.iml" group="IO" />
<module fileurl="file://$PROJECT_DIR$/IO/IO_ExampleFileOperation/IO_ExampleFileOperation.iml" filepath="$PROJECT_DIR$/IO/IO_ExampleFileOperation/IO_ExampleFileOperation.iml" group="IO" />
<module fileurl="file://$PROJECT_DIR$/IO/IO_ExampleObject/IO_ExampleObject.iml" filepath="$PROJECT_DIR$/IO/IO_ExampleObject/IO_ExampleObject.iml" group="IO" />
<module fileurl="file://$PROJECT_DIR$/IO/IO_ExampleReadConsole/IO_ExampleReadConsole.iml" filepath="$PROJECT_DIR$/IO/IO_ExampleReadConsole/IO_ExampleReadConsole.iml" group="IO" />
<module fileurl="file://$PROJECT_DIR$/Class/InternalClass/InternalClass.iml" filepath="$PROJECT_DIR$/Class/InternalClass/InternalClass.iml" group="Class" />
<module fileurl="file://$PROJECT_DIR$/Class/Lambda/Lambda.iml" filepath="$PROJECT_DIR$/Class/Lambda/Lambda.iml" group="Class" />
<module fileurl="file://$PROJECT_DIR$/Net/Client/Net_Client.iml" filepath="$PROJECT_DIR$/Net/Client/Net_Client.iml" group="Net" />
<module fileurl="file://$PROJECT_DIR$/Net/NetworkCommunication/Net_NetworkCommunication.iml" filepath="$PROJECT_DIR$/Net/NetworkCommunication/Net_NetworkCommunication.iml" group="Net" />
<module fileurl="file://$PROJECT_DIR$/Net/NetworkHTTP/Net_NetworkHTTP.iml" filepath="$PROJECT_DIR$/Net/NetworkHTTP/Net_NetworkHTTP.iml" group="Net" />
<module fileurl="file://$PROJECT_DIR$/Net/NetworkWhois/Net_NetworkWhois.iml" filepath="$PROJECT_DIR$/Net/NetworkWhois/Net_NetworkWhois.iml" group="Net" />
<module fileurl="file://$PROJECT_DIR$/Net/Server/Net_Server.iml" filepath="$PROJECT_DIR$/Net/Server/Net_Server.iml" group="Net" />
<module fileurl="file://$PROJECT_DIR$/Other/Aimer/Other_Aimer.iml" filepath="$PROJECT_DIR$/Other/Aimer/Other_Aimer.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/BasicSecurity/Other_BasicSecurity.iml" filepath="$PROJECT_DIR$/Other/BasicSecurity/Other_BasicSecurity.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/CalendarDemo/Other_CalendarDemo.iml" filepath="$PROJECT_DIR$/Other/CalendarDemo/Other_CalendarDemo.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/DelayedFlight/Other_DelayedFlight.iml" filepath="$PROJECT_DIR$/Other/DelayedFlight/Other_DelayedFlight.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/MathExample/Other_MathExample.iml" filepath="$PROJECT_DIR$/Other/MathExample/Other_MathExample.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/SimpleQueue/Other_SimpleQueue.iml" filepath="$PROJECT_DIR$/Other/SimpleQueue/Other_SimpleQueue.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/StringClass/Other_StringClass.iml" filepath="$PROJECT_DIR$/Other/StringClass/Other_StringClass.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/StudentFamily1/Other_StudentFamily1.iml" filepath="$PROJECT_DIR$/Other/StudentFamily1/Other_StudentFamily1.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Other/StudentFamily2/Other_StudentFamily2.iml" filepath="$PROJECT_DIR$/Other/StudentFamily2/Other_StudentFamily2.iml" group="Other" />
<module fileurl="file://$PROJECT_DIR$/Class/PassingParameters/PassingParameters.iml" filepath="$PROJECT_DIR$/Class/PassingParameters/PassingParameters.iml" group="Class" />
<module fileurl="file://$PROJECT_DIR$/Threads/PingPong/PingPong.iml" filepath="$PROJECT_DIR$/Threads/PingPong/PingPong.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/PriorityBlockingQueue/PriorityBlockingQueue.iml" filepath="$PROJECT_DIR$/Threads/PriorityBlockingQueue/PriorityBlockingQueue.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ProducerConsumer1/ProducerConsumer1.iml" filepath="$PROJECT_DIR$/Threads/ProducerConsumer1/ProducerConsumer1.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ProducerConsumer2/ProducerConsumer2.iml" filepath="$PROJECT_DIR$/Threads/ProducerConsumer2/ProducerConsumer2.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ProducerConsumer3/ProducerConsumer3.iml" filepath="$PROJECT_DIR$/Threads/ProducerConsumer3/ProducerConsumer3.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ReadWriteLock/ReadWriteLock.iml" filepath="$PROJECT_DIR$/Threads/ReadWriteLock/ReadWriteLock.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Reflection-Annotations/Annotation/Reflection-Annotations_Annotation.iml" filepath="$PROJECT_DIR$/Reflection-Annotations/Annotation/Reflection-Annotations_Annotation.iml" group="Reflection-Annotations" />
<module fileurl="file://$PROJECT_DIR$/Reflection-Annotations/Reflection/Reflection-Annotations_Reflection.iml" filepath="$PROJECT_DIR$/Reflection-Annotations/Reflection/Reflection-Annotations_Reflection.iml" group="Reflection-Annotations" />
<module fileurl="file://$PROJECT_DIR$/Reflection-Annotations/ReflectionExample/Reflection-Annotations_ReflectionExample.iml" filepath="$PROJECT_DIR$/Reflection-Annotations/ReflectionExample/Reflection-Annotations_ReflectionExample.iml" group="Reflection-Annotations" />
<module fileurl="file://$PROJECT_DIR$/Reflection-Annotations/ReflectionImplementation/Reflection-Annotations_ReflectionImplementation.iml" filepath="$PROJECT_DIR$/Reflection-Annotations/ReflectionImplementation/Reflection-Annotations_ReflectionImplementation.iml" group="Reflection-Annotations" />
<module fileurl="file://$PROJECT_DIR$/Reflection-Annotations/ReflectionInterface/Reflection-Annotations_ReflectionInterface.iml" filepath="$PROJECT_DIR$/Reflection-Annotations/ReflectionInterface/Reflection-Annotations_ReflectionInterface.iml" group="Reflection-Annotations" />
<module fileurl="file://$PROJECT_DIR$/Robot/Robot1/Robot1.iml" filepath="$PROJECT_DIR$/Robot/Robot1/Robot1.iml" group="Robot" />
<module fileurl="file://$PROJECT_DIR$/Robot/Robot2/Robot2.iml" filepath="$PROJECT_DIR$/Robot/Robot2/Robot2.iml" group="Robot" />
<module fileurl="file://$PROJECT_DIR$/Robot/Robot3/Robot3.iml" filepath="$PROJECT_DIR$/Robot/Robot3/Robot3.iml" group="Robot" />
<module fileurl="file://$PROJECT_DIR$/Robot/Robot4/Robot4.iml" filepath="$PROJECT_DIR$/Robot/Robot4/Robot4.iml" group="Robot" />
<module fileurl="file://$PROJECT_DIR$/Robot/Robot5/Robot5.iml" filepath="$PROJECT_DIR$/Robot/Robot5/Robot5.iml" group="Robot" />
<module fileurl="file://$PROJECT_DIR$/Robot/Robot6/Robot6.iml" filepath="$PROJECT_DIR$/Robot/Robot6/Robot6.iml" group="Robot" />
<module fileurl="file://$PROJECT_DIR$/SWING/FormList/SWING_FormList.iml" filepath="$PROJECT_DIR$/SWING/FormList/SWING_FormList.iml" group="SWING" />
<module fileurl="file://$PROJECT_DIR$/SWING/FrameExample1/SWING_FrameExample1.iml" filepath="$PROJECT_DIR$/SWING/FrameExample1/SWING_FrameExample1.iml" group="SWING" />
<module fileurl="file://$PROJECT_DIR$/SWING/FrameExample2/SWING_FrameExample2.iml" filepath="$PROJECT_DIR$/SWING/FrameExample2/SWING_FrameExample2.iml" group="SWING" />
<module fileurl="file://$PROJECT_DIR$/SWING/FrameExample3/SWING_FrameExample3.iml" filepath="$PROJECT_DIR$/SWING/FrameExample3/SWING_FrameExample3.iml" group="SWING" />
<module fileurl="file://$PROJECT_DIR$/SWING/SwingExample1/SWING_SwingExample1.iml" filepath="$PROJECT_DIR$/SWING/SwingExample1/SWING_SwingExample1.iml" group="SWING" />
<module fileurl="file://$PROJECT_DIR$/SWING/SwingExample2/SWING_SwingExample2.iml" filepath="$PROJECT_DIR$/SWING/SwingExample2/SWING_SwingExample2.iml" group="SWING" />
<module fileurl="file://$PROJECT_DIR$/SWING/SwingExample3/SWING_SwingExample3.iml" filepath="$PROJECT_DIR$/SWING/SwingExample3/SWING_SwingExample3.iml" group="SWING" />
<module fileurl="file://$PROJECT_DIR$/Shape/Shape1/Shape1.iml" filepath="$PROJECT_DIR$/Shape/Shape1/Shape1.iml" group="Shape" />
<module fileurl="file://$PROJECT_DIR$/Shape/Shape2/Shape2.iml" filepath="$PROJECT_DIR$/Shape/Shape2/Shape2.iml" group="Shape" />
<module fileurl="file://$PROJECT_DIR$/Threads/SimpleThread/SimpleThread.iml" filepath="$PROJECT_DIR$/Threads/SimpleThread/SimpleThread.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/SynchonizeExample/SynchonizeExample.iml" filepath="$PROJECT_DIR$/Threads/SynchonizeExample/SynchonizeExample.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/SynchronousQueue/SynchronousQueue.iml" filepath="$PROJECT_DIR$/Threads/SynchronousQueue/SynchronousQueue.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Class/TaxPayer/TaxPayer.iml" filepath="$PROJECT_DIR$/Class/TaxPayer/TaxPayer.iml" group="Class" />
<module fileurl="file://$PROJECT_DIR$/Threads/ThreadExample_Join/ThreadExample_Join.iml" filepath="$PROJECT_DIR$/Threads/ThreadExample_Join/ThreadExample_Join.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ThreadExample_SynchMethod/ThreadExample_SynchMethod.iml" filepath="$PROJECT_DIR$/Threads/ThreadExample_SynchMethod/ThreadExample_SynchMethod.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/ThreadLocalVariable/ThreadLocalVariable.iml" filepath="$PROJECT_DIR$/Threads/ThreadLocalVariable/ThreadLocalVariable.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/VolatileExample/VolatileExample.iml" filepath="$PROJECT_DIR$/Threads/VolatileExample/VolatileExample.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Threads/VolatileExample2/VolatileExample2.iml" filepath="$PROJECT_DIR$/Threads/VolatileExample2/VolatileExample2.iml" group="Threads" />
<module fileurl="file://$PROJECT_DIR$/Web/FilterExample/Web_FilterExample.iml" filepath="$PROJECT_DIR$/Web/FilterExample/Web_FilterExample.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/FilterLogin/Web_FilterLogin.iml" filepath="$PROJECT_DIR$/Web/FilterLogin/Web_FilterLogin.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/JSPProject1/Web_JSPProject1.iml" filepath="$PROJECT_DIR$/Web/JSPProject1/Web_JSPProject1.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/JSTLExample/Web_JSTLExample.iml" filepath="$PROJECT_DIR$/Web/JSTLExample/Web_JSTLExample.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/Servlet1/Web_Servlet1.iml" filepath="$PROJECT_DIR$/Web/Servlet1/Web_Servlet1.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/Servlet2/Web_Servlet2.iml" filepath="$PROJECT_DIR$/Web/Servlet2/Web_Servlet2.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/Servlet3/Web_Servlet3.iml" filepath="$PROJECT_DIR$/Web/Servlet3/Web_Servlet3.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/ServletForm/Web_ServletForm.iml" filepath="$PROJECT_DIR$/Web/ServletForm/Web_ServletForm.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/ServletListenerExample/Web_ServletListenerExample.iml" filepath="$PROJECT_DIR$/Web/ServletListenerExample/Web_ServletListenerExample.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/ServletParameter/Web_ServletParameter.iml" filepath="$PROJECT_DIR$/Web/ServletParameter/Web_ServletParameter.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/ServletSession/Web_ServletSession.iml" filepath="$PROJECT_DIR$/Web/ServletSession/Web_ServletSession.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/ShowHeader/Web_ShowHeader.iml" filepath="$PROJECT_DIR$/Web/ShowHeader/Web_ShowHeader.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/Web/WebApplication/Web_WebApplication.iml" filepath="$PROJECT_DIR$/Web/WebApplication/Web_WebApplication.iml" group="Web" />
<module fileurl="file://$PROJECT_DIR$/XML/XML_DOM/XML_DOM.iml" filepath="$PROJECT_DIR$/XML/XML_DOM/XML_DOM.iml" group="XML" />
<module fileurl="file://$PROJECT_DIR$/XML/XML_DOM_XPath/XML_DOM_XPath.iml" filepath="$PROJECT_DIR$/XML/XML_DOM_XPath/XML_DOM_XPath.iml" group="XML" />
<module fileurl="file://$PROJECT_DIR$/XML/XML_JAXB/XML_JAXB.iml" filepath="$PROJECT_DIR$/XML/XML_JAXB/XML_JAXB.iml" group="XML" />
<module fileurl="file://$PROJECT_DIR$/XML/XML_SAX/XML_SAX.iml" filepath="$PROJECT_DIR$/XML/XML_SAX/XML_SAX.iml" group="XML" />
<module fileurl="file://$PROJECT_DIR$/XML/XML_StAX/XML_StAX.iml" filepath="$PROJECT_DIR$/XML/XML_StAX/XML_StAX.iml" group="XML" />
<module fileurl="file://$PROJECT_DIR$/XML/XML_StAX_Write/XML_StAX_Write.iml" filepath="$PROJECT_DIR$/XML/XML_StAX_Write/XML_StAX_Write.iml" group="XML" />
<module fileurl="file://$PROJECT_DIR$/XML/XSLT/XSLT-1-Simple/XSLT-1-Simple.iml" filepath="$PROJECT_DIR$/XML/XSLT/XSLT-1-Simple/XSLT-1-Simple.iml" group="XML/XSLT" />
</modules>
</component>
</project>