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: e2d35542a454f7000ea0bb427baa4ef732c39a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry path="src" kind="src"/>
	<classpathentry path="src-properties" kind="src"/>
	<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/>
	<classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con">
		<accessrules>
			<accessrule kind="accessible" pattern="org/eclipse/wst/**"/>
		</accessrules>
	</classpathentry>
	<classpathentry path="bin" kind="output"/>
</classpath>

Back to the top