File: .classpath

package info (click to toggle)
libkryo-java 2.20-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: java: 8,712; xml: 172; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry excluding="**/.svn/*" kind="src" path="src"/>
	<classpathentry excluding="**/.svn/*" kind="src" path="test"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="build/junit-4.6.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/asm-4.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/objenesis-1.2.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/minlog-1.2.jar"/>
	<classpathentry kind="lib" path="lib/reflectasm-1.07.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>