Update of /cvsroot/thyapi/thyapi/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7271/ext
Modified Files:
packages.js
Log Message:
Commiting file additions and modification from SVN revision 1937 to 1938...
Changes made by vinicius on 2005-09-12 20:59:10 +0200 (Mon, 12 Sep 2005) corresponding to SVN revision 1938 with message:
ThyAjaxContent functions initial version
Index: packages.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** packages.js 8 Sep 2005 20:36:29 -0000 1.7
--- packages.js 12 Sep 2005 18:43:04 -0000 1.8
***************
*** 129,132 ****
--- 129,137 ----
l.add('thyapi.thywidgets.external.JSCalendarSetup', 'jscalendar/calendar-setup-custom.js',['JSCalendar','JSCalendarLang']);
+
+ //ThyAPI Functions
+ l.addPackage('thyapi.functions',p+'thyfunctions/');
+ l.add('thyapi.functions.thyAjaxContent','thyajaxcontent.js',['System','thyBase','thyConnector']);
+
// Load buffered includes ---------
if(l._buffer){
|