-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.classpath
15 lines (15 loc) · 1.17 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="api/src/java"/>
<classpathentry kind="src" path="tool/src/java"/>
<classpathentry kind="src" path="impl/src/test"/>
<classpathentry kind="src" path="impl/src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="lib" path="/home/devuser/.m2/repository/org/sakaiproject/kernel/sakai-kernel-api/1.0.11/sakai-kernel-api-1.0.11.jar"/>
<classpathentry kind="lib" path="/home/devuser/.m2/repository/org/sakaiproject/generic-dao/0.9.8/generic-dao-0.9.8.jar"/>
<classpathentry kind="lib" path="/home/devuser/.m2/repository/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga.jar"/>
<classpathentry kind="lib" path="/home/devuser/.m2/repository/org/springframework/spring/2.0.6/spring-2.0.6.jar"/>
<classpathentry kind="lib" path="/home/devuser/.m2/repository/org/sakaiproject/entitybroker/entitybroker-api/1.3.6/entitybroker-api-1.3.6.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>