mirror of
https://git.code.sf.net/p/projectlibre/code
synced 2024-11-01 03:21:46 +01:00
17 lines
925 B
XML
17 lines
925 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">
|
|
<attributes>
|
|
<attribute name="module" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="/projectlibre_contrib/lib/jasperreports/bsh.jar"/>
|
|
<classpathentry kind="lib" path="/projectlibre_contrib/lib/jasperreports/jasperreports.jar"/>
|
|
<classpathentry kind="lib" path="/projectlibre_contrib/lib/jasperreports/jdt-compiler.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/projectlibre_contrib"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/projectlibre_core"/>
|
|
<classpathentry kind="lib" path="/projectlibre_contrib/lib/commons-collections.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|