Changeset 123

Show
Ignore:
Timestamp:
09/14/06 20:19:08 (2 years ago)
Author:
mrook
Message:

Set svn:keywords property on all files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    • Property svn:keywords set to author date id revision
    r116 r123  
    192192 
    193193 
    194 --$Id: CHANGELOG,v 1.37 2005/09/18 20:45:12 hlellelid Exp
     194--$Id
  • trunk/CREDITS

    • Property svn:keywords set to author date id revision
    r81 r123  
    4343  http://phpclasses.upperdesign.com/browse.html/package/529.html 
    4444 
    45   --$Id: CREDITS,v 1.6 2005/02/03 13:41:52 mrook Exp
     45  --$Id
  • trunk/INSTALL.UNIX

    • Property svn:keywords set to author date id revision
    r1 r123  
    123123 
    124124 
    125   --$Id: INSTALL.UNIX,v 1.8 2005/03/15 23:02:17 mrook Exp
     125  --$Id
  • trunk/INSTALL.WIN32

    • Property svn:keywords set to author date id revision
    r1 r123  
    113113  Congratulations, you successfully installed Phing. 
    114114 
    115   --$Id: INSTALL.WIN32,v 1.8 2005/03/15 23:02:17 mrook Exp
     115  --$Id
    116116 
  • trunk/LICENSE

    • Property svn:keywords set to author date id revision
    r1 r123  
    10371037 
    10381038 
    1039   --$Id: LICENSE,v 1.3 2003/11/06 18:18:06 hlellelid Exp
    1040  
    1041  
    1042  
     1039  --$Id
     1040 
     1041 
     1042 
  • trunk/README

    • Property svn:keywords set to author date id revision
    r1 r123  
    7676 
    7777 
    78   --$Id: README,v 1.4 2004/03/20 04:14:35 hlellelid Exp
     78  --$Id
  • trunk/TODO

    • Property svn:keywords set to author date id revision
    r1 r123  
    4545  - Add the less-known tasks to the user guide:  ExitTask, ReflexiveTask 
    4646 
    47   --$Id: TODO,v 1.6 2005/04/14 12:07:49 mrook Exp
     47  --$Id
    4848 
  • trunk/bin/pear-phing

    • Property svn:keywords set to author date id revision
    r115 r123  
    33# ------------------------------------------------------------------------ 
    44# The phing build script for Unix based systems 
    5 # $Id: pear-phing,v 1.3 2003/12/23 19:45:14 hlellelid Exp
     5# $Id
    66# ------------------------------------------------------------------------ 
    77 
  • trunk/bin/pear-phing.bat

    • Property svn:keywords set to author date id revision
    r1 r123  
    33::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
    44:: The phing build script for Windows based systems 
    5 :: $Id: pear-phing.bat,v 1.4 2005/12/22 13:12:33 hlellelid Exp
     5:: $Id
    66::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
    77 
  • trunk/bin/phing

    • Property svn:keywords set to author date id revision
    r115 r123  
    11#!/bin/sh 
    22# Shell wrapper for Phing 
    3 # $Id: phing,v 1.2 2006/01/23 21:51:16 mrook Exp
     3# $Id
    44# 
    55# This script will do the following: 
  • trunk/bin/phing.bat

    • Property svn:keywords set to author date id revision
    r1 r123  
    33rem ********************************************************************* 
    44rem ** the phing build script for Windows based systems 
    5 rem ** $Id: phing.bat,v 1.5 2003/11/06 14:56:13 hlellelid Exp
     5rem ** $Id
    66rem ********************************************************************* 
    77 
  • trunk/bin/phing.php

    • Property svn:keywords set to author date id revision
  • trunk/classes/phing/BuildEvent.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: BuildEvent.php,v 1.10 2005/12/22 22:44:46 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/BuildException.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: BuildException.php,v 1.12 2005/02/27 20:52:07 mrook Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/BuildListener.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: BuildListener.php,v 1.6 2003/12/22 18:05:38 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/IntrospectionHelper.php

    • Property svn:keywords set to author date id revision
    r114 r123  
    22 
    33/* 
    4  *  $Id: IntrospectionHelper.php,v 1.19 2005/11/08 20:45:59 hlellelid Exp
     4 *  $Id
    55 * 
    66 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/Phing.php

    • Property svn:keywords set to author date id revision
    r115 r123  
    11<?php 
    22/* 
    3  * $Id: Phing.php,v 1.51 2006/01/06 15:12:33 hlellelid Exp
     3 * $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/Project.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: Project.php,v 1.29 2006/02/02 20:27:10 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/ProjectComponent.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: ProjectComponent.php,v 1.5 2003/12/24 13:02:08 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/RuntimeConfigurable.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: RuntimeConfigurable.php,v 1.6 2003/12/24 12:38:39 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/Target.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  * $Id: Target.php,v 1.10 2005/10/04 19:13:44 hlellelid Exp
     3 * $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
     
    2828 *  @author    Andreas Aderhold <andi@binarycloud.com> 
    2929 *  @copyright © 2001,2002 THYRELL. All rights reserved 
    30  *  @version   $Revision: 1.10 $ $Date: 2005/10/04 19:13:44
     30 *  @version   $Revision: 1.10 $ $Date
    3131 *  @access    public 
    3232 *  @see       TaskContainer 
  • trunk/classes/phing/Task.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: Task.php,v 1.11 2005/10/05 20:23:22 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/TaskAdapter.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: TaskAdapter.php,v 1.7 2005/10/04 13:52:53 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/TaskContainer.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: TaskContainer.php,v 1.5 2005/10/04 19:13:44 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
     
    2626 *  @author    Andreas Aderhold <andi@binarycloud.com> 
    2727 *  @copyright © 2001,2002 THYRELL. All rights reserved 
    28  *  @version   $Revision: 1.5 $ $Date: 2005/10/04 19:13:44
     28 *  @version   $Revision: 1.5 $ $Date
    2929 *  @access    public 
    3030 *  @package   phing 
  • trunk/classes/phing/UnknownElement.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    11<?php 
    22/* 
    3  *  $Id: UnknownElement.php,v 1.9 2005/11/08 20:45:59 hlellelid Exp
     3 *  $Id
    44 * 
    55 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  • trunk/classes/phing/filters/BaseFilterReader.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    22 
    33/* 
    4  *  $Id: BaseFilterReader.php,v 1.8 2004/05/20 02:24:10 hlellelid Exp
     4 *  $Id
    55 * 
    66 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
     
    2929 * 
    3030 * @author    <a href="mailto:yl@seasonfive.com">Yannick Lecaillez</a> 
    31  * @version   $Revision: 1.8 $ $Date: 2004/05/20 02:24:10
     31 * @version   $Revision: 1.8 $ $Date
    3232 * @access    public 
    3333 * @see       FilterReader 
  • trunk/classes/phing/filters/BaseParamFilterReader.php

    • Property svn:keywords set to author date id revision
    r1 r123  
    22 
    33/* 
    4  *  $Id: BaseParamFilterReader.php,v 1.5 2005/0