We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121f812 commit 5816b3aCopy full SHA for 5816b3a
build.xml
@@ -37,9 +37,7 @@
37
<property name="jdkhome.string" value='#jdkhome="/path/to/jdk"'/>
38
<copy file="${harness.dir}/etc/app.conf" tofile="build/launcher/etc/${app.name}.conf" overwrite="true">
39
<filterchain>
40
- <replacestring from="$${branding.token}" to="${branding.token}"/>
41
- <replacestring from="$${APPNAME}/dev" to="$${APPNAME}/${app.version}"/>
42
- <replacestring from="-J-Xmx64m" to="${run.args.extra}"/>
+ <replacestring from="$${branding.token}" to="${branding.token} ${run.args.extra}"/>
43
<replacestring from='#jdkhome="/path/to/jdk"' to ='${jdkhome.string}'/>
44
</filterchain>
45
</copy>
0 commit comments