Skip to content

Commit 109cd6b

Browse files
committed
add libs back to gitignore, remove local paths from classpath
1 parent 86981b3 commit 109cd6b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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"/>
55
<classpathentry kind="lib" path="lib/opencv-245.jar"/>
6-
<classpathentry kind="lib" path="/Volumes/BigBro/jmw/Documents/code/eclipse/libs/core.jar"/>
76
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/processing-core"/>
87
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/processing-opencv"/>
98
<classpathentry kind="output" path="bin"/>

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local.properties
99
.settings/
1010
.loadpath
1111
distribution/*
12-
#lib/
12+
lib/
1313

1414
# External tool builders
1515
.externalToolBuilders/

0 commit comments

Comments
 (0)