Skip to content

Commit 4b54631

Browse files
committed
added eclipse project files
1 parent 173c651 commit 4b54631

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

libraries/cardboard/.classpath

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="var" path="ANDROID_LIB"/>
5+
<classpathentry kind="lib" path="/android-mode/android-core.zip"/>
6+
<classpathentry kind="lib" path="lib/gvr-audio.jar"/>
7+
<classpathentry kind="lib" path="lib/gvr-base.jar"/>
8+
<classpathentry kind="lib" path="lib/gvr-common.jar"/>
9+
<classpathentry kind="output" path="bin"/>
10+
</classpath>

libraries/cardboard/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>processing-cardboard</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

0 commit comments

Comments
 (0)