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 53
53
</copy >
54
54
<antcall target =" suite.nbms" />
55
55
</target >
56
-
56
+
57
57
<!-- Override default startup params in application distribution. -->
58
58
<target name =" build-launchers" depends =" suite.build-launchers" >
59
59
<!-- run.args specified in project.properties -->
60
60
<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
+
61
63
</target >
62
64
</project >
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ project.fi.helsinki.cs.tmc=tmc-plugin
15
15
project.fi.helsinki.cs.tmc.application =tmc-application
16
16
run.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
17
17
run.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