forked from AllenDowney/ThinkJavaCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
21 lines (21 loc) · 857 Bytes
/
.classpath
File metadata and controls
21 lines (21 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="ap01"/>
<classpathentry kind="src" path="ap02"/>
<classpathentry kind="src" path="ch01"/>
<classpathentry kind="src" path="ch02"/>
<classpathentry kind="src" path="ch03"/>
<classpathentry kind="src" path="ch04"/>
<classpathentry kind="src" path="ch05"/>
<classpathentry kind="src" path="ch06"/>
<classpathentry kind="src" path="ch07"/>
<classpathentry kind="src" path="ch08"/>
<classpathentry kind="src" path="ch09"/>
<classpathentry kind="src" path="ch10"/>
<classpathentry kind="src" path="ch11"/>
<classpathentry kind="src" path="ch12"/>
<classpathentry kind="src" path="ch13"/>
<classpathentry kind="src" path="ch14"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>