File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 161
161
<!-- <property name="dist.suffix" value="${os.arch}" /> -->
162
162
163
163
<!-- Figure out the platform-specific output directory for all this work. -->
164
+ <!-- This is set by antcall to assemble. If we set these up here, then we
165
+ can't detect when someone is attempting 'ant assemble' (which is bad). -->
166
+ <!--
164
167
<condition property="target.path"
165
168
value="macos/work/Processing.app/Contents/Java">
166
169
<os family="mac" />
173
176
<condition property="target.path" value="windows/work">
174
177
<os family="windows" />
175
178
</condition>
179
+ -->
176
180
177
181
<!-- Libraries required for running processing -->
178
182
<!-- also need to copy these to the bundleapp task for macos -->
378
382
</fileset >
379
383
</copy >
380
384
381
- <!-- get the examples folder, but don't require it to buid -->
385
+ <!-- get the examples folder, but don't require it to build (only required for dist) -->
382
386
<copy todir =" ${ target.path } /modes/java/examples"
383
387
preservelastmodified =" true" failonerror =" false" >
384
388
<fileset dir =" ${ examples.dir } " />
You can’t perform that action at this time.
0 commit comments