Skip to content

Commit 86d92f9

Browse files
committed
made tooling jar dependency relative to workspace
1 parent 896a76c commit 86d92f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<classpathentry combineaccessrules="false" kind="src" path="/processing-app"/>
66
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
77
<classpathentry combineaccessrules="false" kind="src" path="/processing-java"/>
8-
<classpathentry kind="lib" path="/Users/andres/code/processing/git/processing-android/mode/mode/gradle-tooling-api-4.3.jar"/>
8+
<classpathentry kind="lib" path="mode/gradle-tooling-api-4.3.jar"/>
99
<classpathentry kind="output" path="core/bin"/>
1010
</classpath>

0 commit comments

Comments
 (0)