diff --git a/sdk/build.xml b/sdk/build.xml
index aaaed0b49..3a5e9b747 100644
--- a/sdk/build.xml
+++ b/sdk/build.xml
@@ -16,8 +16,7 @@
-
-
+
@@ -87,17 +86,17 @@
+ match="currentVersion=(.*)"
+ replace="currentVersion=${app.title} ${app.version}"
+ byline="true"/>
+ match="CTL_MainWindow_Title=(.*)"
+ replace="CTL_MainWindow_Title=${app.title} ${app.version}"
+ byline="true"/>
+ match="CTL_MainWindow_Title_No_Project=(.*)"
+ replace="CTL_MainWindow_Title_No_Project=${app.title} ${app.version}"
+ byline="true"/>
+ ****************************************************************
+ Only Relevant for building nightly on Hudson server from here on
+ ****************************************************************
+ -->
@@ -140,7 +139,7 @@
-
+
@@ -163,23 +162,23 @@
+ match="OpenIDE-Module-Implementation-Version:(.*)"
+ replace="OpenIDE-Module-Specification-Version: ${plugins.version}"
+ byline="true"/>
+ match="spec.version.base"
+ replace="#spec.version.base"
+ byline="true"/>
+ match="OpenIDE-Module-Specification-Version:(.*)"
+ replace="OpenIDE-Module-Implementation-Version: 0"
+ byline="true"/>
+ match="#spec.version.base"
+ replace="spec.version.base"
+ byline="true"/>
@@ -316,14 +315,14 @@
categories="Development;Java"
/>
+ package="jme3-sdk"
+ version="${app.version}"
+ section="devel"
+ depends="sun-java6-jdk"
+ maintainer="jMonkeyEngine"
+ homepage="http://www.jmonkeyengine.com"
+ postrm="debscripts/postrm"
+ >
@@ -333,16 +332,17 @@
-jMonkeyEngine 3 was rebuilt from the ground up to be a modern 3D game engine,
-compatible with OpenGL 2.0 and above.
-Its architecture is shader-based, making it fully capable of current and
-next generation graphics standards. The jMonkeyEngine SDK gives you a complete IDE
-for coding and for managing and creating game assets.
+ jMonkeyEngine 3 was rebuilt from the ground up to be a modern 3D game engine,
+ compatible with OpenGL 2.0 and above.
+ Its architecture is shader-based, making it fully capable of current and
+ next generation graphics standards. The jMonkeyEngine SDK gives you a complete IDE
+ for coding and for managing and creating game assets.
+
Upload windows installers to googlecode..