File: .classpath

package info (click to toggle)
libjpfcodegen-java 0.4%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 260 kB
  • sloc: java: 601; javascript: 353; xml: 232; sh: 12; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test/src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="lib/jpf.jar" sourcepath="D:/Download/jpf-src-1.5.1.zip"/>
	<classpathentry kind="lib" path="lib/jpf-boot.jar" sourcepath="D:/Download/jpf-src-1.5.1/source-boot"/>
	<classpathentry kind="lib" path="lib/velocity-dep-1.5.jar"/>
	<classpathentry kind="lib" path="lib/commons-logging.jar"/>
	<classpathentry kind="lib" path="lib/jpf-tools.jar" sourcepath="D:/Download/jpf-src-1.5.1/source-tools"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
	<classpathentry kind="output" path="bin"/>
</classpath>