This repository was archived by the owner on Oct 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ core.library.location=/home/quarkninja/Workspaces/processing-workspace/processin
44app.library.location =/home/quarkninja/Workspaces/processing-workspace/processing/app/
55java.target.version =1.6
66lib.name =ExperimentalMode
7- dist =dist
7+ dist =dist
8+ release =2
9+ prettyVersion =1.1
Original file line number Diff line number Diff line change 8585 <fileset dir =" theme" />
8686 </copy >
8787
88+ <copy todir =" ${ bundle } " >
89+ <fileset file =" mode.properties" />
90+ </copy >
91+ <replaceregexp file =" ${ bundle } /mode.properties" flags =" g" match =" @@version@@" replace =" ${ release } " />
92+ <replaceregexp file =" ${ bundle } /mode.properties" flags =" g" match =" @@pretty-version@@" replace =" ${ prettyVersion } " />
93+
8894 </target >
8995
9096 <target name =" full_install" depends =" package" description =" Full install to sketchbook" >
You can’t perform that action at this time.
0 commit comments