.classpath 700 Bytes
Newer Older
罗绍泽 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="src_test"/>
	<classpathentry kind="src" path="src_system"/>
	<classpathentry kind="src" path="src_utils"/>
	<classpathentry kind="src" path="src_jwapp"/>
	<classpathentry kind="src" path="src_standard"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_33"/>
	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/tomcat60"/>
	<classpathentry kind="output" path="build/classes"/>
</classpath>