forked from realm/realm-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 788 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="src/tightdb/" kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/stockchart.jar"/>
<classpathentry kind="lib" path="lib/tightdb.jar"/>
<classpathentry kind="lib" path="libs/javacsv.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin/classes"/>
<classpathentry kind="src" path="generated-sources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
</classpath>