forked from web-cat/web-cat-plugin-JavaTddPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 784 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 784 Bytes
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="java-src"/>
<classpathentry kind="lib" path="src/JavaTddPluginSupport.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ant"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="src/gzoltar/gzoltar-0.0.10.jar"/>
<classpathentry kind="lib" path="src/gzoltar/javaparser-core-2.2.1.jar"/>
<classpathentry kind="lib" path="src/gzoltar/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="buildJars/ant.jar"/>
<classpathentry kind="lib" path="buildJars/ant-junit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>