.classpath
author Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 13 May 2009 14:08:44 +0200
changeset 9 506c7ab82d39
parent 0 e0dbaef72362
permissions -rw-r--r--
ant build file improved this will be the default build file for all my java projects

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path=""/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="/usr/local/lib/classes/junit.jar"/>
	<classpathentry kind="output" path=""/>
</classpath>