File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5353 </copy >
5454 <antcall target =" suite.nbms" />
5555 </target >
56-
56+
5757 <!-- Override default startup params in application distribution. -->
5858 <target name =" build-launchers" depends =" suite.build-launchers" >
5959 <!-- run.args specified in project.properties -->
6060 <replace file =" build/launcher/etc/${ app.name } .conf" token =" -J-Xms24m -J-Xmx64m" value =" ${ run.args } " />
61+ <replace file =" build/launcher/etc/${ app.name } .conf" token =" dev" value =" ${ app.version } " />
62+
6163 </target >
6264</project >
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ project.fi.helsinki.cs.tmc=tmc-plugin
1515project.fi.helsinki.cs.tmc.application =tmc-application
1616run.args =-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=256m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true
1717run.jvmargs = -J-XX:PermSize=1024m -J-XX:MaxPermSize=2048m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
18-
18+ # NB version
19+ app.version =8.1.0
You can’t perform that action at this time.
0 commit comments