Author: ekoneil
Date: Tue Oct 19 09:17:55 2004
New Revision: 55074

Removed:
   
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/resources/javascript/netui-tree.js
Modified:
   
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanel/index.jsp
   
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
Log:
Fixup the DRTs so that the netui-tree.js file isn't checked into the DRT app.

This file is part of the shipping NetUI codebase and is required by the tags -- 
it just needs to be copied via the webapp template.

BB: self
DRT: NetUI pass 



Modified: 
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanel/index.jsp
==============================================================================
--- 
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanel/index.jsp
  (original)
+++ 
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanel/index.jsp
  Tue Oct 19 09:17:55 2004
@@ -8,7 +8,7 @@
             Basic DivPanel 
         </title>
         <netui:scriptHeader />
-        <script src="/coreWeb/resources/javascript/netui-tree.js"></script>    
+        <script 
src="/coreWeb/resources/beehive/version1/javascript/netui-tree.js"></script>    
     </head>
     <netui:body>
     <h4>Basic DivPanel</h4>

Modified: 
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
==============================================================================
--- 
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
      (original)
+++ 
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
      Tue Oct 19 09:17:55 2004
@@ -14,7 +14,7 @@
         
         <!-- This needs to be put here by the script container -->
         <netui:scriptHeader />
-        <script src="/coreWeb/resources/javascript/netui-tree.js"></script>
+        <script 
src="/coreWeb/resources/beehive/version1/javascript/netui-tree.js"></script>
     </head>
     <netui:body>
         <table width="100%" cellspacing="5"><tr><td width="20%" valign="top">

Reply via email to