-
Notifications
You must be signed in to change notification settings - Fork 3
/
.classpath
20 lines (20 loc) · 1.19 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/core"/>
<classpathentry kind="src" path="src/osgi"/>
<classpathentry kind="src" path="src/sr"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="bundles/bundle-one/src"/>
<classpathentry kind="src" path="bundles/bundle-log-adapter/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/biz.aQute.bnd.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.asm-3.0.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.beans-3.0.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.context-3.0.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.core-3.0.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.expression-3.0.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/osgi.cmpn.jar"/>
<classpathentry kind="lib" path="lib/osgi.core.jar"/>
<classpathentry kind="lib" path="lib/test/junit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>