Skip to main content
summaryrefslogtreecommitdiffstats
blob: dce3aa789c9a5b492244e32e493c23860d75271a (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="var" path="JCL_LIB" sourcepath="JCL_SRC" rootpath="JCL_SRCROOT"/>
    <classpathentry kind="lib" path="lib.jar"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top