-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
19 lines (19 loc) · 929 Bytes
/
Copy path.classpath
File metadata and controls
19 lines (19 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="FactoryMethod"/>
<classpathentry kind="src" path="Adapter"/>
<classpathentry kind="src" path="Iterator"/>
<classpathentry kind="src" path="TemplateMethod"/>
<classpathentry kind="src" path="Singleton"/>
<classpathentry kind="src" path="Prototype"/>
<classpathentry kind="src" path="Builder"/>
<classpathentry kind="src" path="AbstractFactory"/>
<classpathentry kind="src" path="Bridge"/>
<classpathentry kind="src" path="Strategy"/>
<classpathentry kind="src" path="Composite"/>
<classpathentry kind="src" path="Decorator"/>
<classpathentry kind="src" path="Visitor"/>
<classpathentry kind="output" path="bin"/>
</classpath>