Skip to main content
summaryrefslogtreecommitdiffstats
blob: fd04323cc49a136c0f6313c71580963fb8e6fe67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="unbound"/>
	<classpathentry kind="src" path="boundtoordinary"/>
	<classpathentry kind="src" path="boundtoteam"/>		
	<classpathentry kind="src" path="bound/toteam"/>
	<classpathentry kind="src" path="bound/toordinary"/>		
    <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