File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ source.repository=https://github.com/zedseven/Green.git
132
132
# This is used to compare different versions of the same Library, and check if
133
133
# an update is available.
134
134
135
- library.version =7
135
+ library.version =8
136
136
137
137
138
138
# The version as the user will see it.
139
139
140
- library.prettyVersion =1.1.1
140
+ library.prettyVersion =1.1.2
141
141
142
142
143
143
# The min and max revision of Processing compatible with your Library.
Original file line number Diff line number Diff line change 181
181
<fileset dir =" ${ project.src } " />
182
182
</copy >
183
183
<copy todir =" ${ project.tmp } /${ project.name } /${ folder } " >
184
- <fileset dir =" ${ project.lib } " excludes =" README" />
184
+ <fileset dir =" ${ project.lib } " >
185
+ <exclude name =" README" />
186
+ <exclude name =" **/core.jar" />
187
+ </fileset >
185
188
</copy >
186
189
</target >
187
190
You can’t perform that action at this time.
0 commit comments