forked from ceylon/ceylon-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
executable file
·17 lines (17 loc) · 1.02 KB
/
.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"/>
<classpathentry excluding="**/*.ceylon|com/redhat/ceylon/compiler/java/test/interop/mixed/" kind="src" path="test-src"/>
<classpathentry excluding="**/*.ceylon" kind="src" path="test-runtime"/>
<classpathentry kind="src" path="langtools/src/share/classes"/>
<classpathentry kind="src" path="test-ceylondoc-src"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/ant-1.8.2.jar"/>
<classpathentry kind="lib" path="lib/markdownj-core-faf3bf83000.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/ceylon-spec"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/ceylon.language"/>
<classpathentry kind="lib" path="lib/antlr-3.4-complete.jar"/>
<classpathentry kind="src" path="/ceylon-module-resolver"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>