Changeset c920479


Ignore:
Timestamp:
01/27/12 07:52:13 (4 months ago)
Author:
cweiske
Branches:
master
Children:
6e4825c
Parents:
24fb7cd
git-author:
Christian Weiske <cweiske@…> (01/27/12 07:52:13)
git-committer:
Christian Weiske <cweiske@…> (01/27/12 07:52:13)
Message:

Remove links to gitorious.org/phing/* since I have deleted that repositories

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • classes/phing/tasks/ext/rSTTask.php

    r69a161c rc920479  
    1010 * @author     Christian Weiske <cweiske@cweiske.de> 
    1111 * @license    LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    12  * @link       https://gitorious.org/phing/rsttask 
     12 * @link       http://www.phing.info/ 
    1313 * @version    SVN: $Id$ 
    1414 */ 
     
    2626 * @author     Christian Weiske <cweiske@cweiske.de> 
    2727 * @license    LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    28  * @link       https://gitorious.org/phing/rsttask 
     28 * @link       http://www.phing.info/ 
    2929 */ 
    3030class rSTTask extends Task 
  • classes/phing/types/PearPackageFileSet.php

    r72f6a9c rc920479  
    1010 * @license  LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    1111 * @version  SVN: $Id$ 
    12  * @link     https://gitorious.org/phing/pearPackageFileSet 
     12 * @link     http://www.phing.info/ 
    1313 */ 
    1414require_once 'phing/types/FileSet.php'; 
     
    3939 * @author   Christian Weiske <cweiske@cweiske.de> 
    4040 * @license  LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    41  * @link     https://gitorious.org/phing/pearPackageFileSet 
     41 * @link     http://www.phing.info/ 
    4242 */ 
    4343class PearPackageFileSet extends FileSet 
  • classes/phing/util/PearPackageScanner.php

    r9fa72d70 rc920479  
    1010 * @license  LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    1111 * @version  SVN: $Id$ 
    12  * @link     https://gitorious.org/phing/pearPackageFileSet 
     12 * @link     http://www.phing.info/ 
    1313 */ 
    1414require_once 'phing/util/DirectoryScanner.php'; 
     
    2222 * @author   Christian Weiske <cweiske@cweiske.de> 
    2323 * @license  LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    24  * @link     https://gitorious.org/phing/pearPackageFileSet 
     24 * @link     http://www.phing.info/ 
    2525 */ 
    2626class PearPackageScanner extends DirectoryScanner 
  • docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html

    rf05d3e3 rc920479  
    55115511        <cite>rst2odt</cite>, <cite>rst2s5</cite>, <cite>rst2xml</cite>. 
    55125512    </p> 
    5513     <p> 
    5514         Homepage: <a href="https://gitorious.org/phing/rsttask">https://gitorious.org/phing/rsttask</a> 
    5515     </p> 
    55165513    <h3>Features</h3> 
    55175514    <ul> 
  • test/classes/phing/tasks/ext/rST/rSTTaskMultipleMappersTest.php

    rabc631f rc920479  
    1010 * @author     Christian Weiske <cweiske@cweiske.de> 
    1111 * @license    LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    12  * @link       https://gitorious.org/phing/rsttask 
     12 * @link       http://www.phing.info/ 
    1313 * @version    SVN: $Id$ 
    1414 */ 
     
    2525 * @author     Christian Weiske <cweiske@cweiske.de> 
    2626 * @license    LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    27  * @link       https://gitorious.org/phing/rsttask 
     27 * @link       http://www.phing.info/ 
    2828 */ 
    2929class rSTTaskMultipleMappersTest extends BuildFileTest  
  • test/classes/phing/tasks/ext/rST/rSTTaskTest.php

    rf58e849 rc920479  
    1010 * @author     Christian Weiske <cweiske@cweiske.de> 
    1111 * @license    LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    12  * @link       https://gitorious.org/phing/rsttask 
     12 * @link       http://www.phing.info/ 
    1313 * @version    SVN: $Id$ 
    1414 */ 
     
    2525 * @author     Christian Weiske <cweiske@cweiske.de> 
    2626 * @license    LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 
    27  * @link       https://gitorious.org/phing/rsttask 
     27 * @link       http://www.phing.info/ 
    2828 */ 
    2929class rSTTaskTest extends BuildFileTest  
Note: See TracChangeset for help on using the changeset viewer.