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

	<classpathentry kind="var" path="OTDT_INSTALLDIR/lib/otre.jar"/>
</classpath>

Back to the top