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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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.