Files
order_processor/Order Processor/.classpath
ricky barrette da038f97bb i added the required lib for SQL
i created OrderPane to be used in any frame that will display orders.
2011-01-09 18:21:50 +00:00

8 lines
287 B
XML

<?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="lib" path="lib/sqlitejdbc-v056.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>