Skip to content

Commit 67afc6b

Browse files
committed
init commit
1 parent 13767c6 commit 67afc6b

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5-
<classpathentry kind="lib" path="/Users/greg/Documents/code/eclipse/libs/core.jar"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/opencv-2.4.4"/>
5+
<classpathentry kind="lib" path="/Users/p0/Documents/Eclipse/processing-libraries/core.jar"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/opencv-2.4.5"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ distribution/*
1616
# Locally stored "Eclipse launch configurations"
1717
*.launch
1818

19-
.DS_Store
19+
.DS_Store
20+
/bin

examples/.DS_Store

0 Bytes
Binary file not shown.

resources/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# For windows the default path to your sketchbook would be
1818
# ${user.home}/My Documents/Processing (make adjustments below).
1919

20-
sketchbook.location=${user.home}/Documents/Processing
20+
sketchbook.location=${user.home}/Documents/Processing/
2121

2222

2323

@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Documents/Processing
3838
# Uncommenting the line below will overwrite the classpath.local.location from
3939
# above.
4040

41-
classpath.local.location=${user.home}/Documents/code/eclipse/libs
41+
classpath.local.location=${user.home}/Documents/eclipse/processing-libraries
4242

4343

4444
# Add all jar files that are required for compiling your project to the local

0 commit comments

Comments
 (0)