[limb-svn] r6718 - in 3.x/trunk/limb/web_app: src/wact/fetch tests/cases/plain
svn at limb-project.com
svn at limb-project.com
Tue Jan 22 11:32:50 MSK 2008
Author: serega
Date: 2008-01-22 11:32:50 +0300 (Tue, 22 Jan 2008)
New Revision: 6718
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6718
Added:
3.x/trunk/limb/web_app/tests/cases/plain/wact/
Removed:
3.x/trunk/limb/web_app/tests/cases/plain/template/
Modified:
3.x/trunk/limb/web_app/src/wact/fetch/active_record_fetch.tag.php
Log:
-- other WACT related folders renaming
Modified: 3.x/trunk/limb/web_app/src/wact/fetch/active_record_fetch.tag.php
===================================================================
--- 3.x/trunk/limb/web_app/src/wact/fetch/active_record_fetch.tag.php 2008-01-22 08:21:30 UTC (rev 6717)
+++ 3.x/trunk/limb/web_app/src/wact/fetch/active_record_fetch.tag.php 2008-01-22 08:32:50 UTC (rev 6718)
@@ -17,7 +17,7 @@
class lmbActiveRecordFetchTag extends WactFetchTag
{
var $runtimeComponentName = 'lmbActiveRecordFetchComponent';
- var $runtimeIncludeFile = 'limb/web_app/src/template/components/lmbActiveRecordFetchComponent.class.php';
+ var $runtimeIncludeFile = 'limb/web_app/src/wact/fetch/lmbActiveRecordFetchComponent.class.php';
function preParse()
{
Copied: 3.x/trunk/limb/web_app/tests/cases/plain/wact (from rev 6712, 3.x/trunk/limb/web_app/tests/cases/plain/template)
More information about the limb-svn
mailing list