File: .classpath

package info (click to toggle)
asm2 2.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,428 kB
  • ctags: 2,777
  • sloc: java: 22,655; xml: 1,227; makefile: 17
file content (25 lines) | stat: -rw-r--r-- 1,519 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry excluding="annotations/**|org/objectweb/asm/AnnotationTest.java" kind="src" path="test/conform"/>
	<classpathentry kind="src" path="test/perf"/>
	<classpathentry kind="src" path="examples/adapt/src"/>
	<classpathentry kind="src" path="examples/analysis/src"/>
	<classpathentry kind="src" path="examples/annotations/src"/>
	<classpathentry kind="src" path="examples/attributes/src"/>
	<classpathentry kind="src" path="examples/compile/src"/>
	<classpathentry kind="src" path="examples/dependencies/src"/>
	<classpathentry kind="src" path="examples/helloworld/src"/>
	<classpathentry kind="src" path="examples/jbfc/src"/>
	<classpathentry kind="src" path="examples/xml"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="test/lib/bcel.jar"/>
	<classpathentry kind="lib" path="test/lib/javassist.jar"/>
	<classpathentry kind="lib" path="test/lib/jd.xslt-1.5.5.jar"/>
	<classpathentry kind="lib" path="test/lib/saxon7.jar"/>
	<classpathentry kind="lib" path="test/lib/serp.jar"/>
	<classpathentry kind="lib" path="test/lib/xalan-2.6.0.jar"/>
	<classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/>
	<classpathentry kind="lib" path="test/lib/janino-2.3.4.jar"/>
	<classpathentry kind="output" path="output/eclipse"/>
</classpath>