moving to core/
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 8 Jan 2012 02:48:14 +0000 (02:48 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 8 Jan 2012 02:48:14 +0000 (02:48 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@312 180e2498-e6e9-4542-8430-84ac67f01cd8

core/releasing.txt [new file with mode: 0644]
releasing.txt [deleted file]

diff --git a/core/releasing.txt b/core/releasing.txt
new file mode 100644 (file)
index 0000000..da3b7c8
--- /dev/null
@@ -0,0 +1,28 @@
+
+Steps for making a release:
+
+1.  Update build.properties for the new version.
+2.  Update ReleaseNotes
+3.  Update ChangeLog
+4.  ant dist
+5.  Test new features (not in project directory)
+6.  Copy distribution files into OpenRocket-dists project
+7.  Update updates.php and test various versions using a different name:
+    scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php
+    java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar
+8.  Update HTML: htp/htp.def (version number) htp/news.htp (release info)
+9.  Run "htp @" and check the web pages locally
+10. Update Eclipse project and commit files to SVN (OpenRocket and OpenRocket-dists)
+11. Tag the version in SVN, URL:
+    https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_1.1.x
+12. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
+     - Files -> Add Folder -> Add File
+13. Update HTML to web server:
+    scp * plaa,openrocket@web.sourceforge.net:htdocs/
+14. Test downloading from Sourceforge and web site
+15. Update update.php to web server:
+    scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/
+16. Test update checking without specific options
+17. Update build.properties to "pre" version + commit
+18. Send email about new release to openrocket-announce@lists.sourceforge.net
+
diff --git a/releasing.txt b/releasing.txt
deleted file mode 100644 (file)
index da3b7c8..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-
-Steps for making a release:
-
-1.  Update build.properties for the new version.
-2.  Update ReleaseNotes
-3.  Update ChangeLog
-4.  ant dist
-5.  Test new features (not in project directory)
-6.  Copy distribution files into OpenRocket-dists project
-7.  Update updates.php and test various versions using a different name:
-    scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php
-    java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar
-8.  Update HTML: htp/htp.def (version number) htp/news.htp (release info)
-9.  Run "htp @" and check the web pages locally
-10. Update Eclipse project and commit files to SVN (OpenRocket and OpenRocket-dists)
-11. Tag the version in SVN, URL:
-    https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_1.1.x
-12. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
-     - Files -> Add Folder -> Add File
-13. Update HTML to web server:
-    scp * plaa,openrocket@web.sourceforge.net:htdocs/
-14. Test downloading from Sourceforge and web site
-15. Update update.php to web server:
-    scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/
-16. Test update checking without specific options
-17. Update build.properties to "pre" version + commit
-18. Send email about new release to openrocket-announce@lists.sourceforge.net
-