Skip to main content
summaryrefslogtreecommitdiffstats
blob: c50013b7e77f9c1b1ef87878aa796e1b61473785 (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="src"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
		<accessrules>
			<accessrule kind="accessible" pattern="org/eclipse/ui/internal/views/log/*"/>
			<accessrule kind="accessible" pattern="org/eclipse/mylyn/internal/tasks/ui/**"/>
		</accessrules>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
		<accessrules>
			<accessrule kind="nonaccessible" pattern="com/sun/**"/>
		</accessrules>
	</classpathentry>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top