File: .classpath

package info (click to toggle)
libonemind-commons-invoke-java 1.1.0%2Bcvs20090227-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: java: 308; xml: 223; javascript: 29; sh: 12; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src/java"/>
	<classpathentry kind="src" path="src/test"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="src" path="/commons-java"/>
	<classpathentry kind="lib" path="/thirdparty/junit/jars/junit-3.8.1.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>