Skip to content

Commit 9d76d3d

Browse files
committed
Buildable with eclipse
Signed-off-by: Umair Khan <[email protected]>
1 parent 74e999c commit 9d76d3d

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

.classpath

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>

.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-video-android</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>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package in.omerjerk.processing.video.android;
2+
3+
import processing.core.PConstants;
4+
import processing.core.PImage;
5+
6+
public class Capture extends PImage implements PConstants {
7+
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package in.omerjerk.processing.video.android;
2+
3+
import processing.core.PConstants;
4+
import processing.core.PImage;
5+
6+
public class Movie extends PImage implements PConstants {
7+
8+
}

src/in/omerjerk/processing/video/android/Video.java

Whitespace-only changes.

0 commit comments

Comments
 (0)