UIMA-2333 updated createRelease.txt for how to create source tar ball.

git-svn-id: https://svn.apache.org/repos/asf/uima/uimacpp/trunk@1230784 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/createRelease.txt b/createRelease.txt
index 28b523f..bf94b99 100644
--- a/createRelease.txt
+++ b/createRelease.txt
@@ -144,17 +144,7 @@
 
 Create Source Tar ball
 
-The source tar ball contains sources needed to build the Windows and Linux
-binaries.
-The source packaging  should be done on Linux as it requires running the autoconf tool to generate the configure script required for a Linux build.
- 
-1. update srcName in the buildSrcTree.sh
-2. create source directory
-   ./buildSrcTree.sh target_directory
-   This will create the uimacpp-X.Y.Z-src directory in the target_directory  
-3. create src tarball
-   From target_directory
-   tar -zcvf uimacpp-X.Y.X-src.tgz uimacpp-X.Y.Z-src
-4. Rat scan of source
-   java -jar apache-rat-0.6.jar uimacpp-X.Y.Z-src >
-uimacpp-X.Y.Z-src-linux-report.txt
+The source tar ball is created by zipping up the files from svn extract of
+uimacpp.
+The source tar ball contains all the files needed to build the Windows and/or
+Linux binaries.