.classpath
author Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 10 May 2009 16:03:48 +0200
changeset 6 ad18534e08fd
parent 0 e0dbaef72362
permissions -rw-r--r--
Default Ant Rule for cleanup Erase all temporarly files in the project folder
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
e0dbaef72362 svn copy of the chess engine
Markus Bröker <mbroeker@largo.homelinux.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
e0dbaef72362 svn copy of the chess engine
Markus Bröker <mbroeker@largo.homelinux.org>
parents:
diff changeset
     2
<classpath>
e0dbaef72362 svn copy of the chess engine
Markus Bröker <mbroeker@largo.homelinux.org>
parents:
diff changeset
     3
	<classpathentry kind="src" path=""/>
e0dbaef72362 svn copy of the chess engine
Markus Bröker <mbroeker@largo.homelinux.org>
parents:
diff changeset
     4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
e0dbaef72362 svn copy of the chess engine
Markus Bröker <mbroeker@largo.homelinux.org>
parents:
diff changeset
     5
	<classpathentry kind="lib" path="/usr/local/lib/classes/junit.jar"/>
e0dbaef72362 svn copy of the chess engine
Markus Bröker <mbroeker@largo.homelinux.org>
parents:
diff changeset
     6
	<classpathentry kind="output" path=""/>
e0dbaef72362 svn copy of the chess engine
Markus Bröker <mbroeker@largo.homelinux.org>
parents:
diff changeset
     7
</classpath>