@@ -26,7 +26,7 @@ sketchbook.location=${user.home}/Projects/processing
26
26
# For OS X,the following path will direct you into Processing's application
27
27
# package, in case you put Processing inside your Applications folder.
28
28
29
- classpath.local.location =${user.home}/Projects/Workspace/lib/processing
29
+ classpath.local.location =${user.home}/INSTALL/processing-4/core/library
30
30
31
31
32
32
# Add all jar files that are required for compiling your project to the local
@@ -45,7 +45,7 @@ classpath.libraries.location=${sketchbook.location}/libraries
45
45
46
46
# Set the java version that should be used to compile your library.
47
47
48
- java.target.version =1.6
48
+ java.target.version =1.8
49
49
50
50
51
51
# Set the description of the Ant build.xml file.
@@ -129,12 +129,12 @@ source.repository=https://github.com/hx2A/ColorBlindness.git
129
129
# This is used to compare different versions of the same library, and check if
130
130
# an update is available.
131
131
132
- library.version =1
132
+ library.version =2
133
133
134
134
135
135
# The version as the user will see it.
136
136
137
- library.prettyVersion =1.0
137
+ library.prettyVersion =1.0.1
138
138
139
139
140
140
# The min and max revision of Processing compatible with your library.
@@ -152,12 +152,12 @@ compatible.maxRevision=0
152
152
# against. This information is only used in the generated webpage.
153
153
154
154
tested.platform =osx,windows,linux
155
- tested.processingVersion =2.2.1,3 .x
155
+ tested.processingVersion =3.x,4 .x
156
156
157
157
158
158
# Additional information for the generated webpage.
159
159
160
- library.copyright =(c) 2016
160
+ library.copyright =(c) 2016-2021
161
161
library.dependencies =
162
162
library.keywords =Color Blindness, Accessibility, Vision Deficiency
163
163
0 commit comments