]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - hit/package.xml
Last general corrections for start releasing the modules.
[software/bife/bife-all.git] / hit / package.xml
index d7f18ed8a19c724e6dbb2900a1691d5683e151ab..310e65667b6417c5933770b37250669725d9caeb 100644 (file)
@@ -18,19 +18,23 @@ like IT so every chunk must be in a separated file if you want to iterate it.
     </maintainers>
 
     <release>
-        <version>1.0.0beta</version>
+        <version>1.0.0beta1</version>
         <date>2003-06-30</date>
         <state>beta</state>
         <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
         <provides type="class" name="HTML_Template_HIT"/>
         <filelist>
             <!-- PHP -->
-            <file role="php">HTML/Template/HIT.php</file>
+            <file role="php" install-as="HTML/Template/HIT.php">src/HTML/Template/HIT.php</file>
             <!-- DOC -->
-            <file role="doc">examples/hit.php</file>
-            <file role="doc">examples/hooks/body.tpl.html</file>
-            <file role="doc">examples/hooks/cell.tpl.html</file>
-            <file role="doc">examples/hooks/row.tpl.html</file>
+            <dir name="examples" role="doc">
+                <file>index.php</file>
+                <dir name="hooks">
+                    <file>body.tpl.html</file>
+                    <file>cell.tpl.html</file>
+                    <file>row.tpl.html</file>
+                </dir>
+            </dir>
         </filelist>
     </release>
     <deps>