Add Log.php.
authorJan Schneider <jan@horde.org>
Fri, 19 Mar 2010 17:06:00 +0000 (18:06 +0100)
committerJan Schneider <jan@horde.org>
Fri, 19 Mar 2010 17:06:32 +0000 (18:06 +0100)
framework/History/package.xml

index 0c104ee..b39f27d 100644 (file)
@@ -31,9 +31,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
    <dir name="lib">
     <dir name="Horde">
      <file name="History.php" role="php" />
-     <file name="HistoryObject.php" role="php" />
      <dir name="History">
       <file name="Factory.php" role="php" />
+      <file name="Log.php" role="php" />
       <file name="Mock.php" role="php" />
       <file name="Sql.php" role="php" />
     </dir> <!-- /lib/Horde/History -->
@@ -66,8 +66,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <phprelease>
   <filelist>
    <install name="lib/Horde/History.php" as="Horde/History.php" />
-   <install name="lib/Horde/HistoryObject.php" as="Horde/HistoryObject.php" />
    <install name="lib/Horde/History/Factory.php" as="Horde/History/Factory.php" />
+   <install name="lib/Horde/History/Log.php" as="Horde/History/Log.php" />
    <install name="lib/Horde/History/Mock.php" as="Horde/History/Mock.php" />
    <install name="lib/Horde/History/Sql.php" as="Horde/History/Sql.php" />
    <install name="test/Horde/History/AllTests.php" as="Horde/History/AllTests.php" />