Changeset 7184

Show
Ignore:
Timestamp:
02/04/07 15:39:42 (22 months ago)
Author:
jburke
Message:

(merge from 0.4 branch) References #2366: web build plumbing. Introduce a script that pulls the code from svn and makes the appropriate zip file to be used as the web build and xdomain dojo

Location:
trunk/buildscripts/webbuild
Files:
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/buildscripts/webbuild/index.html

    r7175 r7184  
    6262                                treeContainerNode.appendChild(treeWidget.domNode); 
    6363                        } 
     64                         
     65                        //Set up XD Dojo URL if available. 
     66                        var xdDojoUrl = "@XD_DOJO_URL@"; 
     67                        if(xdDojoUrl != ("@" + "XD_DOJO_URL" + "@")){ 
     68                                dojo.byId("xdDojoPath").value = xdDojoUrl; 
     69                        } 
    6470                }); 
    6571        </script> 
     
    7076        <h2>Dojo Builder Prototype</h2> 
    7177        <p> 
    72                 (experimental, prototype) 
     78                For Dojo version: @VERSION@ (experimental, prototype) 
    7379        </p> 
    7480        <div id="treeContainer">