]> git.llucax.com Git - software/bife/base.git/commitdiff
Moved other modules to new src structure.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 6 Jul 2003 03:11:31 +0000 (03:11 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 6 Jul 2003 03:11:31 +0000 (03:11 +0000)
examples/index.php
package.xml

index 898334990513cce894c051b5c28fc0e4020ad2e8..5a7e24a28748009d84c150ec259ef32fb721c65c 100644 (file)
@@ -26,7 +26,7 @@
 // $Id$
 //
 
-ini_set('include_path', '../src:../../hit/src:../../bife/src:',
+ini_set('include_path', '../src:../../hit/src:../../bife/src:' .
     ini_get('include_path'));
 umask('002');
 
index 03ff5effba9f6a98e371cd17458722da1c1ce6bd..e3280570258921030460f6415ebd4ac32d8d07ab 100644 (file)
                 <file>README</file>
                 <file>ROADMAP</file>
             </dir>
-            <!-- EXAMPLES -->
             <dir name="examples" role="doc">
                 <file>index.php</file>
                 <file>index.xbf</file>
-                <file>templates/bife_page.tpl.html</file>
-                <file>templates/bife_title.tpl.html</file>
-                <file>templates/bife_link.tpl.html</file>
+                <dir name="templates">
+                    <file>bife_page.tpl.html</file>
+                    <file>bife_title.tpl.html</file>
+                    <file>bife_link.tpl.html</file>
+                </dir>
             </dir>
         </filelist>
     </release>