Skip to content

Commit 3a862b0

Browse files
committed
Update used userdirectory version to correlate with netbeans numbering
Note this needs to be updated manually
1 parent a80ae07 commit 3a862b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@
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>

nbproject/project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ project.fi.helsinki.cs.tmc=tmc-plugin
1515
project.fi.helsinki.cs.tmc.application=tmc-application
1616
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
1717
run.jvmargs= -J-XX:PermSize=1024m -J-XX:MaxPermSize=2048m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
18-
18+
# NB version
19+
app.version=8.1.0

0 commit comments

Comments
 (0)