mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00

Added dependency to Gson for JSON parsing and Apache Http Client for getting the index files from the Arduino site. Change-Id: I3d265c1037e7f74e082f36c751f5eaf780e96684
7 lines
369 B
XML
7 lines
369 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|