-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
20 lines (20 loc) · 1.32 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry exported="true" kind="lib" path="bin" sourcepath="src"/>
<classpathentry exported="true" kind="lib" path="share" sourcepath="share"/>
<classpathentry exported="true" kind="lib" path="share/jars/commons-io-2.1.jar"/>
<classpathentry exported="true" kind="lib" path="share/jars/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="share/jars/jakarta-oro-2.0.8.jar"/>
<classpathentry exported="true" kind="lib" path="share/jars/log4j-1.2.14.jar"/>
<classpathentry exported="true" kind="lib" path="share/jars/log5j-1.2.jar"/>
<classpathentry kind="lib" path="share/jars/minijdd_103.jar" sourcepath="/home/guenter/tmp/jdd/jdd/src"/>
<classpathentry exported="true" kind="lib" path="share/jars/jython.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="share/jars/jcommander-1.32.jar"/>
<classpathentry kind="lib" path="share/jars/junit-hierarchicalcontextrunner-4.11.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>