-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 979 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.iam.jdt.core.mavenClasspathContainer"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/OpenCL4Java"/>
<classpathentry kind="lib" path="/Users/ochafik/.m2/repository/junit/junit/4.7/junit-4.7.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/Common"/>
<classpathentry kind="lib" path="/Users/ochafik/Prog/Java/versionedSources/nativelibs4java/trunk/libraries/jnaerator/jnaerator-runtime/target/jnaerator-runtime-0.9.4-SNAPSHOT-shaded.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>