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: 4bb03a46c92735b8d60e129aae1483b502dde5c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="j2eeplugin/"/>
	<classpathentry kind="src" path="common/"/>
	<classpathentry kind="src" path="commonedit/"/>
	<classpathentry kind="src" path="earproject/"/>
	<classpathentry kind="src" path="j2eecreation/"/>
	<classpathentry kind="src" path="archiveops/"/>
	<classpathentry kind="src" path="applicationedit/"/>
	<classpathentry kind="src" path="appclientcreation/"/>
	<classpathentry kind="src" path="property_files"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="refactor"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top