-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
22 lines (22 loc) · 1.21 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/Ivan/.p2/pool/plugins/org.testng_7.4.0.r202105021533.jar" sourcepath="C:/Users/Ivan/.p2/pool/plugins/org.testng.source_7.4.0.r202105021533.jar"/>
<classpathentry kind="lib" path="C:/Users/ivan/Desktop/QA Path/Installers/testng-7.5.jar"/>
<classpathentry kind="lib" path="C:/Users/Ivan/.m2/repository/org/testng/testng/7.5/testng-7.5.jar" sourcepath="C:/Users/Ivan/.m2/repository/org/testng/testng/7.5/testng-7.5-sources.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="maven.groupId" value="org.testng"/>
<attribute name="maven.artifactId" value="testng"/>
<attribute name="maven.version" value="7.5"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>