summaryrefslogtreecommitdiffstats
path: root/contrib/java/.classpath
blob: 7592c3bc7451de57bb472ec13e7fd67c57eb1830 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="uscxml"/>
	<classpathentry kind="src" path="bindings"/>
	<classpathentry kind="src" path="applications"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/umundo"/>
	<classpathentry kind="lib" path="src/js.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>