File: .classpath

package info (click to toggle)
mkgmap 0.0.0%2Bsvn1067-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,732 kB
  • ctags: 3,960
  • sloc: java: 20,388; python: 237; xml: 178; makefile: 86; sh: 14
file content (11 lines) | stat: -rw-r--r-- 539 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="src" path="resources"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/junit"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/resource"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry kind="output" path="bin"/>
</classpath>