Changeset c920479
- Timestamp:
- 01/27/12 07:52:13 (4 months ago)
- 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)
- Files:
-
- 6 edited
-
classes/phing/tasks/ext/rSTTask.php (modified) (2 diffs)
-
classes/phing/types/PearPackageFileSet.php (modified) (2 diffs)
-
classes/phing/util/PearPackageScanner.php (modified) (2 diffs)
-
docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html (modified) (1 diff)
-
test/classes/phing/tasks/ext/rST/rSTTaskMultipleMappersTest.php (modified) (2 diffs)
-
test/classes/phing/tasks/ext/rST/rSTTaskTest.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/rSTTask.php
r69a161c rc920479 10 10 * @author Christian Weiske <cweiske@cweiske.de> 11 11 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 12 * @link http s://gitorious.org/phing/rsttask12 * @link http://www.phing.info/ 13 13 * @version SVN: $Id$ 14 14 */ … … 26 26 * @author Christian Weiske <cweiske@cweiske.de> 27 27 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 28 * @link http s://gitorious.org/phing/rsttask28 * @link http://www.phing.info/ 29 29 */ 30 30 class rSTTask extends Task -
classes/phing/types/PearPackageFileSet.php
r72f6a9c rc920479 10 10 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 11 11 * @version SVN: $Id$ 12 * @link http s://gitorious.org/phing/pearPackageFileSet12 * @link http://www.phing.info/ 13 13 */ 14 14 require_once 'phing/types/FileSet.php'; … … 39 39 * @author Christian Weiske <cweiske@cweiske.de> 40 40 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 41 * @link http s://gitorious.org/phing/pearPackageFileSet41 * @link http://www.phing.info/ 42 42 */ 43 43 class PearPackageFileSet extends FileSet -
classes/phing/util/PearPackageScanner.php
r9fa72d70 rc920479 10 10 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 11 11 * @version SVN: $Id$ 12 * @link http s://gitorious.org/phing/pearPackageFileSet12 * @link http://www.phing.info/ 13 13 */ 14 14 require_once 'phing/util/DirectoryScanner.php'; … … 22 22 * @author Christian Weiske <cweiske@cweiske.de> 23 23 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 24 * @link http s://gitorious.org/phing/pearPackageFileSet24 * @link http://www.phing.info/ 25 25 */ 26 26 class PearPackageScanner extends DirectoryScanner -
docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html
rf05d3e3 rc920479 5511 5511 <cite>rst2odt</cite>, <cite>rst2s5</cite>, <cite>rst2xml</cite>. 5512 5512 </p> 5513 <p>5514 Homepage: <a href="https://gitorious.org/phing/rsttask">https://gitorious.org/phing/rsttask</a>5515 </p>5516 5513 <h3>Features</h3> 5517 5514 <ul> -
test/classes/phing/tasks/ext/rST/rSTTaskMultipleMappersTest.php
rabc631f rc920479 10 10 * @author Christian Weiske <cweiske@cweiske.de> 11 11 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 12 * @link http s://gitorious.org/phing/rsttask12 * @link http://www.phing.info/ 13 13 * @version SVN: $Id$ 14 14 */ … … 25 25 * @author Christian Weiske <cweiske@cweiske.de> 26 26 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 27 * @link http s://gitorious.org/phing/rsttask27 * @link http://www.phing.info/ 28 28 */ 29 29 class rSTTaskMultipleMappersTest extends BuildFileTest -
test/classes/phing/tasks/ext/rST/rSTTaskTest.php
rf58e849 rc920479 10 10 * @author Christian Weiske <cweiske@cweiske.de> 11 11 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 12 * @link http s://gitorious.org/phing/rsttask12 * @link http://www.phing.info/ 13 13 * @version SVN: $Id$ 14 14 */ … … 25 25 * @author Christian Weiske <cweiske@cweiske.de> 26 26 * @license LGPL v3 or later http://www.gnu.org/licenses/lgpl.html 27 * @link http s://gitorious.org/phing/rsttask27 * @link http://www.phing.info/ 28 28 */ 29 29 class rSTTaskTest extends BuildFileTest
Note: See TracChangeset
for help on using the changeset viewer.
