File: .classpath

package info (click to toggle)
josm 0.0.svn5267%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 153,404 kB
  • sloc: java: 152,210; xml: 8,902; perl: 1,346; makefile: 64; sh: 35
file content (26 lines) | stat: -rw-r--r-- 1,739 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test/unit"/>
	<classpathentry kind="src" path="test/functional"/>
	<classpathentry excluding="build/|data_nodist/|dist/|doc/|lib/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/" kind="src" path=""/>
	<classpathentry kind="src" path="test/performance"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry kind="lib" path="test/lib/fest/fest-assert-1.0.jar"/>
	<classpathentry kind="lib" path="test/lib/fest/fest-reflect-1.1.jar"/>
	<classpathentry kind="lib" path="test/lib/fest/fest-swing-1.1.jar"/>
	<classpathentry kind="lib" path="test/lib/fest/fest-util-1.0.jar"/>
	<classpathentry kind="lib" path="test/lib/fest/jcip-annotations-1.0.jar"/>
	<classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
	<classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
	<classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.jar"/>
	<classpathentry kind="lib" path="test/lib/unitils-core/commons-lang-2.3.jar"/>
	<classpathentry kind="lib" path="test/lib/unitils-core/commons-logging-1.1.jar"/>
	<classpathentry kind="lib" path="test/lib/unitils-core/junit-4.4.jar"/>
	<classpathentry kind="lib" path="test/lib/unitils-core/ognl-2.6.9.jar"/>
	<classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.1.jar"/>
	<classpathentry kind="lib" path="test/lib/fest/debug-1.0.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>