Skip to content

Commit

Permalink
- Package structure changed.
Browse files Browse the repository at this point in the history
- <svn_id> placeholders replaced with $Id$
- Project uri changed to phpundercontrol.org

git-svn-id: svn://phpunit.de/phpunit/phpUnderControl/trunk@1938 c4a080f7-5c17-0410-a942-8af0f0140c7b
  • Loading branch information
manuelpichler committed Dec 18, 2007
1 parent 59b0002 commit 8a02dd8
Show file tree
Hide file tree
Showing 47 changed files with 503 additions and 589 deletions.
2 changes: 1 addition & 1 deletion bin/phpuc.php
Expand Up @@ -39,7 +39,7 @@
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @link http://www.phpundercontrol.org/
*/

if ( strpos( '@php_dir@', '@php_dir' ) === 0 )
Expand Down
28 changes: 12 additions & 16 deletions example/src/Math.php
Expand Up @@ -34,27 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @category Example
* @package PhpUnderControl
* @subpackage Example
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: <svn_id>
* @link http://www.manuel-pichler.de/
* @package Example
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* Simple math class.
*
* @category Example
* @package PhpUnderControl
* @subpackage Example
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: <package_version>
* @link http://www.manuel-pichler.de/
* @package Example
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: <package_version>
* @link http://www.phpundercontrol.org/
*/
class PhpUnderControl_Example_Math
{
Expand Down
14 changes: 6 additions & 8 deletions example/tests/MathTest.php
Expand Up @@ -42,14 +42,12 @@
/**
* Simple math test class.
*
* @category Example
* @package PhpUnderControl
* @subpackage Example
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: <package_version>
* @link http://www.manuel-pichler.de/
* @package Example
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: <package_version>
* @link http://www.phpundercontrol.org/
*/
class PhpUnderControl_Example_MathTest extends PHPUnit_Framework_TestCase
{
Expand Down
26 changes: 12 additions & 14 deletions src/Commands/AbstractCommand.php
Expand Up @@ -34,25 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* Implementation mode of the example mode.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*/
abstract class phpucAbstractCommand
{
Expand Down
26 changes: 12 additions & 14 deletions src/Commands/ExampleCommand.php
Expand Up @@ -34,25 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* Implementation mode of the example mode.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*/
class phpucExampleCommand extends phpucAbstractCommand
{
Expand Down
26 changes: 12 additions & 14 deletions src/Commands/InstallCommand.php
Expand Up @@ -34,25 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* Command implementation for the install mode.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*/
class phpucInstallCommand extends phpucAbstractCommand
{
Expand Down
26 changes: 12 additions & 14 deletions src/Commands/ProjectCommand.php
Expand Up @@ -34,25 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* Implementation mode of the example mode.
*
* @package phpUnderControl
* @subpackage Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Commands
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*/
class phpucProjectCommand extends phpucAbstractCommand
{
Expand Down
26 changes: 12 additions & 14 deletions src/Data/BuildFile.php
Expand Up @@ -34,25 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @subpackage Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* This class represents a single build.xml file.
*
* @package phpUnderControl
* @subpackage Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*
* @property-read string $projectName The build project name.
* @property-read string $fileName The build.xml file name.
Expand Down
26 changes: 12 additions & 14 deletions src/Data/BuildTarget.php
Expand Up @@ -34,26 +34,24 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @subpackage Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* This class represents a build target in a build.xml file. Currently this
* class only supports a single "exec" task.
*
* @package phpUnderControl
* @subpackage Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*
* @property string $executable The command line executable.
* @property string $dir Optional working directory.
Expand Down
25 changes: 12 additions & 13 deletions src/Data/ConfigArtifactsPublisher.php
Expand Up @@ -34,24 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* This class represents an artificats publisher in the config.xml file.
*
* @package phpUnderControl
* @subpackage Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*/
class phpucConfigArtifactsPublisher
{
Expand Down
26 changes: 12 additions & 14 deletions src/Data/ConfigFile.php
Expand Up @@ -34,25 +34,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @package phpUnderControl
* @subpackage Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version SVN: $Id$
* @link http://www.phpundercontrol.org/
*/

/**
* This class represents the CruiseControl configuration file.
*
* @package phpUnderControl
* @subpackage Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpunit.de/wiki/phpUnderControl
* @package Data
* @author Manuel Pichler <mapi@manuel-pichler.de>
* @copyright 2007 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: @package_version@
* @link http://www.phpundercontrol.org/
*/
class phpucConfigFile extends DOMDocument
{
Expand Down

0 comments on commit 8a02dd8

Please sign in to comment.