You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by je...@apache.org on 2011/04/27 05:41:12 UTC

[zeta-commits] svn commit: r1096996 - /incubator/zetacomponents/trunk/Base/src/base.php

Author: jeromer
Date: Wed Apr 27 05:41:11 2011
New Revision: 1096996

URL: http://svn.apache.org/viewvc?rev=1096996&view=rev
Log:
s/eZ Components/Zeta Components

Modified:
    incubator/zetacomponents/trunk/Base/src/base.php

Modified: incubator/zetacomponents/trunk/Base/src/base.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Base/src/base.php?rev=1096996&r1=1096995&r2=1096996&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Base/src/base.php (original)
+++ incubator/zetacomponents/trunk/Base/src/base.php Wed Apr 27 05:41:11 2011
@@ -243,10 +243,10 @@ class ezcBase
     }
 
     /**
-     * Figures out the base path of the eZ Components installation.
+     * Figures out the base path of the Zeta Components installation.
      *
      * It stores the path that it finds in a static member variable. The path
-     * depends on the installation method of the eZ Components. The SVN version
+     * depends on the installation method of the Zeta Components. The SVN version
      * has a different path than the PEAR installed version.
      */
     protected static function setPackageDir()
@@ -604,7 +604,7 @@ class ezcBase
     }
 
     /**
-     * Returns the base path of the eZ Components installation
+     * Returns the base path of the Zeta Components installation
      *
      * This method returns the base path, including a trailing directory
      * separator.
@@ -671,4 +671,4 @@ class ezcBase
         return self::$libraryMode;
     }
 }
-?>
+?>
\ No newline at end of file