2006-04-24 08:27:00 +00:00
|
|
|
/*
|
|
|
|
* Helma License Notice
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Helma License
|
|
|
|
* Version 2.0 (the "License"). You may not use this file except in
|
|
|
|
* compliance with the License. A copy of the License is available at
|
|
|
|
* http://adele.helma.org/download/helma/license.txt
|
|
|
|
*
|
|
|
|
* Copyright 1998-2006 Helma Software. All Rights Reserved.
|
|
|
|
*
|
2006-05-30 18:34:31 +00:00
|
|
|
* $RCSfile: all.js,v $
|
2007-09-28 13:16:38 +00:00
|
|
|
* $Author$
|
|
|
|
* $Revision$
|
|
|
|
* $Date$
|
2006-04-24 08:27:00 +00:00
|
|
|
*/
|
2006-04-24 07:18:45 +00:00
|
|
|
|
2013-04-07 17:27:18 +02:00
|
|
|
// convenience SingleFileRepository to load all the
|
2006-04-24 07:18:45 +00:00
|
|
|
// Javascript library files in ./modules/core
|
|
|
|
|
2006-05-30 18:34:31 +00:00
|
|
|
app.addRepository('modules/core/Array.js');
|
|
|
|
app.addRepository('modules/core/Date.js');
|
|
|
|
app.addRepository('modules/core/Number.js');
|
|
|
|
app.addRepository('modules/core/Object.js');
|
|
|
|
app.addRepository('modules/core/String.js');
|
2006-08-06 11:27:56 +00:00
|
|
|
app.addRepository('modules/core/HopObject.js');
|
|
|
|
app.addRepository('modules/core/Global.js');
|
2007-04-17 13:43:59 +00:00
|
|
|
app.addRepository('modules/core/Filters.js');
|