-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
18 lines (18 loc) · 974 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Program Files/eclipse/plugins/org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar" sourcepath="C:/Program Files/eclipse/plugins/org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar">
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/jdt/annotation/*"/>
<accessrule ignoreifbetter="true" kind="nonaccessible" pattern="**/*"/>
</accessrules>
</classpathentry>
<classpathentry kind="lib" path="lib/jna-platform.jar" sourcepath="C:/Users/Peter/temp/jna-src.zip"/>
<classpathentry kind="lib" path="lib/jna.jar" sourcepath="C:/Users/Peter/temp/jna-src.zip">
<attributes>
<attribute name="annotationpath" value="/External Annotations/libraries/jna"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>