@@ -29,15 +29,15 @@ sketchbook.location=${user.home}/Documents/Processing
2929# package, in case you put Processing inside your Applications folder.
3030
3131# classpath.local.location=${user.home}/Documents/workspace/libs
32- classpath.local.location =/Applications/Processing.app/Contents/Java
32+ classpath.local.location =/Applications/Processing.app/Contents/app
3333
3434
3535# Add all jar files that are required for compiling your project to the local
3636# and project classpath. Use a comma as delimiter. These jar files must be
3737# inside your classpath.local.location folder.
3838# For creating a Tool, both pde.jar and core.jar are required.
3939
40- classpath.local.include =core.jar,pde .jar
40+ classpath.local.include =app-4.4.4-bd4c56958b669662c7a237246a3acb6c .jar
4141
4242
4343# Add Processing's libraries folder to the classpath.
@@ -134,12 +134,12 @@ source.repository=https://github.com/hkiel/JavaDoc.git
134134# This is used to compare different versions of the same Tool, and check if an
135135# update is available.
136136
137- tool.version =7
137+ tool.version =8
138138
139139
140140# The version as the user will see it.
141141
142- tool.prettyVersion =1.0.6
142+ tool.prettyVersion =1.0.7
143143
144144
145145# The min and max revision of Processing compatible with your Tool.
@@ -157,12 +157,12 @@ compatible.maxRevision=0
157157# against. This information is only used in the generated webpage.
158158
159159tested.platform =osx,windows
160- tested.processingVersion =4.2
160+ tested.processingVersion =4.4.4
161161
162162
163163# Additional information for the generated webpage.
164164
165- tool.copyright =(c) 2024
165+ tool.copyright =(c) 2025
166166tool.dependencies =?
167167tool.keywords =javadoc
168168
0 commit comments