-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
16 lines (16 loc) · 964 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="json-simple-1.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/mazda/.p2/pool/plugins/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar" sourcepath="C:/Users/mazda/.p2/pool/plugins/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar">
<accessrules>
<accessrule kind="discouraged" pattern="org/eclipse/core/internal/preferences/legacy/*"/>
<accessrule kind="discouraged" pattern="org/eclipse/core/internal/runtime/*"/>
<accessrule kind="accessible" pattern="org/eclipse/core/runtime/*"/>
<accessrule ignoreifbetter="true" kind="nonaccessible" pattern="**/*"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>