File: .classpath

package info (click to toggle)
eclipse-jdt-core 4.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 98,212 kB
  • sloc: java: 1,490,876; xml: 6,198; makefile: 5; sh: 1
file content (11 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="lib/junit.jar">
		<attributes>
			<attribute name="module" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="output" path="bin"/>
</classpath>