svn: /pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/ PEAR2SVN.php
[email protected] (Brett Bieber) Fri, 07 Jan 2011 22:58:09 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Fri, 07 Jan 2011 22:58:09 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307242
Log:
Correct inconsitency of docs directory name. The local folder should be 'docs' The dir within a pyrus controlled registry should be 'docs', the role of the files placed in this dir is 'doc'
Changed paths:
U pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/PEAR2SVN.php
Modified: pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/PEAR2SVN.php
===================================================================
--- pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/PEAR2SVN.php 2011-01-07 22:57:35 UTC (rev 307241)
+++ pear2/Pyrus_Developer/trunk/src/Pyrus/Developer/PackageFile/PEAR2SVN.php 2011-01-07 22:58:09 UTC (rev 307242)
@@ -121,7 +121,7 @@
'customtask' => '/',
'customcommand' => '/',
'data' => '/',
- 'doc' => '/',
+ 'docs' => '/',
'tests' => '/',
'scripts' => '/',
'www' => '/',
@@ -136,7 +136,7 @@
'customrole' => 'customrole',
'customtask' => 'customtask',
'customcommand' => 'customcommand',
- 'doc' => 'doc',
+ 'docs' => 'doc',
'tests' => 'test',
'examples' => 'doc',
'scripts' => 'script',