Removing svn tags.

This commit is contained in:
mark_story 2009-09-26 22:22:43 -04:00
parent 9a2cd886fe
commit cf849e3cf8
2 changed files with 0 additions and 10 deletions

View file

@ -1,6 +1,4 @@
<?php
/* SVN FILE: $Id$ */
/**
* Parses the request URL into controller, action, and parameters.
*
@ -20,9 +18,6 @@
* @package cake
* @subpackage cake.cake.libs
* @since CakePHP(tm) v 0.2.9
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/

View file

@ -1,6 +1,4 @@
<?php
/* SVN FILE: $Id$ */
/**
* RouterTest file
*
@ -20,9 +18,6 @@
* @package cake
* @subpackage cake.tests.cases.libs
* @since CakePHP(tm) v 1.2.0.4206
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
App::import('Core', array('Router', 'Debugger'));