aboutsummaryrefslogtreecommitdiff
path: root/.classpath
blob: 590c06b0ab74ba7115ba87d05622c5019ef21526 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="lib"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry exported="true" kind="lib" path="lib/sqlite-jdbc-3.7.2.jar"/>
	<classpathentry kind="lib" path="lib/transcoder-1.2-SNAPSHOT.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>