File: .classpath-linux

package info (click to toggle)
testng 5.11%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,320 kB
  • sloc: java: 48,417; xml: 3,234; makefile: 50; sh: 13
file content (16 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src/main"/>
	<classpathentry kind="src" path="test/src"/>
	<classpathentry kind="src" path="src/jdk15"/>
	<classpathentry kind="src" path="resources"/>
	<classpathentry kind="lib" path="3rdparty/junit.jar"/>
	<classpathentry kind="lib" path="3rdparty/bsh-2.0b4.jar"/>
	<classpathentry kind="lib" path="3rdparty/ant-launcher.jar"/>
	<classpathentry kind="lib" path="3rdparty/ant.jar"/>
	<classpathentry kind="lib" path="3rdparty/qdox-1.6.1.jar"/>
	<classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
  <classpathentry kind="lib" path="/usr/lib/jvm/java-1.5.0-sun-1.5.0.17/lib/tools.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
	<classpathentry kind="output" path="z_build"/>
</classpath>