-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
14 lines (14 loc) · 754 Bytes
/
.classpath
File metadata and controls
14 lines (14 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="New folder/src"/>
<classpathentry excluding="packages_example/|4. Creating Objects/|code formatting/" kind="src" path="OCA"/>
<classpathentry kind="src" path="OCA/4. Creating Objects"/>
<classpathentry kind="src" path="OCA/code formatting"/>
<classpathentry kind="src" path="OCA/packages_example"/>
<classpathentry kind="src" path="Pass By Value"/>
<classpathentry kind="src" path="Servlet-JSP-Demo/src/main/java"/>
<classpathentry kind="src" path="String Immutability"/>
<classpathentry kind="src" path="Threads"/>
<classpathentry kind="output" path="New folder/bin"/>
</classpath>