Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5d3fe4208cec2ce014746e48876bbef0e11ce930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="teamlevel"/>
	<classpathentry kind="src" path="rolelevelinternal"/>
    <classpathentry kind="var" path="CONVERTER_JCL_LIB" sourcepath="CONVERTER_JCL_SRC" rootpath="CONVERTER_JCL_SRCROOT"/>    
	<classpathentry kind="var" path="JCL17_LIB" sourcepath="JCL17_SRC" rootpath="JCL_SRCROOT"/>
    <classpathentry kind="output" path="bin"/>
    <classpathentry kind="lib" sourcepath="src" path="bins"/>

	<classpathentry kind="con" path="OTRE"/>
</classpath>

Back to the top