File: .classpath

package info (click to toggle)
testng 6.8.8-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,364 kB
  • ctags: 10,275
  • sloc: java: 52,394; xml: 2,984; php: 35; sh: 21; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (3)
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/common"/>
	<classpathentry kind="src" path="src/jdk15"/>
	<classpathentry kind="src" path="sandbox/src"/>
	<classpathentry kind="lib" path="3rdparty/commons-logging-1.0.4.jar"/>
	<classpathentry kind="lib" path="3rdparty/spring-beans-1.2.3.jar"/>
	<classpathentry kind="lib" path="3rdparty/spring-context-1.2.3.jar"/>
	<classpathentry kind="lib" path="3rdparty/spring-core-1.2.3.jar"/>
	<classpathentry kind="lib" path="3rdparty/spring-dao-1.2.3.jar"/>
	<classpathentry kind="lib" path="3rdparty/spring-jdbc-1.2.3.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry combineaccessrules="false" kind="src" path="/TestNG"/>
	<classpathentry kind="output" path="z_build"/>
</classpath>