From 5dafc9cd00f43055823df7fd7787053754e40553 Mon Sep 17 00:00:00 2001 From: Greg Borenstein Date: Thu, 1 Aug 2013 08:54:39 -0700 Subject: [PATCH] correct path of core.jar in build.properties based on @P0ulp's changes as described in #31 --- resources/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/build.properties b/resources/build.properties index 0a475dc..30d5ab2 100644 --- a/resources/build.properties +++ b/resources/build.properties @@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Documents/Processing/ # Uncommenting the line below will overwrite the classpath.local.location from # above. -classpath.local.location=${user.home}/Documents/eclipse/processing-libraries +classpath.local.location=${user.home}/Documents/code/eclipse/libs # Add all jar files that are required for compiling your project to the local