Skip to content

Commit

Permalink
updating library build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Nov 21, 2013
1 parent 2618da3 commit f025e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Most-Pixels-Ever-Processing/resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -149,20 +149,20 @@ 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
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.
Expand Down

0 comments on commit f025e64

Please sign in to comment.