-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
17 lines (17 loc) · 872 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<accessrules>
<accessrule kind="accessible" pattern="com/sun/mirror/**"/>
</accessrules>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/slim3-gen"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.0-beta.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/persistencejs-sync"/>
<classpathentry kind="lib" path="lib/ant-1.7.0.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>