From f025e648e0804ff834bec5ba6cd6da59e418ca7e Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Wed, 20 Nov 2013 23:01:10 -0500 Subject: [PATCH] updating library build properties --- Most-Pixels-Ever-Processing/resources/build.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Most-Pixels-Ever-Processing/resources/build.properties b/Most-Pixels-Ever-Processing/resources/build.properties index 4801d80..5f41550 100755 --- a/Most-Pixels-Ever-Processing/resources/build.properties +++ b/Most-Pixels-Ever-Processing/resources/build.properties @@ -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-2.0.app/Contents/Resources/Java/core/library/ +classpath.local.location=/Applications/Processing-2.1.app/Contents/Java/ # Add all jar files that are required for compiling your project to the local @@ -149,12 +149,12 @@ source.repository=https://github.com/shiffman/Most-Pixels-Ever-Processing # This is used to compare different versions of the same library, and check if # an update is available. -library.version=2 +library.version=3 # The version as the user will see it. -library.prettyVersion=2.0.0 +library.prettyVersion=2.0.2 library.copyright=(c) 2013 @@ -162,7 +162,7 @@ library.dependencies=? library.keywords=? tested.platform=osx,windows -tested.processingVersion=2.0.1 +tested.processingVersion=2.1 # Include javadoc references into your project's javadocs.