- change jMP build process to incorporate version number in settings folder

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8052 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 16e0403ab7
commit 657863ccfa
  1. 1
      sdk/build.xml
  2. 6
      sdk/nbproject/project.properties

@ -38,6 +38,7 @@
<copy file="${harness.dir}/etc/app.conf" tofile="build/launcher/etc/${app.name}.conf"> <copy file="${harness.dir}/etc/app.conf" tofile="build/launcher/etc/${app.name}.conf">
<filterchain> <filterchain>
<replacestring from="$${branding.token}" to="${branding.token}"/> <replacestring from="$${branding.token}" to="${branding.token}"/>
<replacestring from="$${APPNAME}/dev" to="$${APPNAME}/${app.version}"/>
<replacestring from="-J-Xmx64m" to="${run.args.extra}"/> <replacestring from="-J-Xmx64m" to="${run.args.extra}"/>
</filterchain> </filterchain>
</copy> </copy>

@ -2,11 +2,9 @@ app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
app.name=jmonkeyplatform app.name=jmonkeyplatform
app.title=jMonkeyPlatform app.title=jMonkeyPlatform
app.icon.icns=jmonkeyplatform.icns app.icon.icns=jmonkeyplatform.icns
app.version=0.6 Alpha 2
branding.token=${app.name} branding.token=${app.name}
#jme-specific: #jme-specific, changes settings folder name:
app.release.name=jME3_SDK_Alpha2 app.version=3.0-beta
app.release.version=0.6 Alpha 2
auxiliary.org-netbeans-modules-apisupport-installer.license-file=license-jme.txt auxiliary.org-netbeans-modules-apisupport-installer.license-file=license-jme.txt
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=true auxiliary.org-netbeans-modules-apisupport-installer.os-linux=true
auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=true auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=true

Loading…
Cancel
Save