1717# For windows the default path to your sketchbook would be
1818# ${user.home}/My Documents/Processing (make adjustments below).
1919
20- sketchbook.location =${user.home}/Coding/Processing /sketchbook
20+ sketchbook.location =${user.home}/code/processing /sketchbook
2121
2222
2323
@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Coding/Processing/sketchbook
3838# Uncommenting the line below will overwrite the classpath.local.location from
3939# above.
4040
41- classpath.local.location =${user.home}/Coding/Processing /git/build/macosx/work/Processing.app/Contents/Java/core/library/
41+ classpath.local.location =${user.home}/code/processing /git/processing/ build/macosx/work/Processing.app/Contents/Java/core/library
4242
4343
4444# Add all jar files that are required for compiling your project to the local
@@ -149,20 +149,20 @@ source.repository=https://github.com/codeanticode/planetarium
149149# This is used to compare different versions of the same library, and check if
150150# an update is available.
151151
152- library.version =2
152+ library.version =3
153153
154154
155155# The version as the user will see it.
156156
157- library.prettyVersion =0.2
157+ library.prettyVersion =0.3
158158
159159
160- library.copyright =(c) 2013
160+ library.copyright =(c) 2013-2014
161161library.dependencies =opengl
162162library.keywords =dome projection,planetarium,real-time
163163
164164tested.platform =osx,windows,linux
165- tested.processingVersion =2.0.3
165+ tested.processingVersion =2.1.1
166166
167167
168168# Include javadoc references into your project's javadocs.
0 commit comments