mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
15 lines
731 B
XML
15 lines
731 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="tst"/>
|
|
<classpathentry kind="src" path="xtn"/>
|
|
<classpathentry kind="src" path="/100_core"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/110_gfml"/>
|
|
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.12-bin.jar"/>
|
|
<classpathentry kind="lib" path="lib/postgresql-8.4-701.jdbc4.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.18.0.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|