Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5ec3b3b66406f49982b5f21b65a26245e1e9ca44 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>

Back to the top