You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/16 20:27:37 UTC

svn commit: r432022 - /incubator/xap/trunk/dojo/buildscripts/patches/instructions.txt

Author: mturyn
Date: Wed Aug 16 13:27:37 2006
New Revision: 432022

URL: http://svn.apache.org/viewvc?rev=432022&view=rev
Log:
Minor corrections.

Modified:
    incubator/xap/trunk/dojo/buildscripts/patches/instructions.txt

Modified: incubator/xap/trunk/dojo/buildscripts/patches/instructions.txt
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/dojo/buildscripts/patches/instructions.txt?rev=432022&r1=432021&r2=432022&view=diff
==============================================================================
--- incubator/xap/trunk/dojo/buildscripts/patches/instructions.txt (original)
+++ incubator/xap/trunk/dojo/buildscripts/patches/instructions.txt Wed Aug 16 13:27:37 2006
@@ -3,16 +3,23 @@
 
 1. Download the full dojo SVN source from:
 				http://svn.dojotoolkit.org/dojo/trunk
+into a fresh directory (let's call it DOJO).
 
-2. Replace the file buildUtil.js found in 
-	.../dojo/buildscripts 
-with the xap/dojo/buildscripts/patches
+2. Replace the file  found in 
+	DOJO/buildscripts/buildUtil.js
+with 
+	.../xap/dojo/buildscripts/patches/buildUtil.js
 
-3. Copy xap, google and zimbra source directories to .../dojo/src
+3. Copy xap, google and zimbra source directories to    DOJO/src .
 
-4. Copy xap.profile.js from .../xap/dojo/buildscripts/profiles to .../dojo/buildscripts/profiles
+4. Copy xap.profile.js from 
 
-5. Run the following ant command from the ../dojo/buildscripts directory:
-			ant-Dprofile=xap clean compress
+	.../xap/dojo/buildscripts/profiles 
+to 
+	DOJO/buildscripts/profiles
 
-6. The compressed file will be generated in the .../dojo/release folder.
\ No newline at end of file
+5. Run the following ant command from the DOJO/buildscripts directory:
+			ant  -Dprofile=xap clean compress
+
+6. The uncompressed file will be created as
+                DOJO/release/dojo.js.uncompressed.js
\ No newline at end of file