Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.classpath_macosx « app - github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e7b3c8861008f26b60f2f0a8fa5d4eeca0e0471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
	<classpathentry combineaccessrules="false" kind="src" path="/dxf"/>
	<classpathentry combineaccessrules="false" kind="src" path="/net"/>
	<classpathentry combineaccessrules="false" kind="src" path="/opengl">
		<attributes>
			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="opengl/library"/>
		</attributes>
	</classpathentry>
	<classpathentry combineaccessrules="false" kind="src" path="/pdf"/>
	<classpathentry combineaccessrules="false" kind="src" path="/serial"/>
	<classpathentry combineaccessrules="false" kind="src" path="/video"/>
	<classpathentry kind="lib" path="lib/ecj.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>