Skip to content

Commit

Permalink
quick fixes to rebuild library
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Apr 12, 2020
1 parent 17dc34e commit 0dc5301
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<classpath>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.1.2.jar"/>
<classpathentry kind="lib" path="core.jar"/>
<classpathentry kind="output" path="resources/code"/>
</classpath>
Binary file added core.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/http/requests/DeleteRequest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package http.requests;


// this part will get folded into the HTTP library if all goes well:
import java.io.File;
Expand Down
2 changes: 2 additions & 0 deletions src/http/requests/PutRequest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package http.requests;


// this part will get folded into the HTTP library if all goes well:
import java.io.File;
Expand Down

0 comments on commit 0dc5301

Please sign in to comment.