Changeset 7338

Show
Ignore:
Timestamp:
02/16/07 15:10:52 (19 months ago)
Author:
jburke
Message:

References #2366. Small changes to have web build work with normal release names.

Location:
branches/0.4/buildscripts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/0.4/buildscripts/buildUtil.js

    r7308 r7338  
    854854buildUtil.stripComments = function(/*String*/startDir, /*boolean*/suppressDojoCopyright){ 
    855855        //summary: strips the JS comments from all the files in "startDir", and all subdirectories. 
    856         var copyright = suppressDojoCopyright ? "" : new String(readFile("copyright.txt")) + buildUtil.getLineSeparator(); 
     856        var copyright = suppressDojoCopyright ? "" : (new String(readFile("copyright.txt")) + buildUtil.getLineSeparator()); 
    857857        var fileList = buildUtil.getFilteredFileList(startDir, /\.js$/, true); 
    858858        if(fileList){ 
  • branches/0.4/buildscripts/webbuild/webbuild.sh

    r7308 r7338  
    22 
    33# Define variables used for rest of the script 
    4 version=0.4.2ALPHA2 
    5 xdDojoUrl=http://dojotoolkit.org/~jburke/webbuild/$version/src 
     4version=0.4.2rc1 
     5xdDojoUrl=http://build.dojotoolkit.org/$version/src 
    66versionSuffix=xdomain 
     7svnTopDir=release-0.4.2rc1 
    78 
    89#Clean up from a previous run. 
     
    1314 
    1415#Get the source 
    15 svn export http://svn.dojotoolkit.org/dojo/branches/0.4 
    16 cd ./0.4/buildscripts 
     16svn export http://svn.dojotoolkit.org/dojo/tags/release-0.4.2rc1 
     17cd ./$svnTopDir/buildscripts 
    1718 
    1819#Do xdajax build.