2012-06-17 19:53:05 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2024-02-11 12:34:12 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2012-06-17 19:53:05 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
2024-02-11 12:34:12 +01:00
|
|
|
<classpathentry kind="src" output="target/classes" path="src">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2015-01-03 16:34:32 +01:00
|
|
|
<classpathentry exported="true" kind="lib" path="sqlite-jdbc-3.8.7.jar"/>
|
2024-02-11 12:34:12 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2015-01-22 13:59:30 +01:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2012-06-17 19:53:05 +02:00
|
|
|
</classpath>
|