Edited wiki page ReleaseProcess through web user interface.
diff --git a/ReleaseProcess.wiki b/ReleaseProcess.wiki
index 5e32768..ebba677 100644
--- a/ReleaseProcess.wiki
+++ b/ReleaseProcess.wiki
@@ -69,26 +69,23 @@
 git branch $BRANCH origin/$BRANCH
 }}}
 
-Create RC
+Create RC of adaptor
 {{{
 VERSION=0.90
 
-# Tag version.
-cd pre-existing-plexi.repo/
-git checkout origin/master # This is the commit we are going to tag
-git tag -a v$VERSION -m "Version $VERSION"
-git push --tags
+# Tag version
 
-# Get adaptor library for packaging.
-cd plexi/dist
-unzip adaptor-$VERSION-bin.zip adaptor-$VERSION-withlib.jar
+# Have adaptor library
+# eg: cd ~/plexi/dist
+# unzip adaptor-$VERSION-bin.zip adaptor-$VERSION-withlib.jar
 
-# Build.
+# Build adaptor from fresh clone
 cd ~
 git clone https://code.google.com/p/plexi.repo/
 cd plexi.repo
 git checkout v$VERSION
 cp ../plexi/dist/adaptor-$VERSION-withlib.jar lib/
 ant -Dadaptor.suffix=-$VERSION -Dadaptor.jar=lib/adaptor-$VERSION-withlib.jar dist
-# Test and upload dist/ files. Mark new files featured, remove featured from old files.
+
+# Give to QA
 }}}
\ No newline at end of file