-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.classpath
executable file
·29 lines (29 loc) · 2.08 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-io-2.3.jar"/>
<classpathentry kind="lib" path="lib/guava-15.0.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.resources_3.10.0.v20150423-0755.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.11.0.v20150405-1723.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.core_3.11.0.v20150602-1242.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface.text_3.10.0.v20150603-1752.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi_3.10.100.v20150529-1857.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.text_3.5.400.v20150505-1044.jar"/>
<classpathentry kind="lib" path="lib/snakeyaml-1.16.jar"/>
<classpathentry kind="lib" path="/home/martin/Dokumente/ScratchToCatrobat/ScratchToCatrobat/sourcecodefilter/lib/ini4j-0.5.4.jar"/>
<classpathentry kind="lib" path="/home/martin/Dokumente/ScratchToCatrobat/ScratchToCatrobat/sourcecodefilter/lib/ini4j-0.5.4-javadoc.jar"/>
<classpathentry kind="lib" path="/home/martin/Dokumente/ScratchToCatrobat/ScratchToCatrobat/sourcecodefilter/lib/ini4j-0.5.4-jdk14.jar"/>
<classpathentry kind="lib" path="/home/martin/Dokumente/ScratchToCatrobat/ScratchToCatrobat/sourcecodefilter/lib/ini4j-0.5.4-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>