diff --git a/ChangeLog b/ChangeLog
index 7efec8a24..9808b616d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-06-08 Sampo Niskanen
+
+ * Fixed loading of icons from JAR
+
+2009-06-06 Sampo Niskanen
+
+ * Cut/Copy/Paste of simulations
+ * Improved build scripts
+
2009-05-28 Sampo Niskanen
* Added startup check for Java 1.6 and OpenJDK
diff --git a/build.properties b/build.properties
new file mode 100644
index 000000000..d7a601ecc
--- /dev/null
+++ b/build.properties
@@ -0,0 +1,8 @@
+
+# The OpenRocket build version
+build.version=0.9.1pre
+
+# The source of the package. When building a package for a specific
+# distribution (Debian, Fedora etc.), this should be changed appropriately!
+build.source=default
+
diff --git a/build.xml b/build.xml
index c4892fa8b..939d54b1f 100644
--- a/build.xml
+++ b/build.xml
@@ -1,18 +1,25 @@