Skip to content

Commit ef41d05

Browse files
committed
3.0 compatibility
1 parent 7272dcc commit ef41d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Dropbox/Processing
3838
# Uncommenting the line below will overwrite the classpath.local.location from
3939
# above.
4040

41-
classpath.local.location=/Applications/Processing-2.1.app/Contents/Java/core/library/
41+
classpath.local.location=/Applications/Processing-3.0a10.app/Contents/Java/core/library/
4242

4343

4444
# Add all jar files that are required for compiling your project to the local

resources/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = HTTP Requests for Processing
66

77
# List of authors. Links can be provided using the syntax [author name](url).
8-
authorList = [Rune Madsen](http://www.runemadsen.com), [Daniel Shiffman](http://shiffman.net)
8+
authors = [Rune Madsen](http://www.runemadsen.com), [Daniel Shiffman](http://shiffman.net)
99

1010
# A web page for your library, NOT a direct link to where to download it.
1111
url = https://github.com/runemadsen/HTTP-Requests-for-Processing

0 commit comments

Comments
 (0)