Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0342a2151921b13c4f79b8765e39c83298da6358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
		<accessrules>
			<accessrule kind="accessible" pattern="org/eclipse/wst/css/core/**"/>
            <accessrule kind="accessible" pattern="org/eclipse/wst/sse/core/**"/>
            <accessrule kind="accessible" pattern="org/eclipse/wst/xml/core/**"/>
            <accessrule kind="accessible" pattern="org/eclipse/wst/html/core/**"/>
            <accessrule kind="accessible" pattern="org/eclipse/wst/validation/**"/>
            <!--  SSE UI? How'd that happend?!  -->
            <accessrule kind="accessible" pattern="org/eclipse/wst/sse/ui/**"/>
		</accessrules>
	</classpathentry>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top