Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e1225d413e2dcb691b701c49af317822814684f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path=""/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry exported="true" sourcepath="src.zip" kind="lib" path="swt.jar">
		<attributes>
			<attribute value="http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/" name="javadoc_location"/>
			<attribute value="org.eclipse.swt" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="output" path=""/>
</classpath>

Back to the top