Skip to main content
summaryrefslogtreecommitdiffstats
blob: f69a1e66e5bb49f29e654d8f05de7553c8a52449 (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="analysis"/>	
	<classpathentry kind="src" path="src"/>	
	<classpathentry kind="src" path="implicit"/>
	<classpathentry kind="src" path="complete_rolehierarchy_with_classes"/>
	<classpathentry kind="src" path="complete_rolehierarchy_with_roles"/>
	<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="con" path="OTRE"/>
</classpath>

Back to the top