-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hanoi.jcp
93 lines (46 loc) · 940 Bytes
/
Hanoi.jcp
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
<?xml version="1.0" encoding="UTF-8"?>
<project>
<settings>
<label>Hanoi</label>
<root_path>\</root_path>
<output_path>\</output_path>
<source_path>\</source_path>
<jdkprofile_ref/>
<compiler_ref/>
<ant_ref/>
</settings>
<ant_events/>
<run_items/>
<runtimes>
<runtime>
<label><Default></label>
<application_ref/>
<applet_ref/>
<debugger_ref/>
<param/>
<run>MainFile</run>
<verify>true</verify>
</runtime>
</runtimes>
<libraries/>
<files>
<include>
<fileitem>
<path>HFrame.java</path>
</fileitem>
<fileitem>
<path>HPanel.java</path>
</fileitem>
<fileitem>
<path>MainFile.java</path>
</fileitem>
<fileitem>
<path>MyStack.java</path>
</fileitem>
<fileitem>
<path>StackInterface.java</path>
</fileitem>
</include>
</files>
<tasks/>
</project>