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 161161 <!-- <property name="dist.suffix" value="${os.arch}" /> -->
162162
163163 <!-- 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+ <!--
164167 <condition property="target.path"
165168 value="macos/work/Processing.app/Contents/Java">
166169 <os family="mac" />
173176 <condition property="target.path" value="windows/work">
174177 <os family="windows" />
175178 </condition>
179+ -->
176180
177181 <!-- Libraries required for running processing -->
178182 <!-- also need to copy these to the bundleapp task for macos -->
378382 </fileset >
379383 </copy >
380384
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) -->
382386 <copy todir =" ${ target.path } /modes/java/examples"
383387 preservelastmodified =" true" failonerror =" false" >
384388 <fileset dir =" ${ examples.dir } " />
You can’t perform that action at this time.
0 commit comments