Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: add958d99b63b54c5d2ff469aafd61beb572c6ac (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry combineaccessrules="false" kind="src" path="/j"/>
	<classpathentry combineaccessrules="false" kind="src" path="/k"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="struts.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="src"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top