Skip to main content
summaryrefslogtreecommitdiffstats
blob: a5d9fdf8d3c1e78f17f1c3448d8c1396cfa6567b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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="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