-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThreadPool.jcp
More file actions
99 lines (49 loc) · 1.11 KB
/
Copy pathThreadPool.jcp
File metadata and controls
99 lines (49 loc) · 1.11 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
<?xml version="1.0" encoding="UTF-8"?>
<project>
<settings>
<label>ThreadPool</label>
<root_path>\</root_path>
<output_path>classes\</output_path>
<source_path>src\</source_path>
<jdkprofile_ref>JDK version 1.7.0_01</jdkprofile_ref>
<compiler_ref><Default></compiler_ref>
<ant_ref/>
</settings>
<ant_events/>
<run_items>
<item run="ThreadPoolTest"/>
<item run="ThreadPool"/>
</run_items>
<runtimes>
<runtime>
<label><Default></label>
<application_ref/>
<applet_ref/>
<debugger_ref/>
<param/>
<run>ThreadPoolTest</run>
<verify>true</verify>
</runtime>
</runtimes>
<libraries/>
<files>
<include>
<folderitem>
<path>src</path>
</folderitem>
<fileitem>
<path>src\SimpleThread.java</path>
<folder>src</folder>
</fileitem>
<fileitem>
<path>src\ThreadPool.java</path>
<folder>src</folder>
</fileitem>
<fileitem>
<path>src\ThreadPoolTest.java</path>
<folder>src</folder>
</fileitem>
</include>
</files>
<tasks/>
</project>