Update of /cvsroot/thyapi/thyapi/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4425/ext
Modified Files:
packages.js
Log Message:
Commiting file additions and modification from SVN revision 1918 to 1919...
Changes made by rpereira on 2005-09-08 22:51:20 +0200 (Thu, 08 Sep 2005) corresponding to SVN revision 1919 with message:
- thyConnector uses default messages (closes 1285343)
- thyBase depends on DynLayerInline (closes 1285349)
Index: packages.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** packages.js 1 Sep 2005 19:16:42 -0000 1.6
--- packages.js 8 Sep 2005 20:36:29 -0000 1.7
***************
*** 95,99 ****
//ThyAPI Widgets
l.addPackage('thyapi.thywidgets', p+'thywidgets/');
! l.add('thyapi.thywidgets.thyPanelBase', 'thypanel.js', ['thyBase','DynLayer', 'System', 'DynKeyEvent', 'thyDragEvent', 'thyCollection']);
if (dynapi.ua.ie) l.add('thyapi.thywidgets.thyPanel', 'thypanel_ie.js', 'thyPanelBase');
else if (dynapi.ua.ns4) l.add('thyapi.thywidgets.thyPanel', 'thypanel_ns4.js', 'thyPanelBase');
--- 95,99 ----
//ThyAPI Widgets
l.addPackage('thyapi.thywidgets', p+'thywidgets/');
! l.add('thyapi.thywidgets.thyPanelBase', 'thypanel.js', ['thyBase','DynLayer', 'DynLayerInline', 'System', 'DynKeyEvent', 'thyDragEvent', 'thyCollection']);
if (dynapi.ua.ie) l.add('thyapi.thywidgets.thyPanel', 'thypanel_ie.js', 'thyPanelBase');
else if (dynapi.ua.ns4) l.add('thyapi.thywidgets.thyPanel', 'thypanel_ns4.js', 'thyPanelBase');
|