Skip to main content
summaryrefslogblamecommitdiffstats
blob: a68b3ff0f946116aadda95c878f102d6d576e636 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                   
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
		<accessrules>
			<accessrule kind="accessible" pattern="**/internal/**"/>
			<accessrule kind="nonaccessible" pattern="**/System"/>
		</accessrules>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top