diff --git a/.classpath b/.classpath index a529879..86dfe98 100644 --- a/.classpath +++ b/.classpath @@ -2,12 +2,12 @@ - + diff --git a/core.jar b/core.jar new file mode 100644 index 0000000..febb04c Binary files /dev/null and b/core.jar differ diff --git a/resources/build.properties b/resources/build.properties index 44ff2fa..2cdad27 100644 --- a/resources/build.properties +++ b/resources/build.properties @@ -17,7 +17,7 @@ # For windows the default path to your sketchbook would be # ${user.home}/My Documents/Processing (make adjustments below). -sketchbook.location=${user.home}/Dropbox/Processing +sketchbook.location=${user.home}/Documents/Processing @@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Dropbox/Processing # Uncommenting the line below will overwrite the classpath.local.location from # above. -classpath.local.location=/Applications/Processing-3.0.1.app/Contents/Java/core/library +classpath.local.location=/Applications/Processing-3.5.4.app/Contents/Java/core/library # Add all jar files that are required for compiling your project to the local diff --git a/src/http/requests/DeleteRequest.java b/src/http/requests/DeleteRequest.java index b35010c..2edee30 100644 --- a/src/http/requests/DeleteRequest.java +++ b/src/http/requests/DeleteRequest.java @@ -1,3 +1,5 @@ +package http.requests; + // this part will get folded into the HTTP library if all goes well: import java.io.File; diff --git a/src/http/requests/PutRequest.java b/src/http/requests/PutRequest.java index 9580580..f03490c 100644 --- a/src/http/requests/PutRequest.java +++ b/src/http/requests/PutRequest.java @@ -1,3 +1,5 @@ +package http.requests; + // this part will get folded into the HTTP library if all goes well: import java.io.File;