mirror of
https://git.code.sf.net/p/projectlibre/code
synced 2024-11-01 03:21:46 +01:00
12 lines
544 B
Text
12 lines
544 B
Text
|
<?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/jasperreports/jasperreports.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/jasperreports/bsh.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/commons-lang.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/jdnc-0_7-all.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/exchange/jakarta-poi.jar"/>
|
||
|
<classpathentry kind="output" path="bin"/>
|
||
|
</classpath>
|