forked from testng-team/testng-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
15 lines (15 loc) · 886 Bytes
/
.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="src/main"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry exported="true" kind="lib" path="lib/testng-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/testng.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bsh-2.0b4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcommander-1.47.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-base-r03.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-collections-r03.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="build"/>
</classpath>