Edited wiki page ReleaseProcess through web user interface.
diff --git a/ReleaseProcess.wiki b/ReleaseProcess.wiki
index 2079834..7874bec 100644
--- a/ReleaseProcess.wiki
+++ b/ReleaseProcess.wiki
@@ -57,22 +57,6 @@
 unzip adaptor-$VERSION-bin.zip adaptor-$VERSION-docs.zip
 }}}
 
-=== Update online documentation ===
-{{{
-cd ~
-git clone https://code.google.com/p/plexi.documentation/
-cd plexi.documentation
-rm -r *
-mkdir javadoc && cd javadoc
-unzip ~/plexi/dist/adaptor-$VERSION-docs.zip
-git add -A
-git commit -m "Update for version $VERSION"
-git tag -a v$VERSION -m "Version $VERSION"
-git push --tags origin master
-
-# Update "External links" to point to new documentation.
-# Update main page to point to new release.
-}}}
 
 === Build RC of adaptor ===
 {{{
@@ -92,10 +76,12 @@
 cp ../plexi/dist/adaptor-$VERSION-withlib.jar lib/
 ant -Dadaptor.suffix=-$VERSION -Dadaptor.jar=lib/adaptor-$VERSION-withlib.jar dist
 
-# Give to QA
 }}}
 
 
+
+
+
 <wiki:comment>
 Scratch pad
 {{{
@@ -110,4 +96,26 @@
 git merge
 git branch -D mybranch
 git checkout master^^^^^
+</wiki:comment>
+
+
+<wiki:comment>
+   NO LONGER DOING THE DOCUMENTATION THIS WAY
+
+=== Update online documentation ===
+{{{
+cd ~
+git clone https://code.google.com/p/plexi.documentation/
+cd plexi.documentation
+rm -r *
+mkdir javadoc && cd javadoc
+unzip ~/plexi/dist/adaptor-$VERSION-docs.zip
+git add -A
+git commit -m "Update for version $VERSION"
+git tag -a v$VERSION -m "Version $VERSION"
+git push --tags origin master
+
+# Update "External links" to point to new documentation.
+# Update main page to point to new release.
+}}}
 </wiki:comment>
\ No newline at end of file