summaryrefslogtreecommitdiff
path: root/buildscripts/phing/classes/phing/RuntimeConfigurable.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/phing/classes/phing/RuntimeConfigurable.php')
-rwxr-xr-x[-rw-r--r--]buildscripts/phing/classes/phing/RuntimeConfigurable.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/buildscripts/phing/classes/phing/RuntimeConfigurable.php b/buildscripts/phing/classes/phing/RuntimeConfigurable.php
index a23437fa..305a35f3 100644..100755
--- a/buildscripts/phing/classes/phing/RuntimeConfigurable.php
+++ b/buildscripts/phing/classes/phing/RuntimeConfigurable.php
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: RuntimeConfigurable.php,v 1.6 2003/12/24 12:38:39 hlellelid Exp $
+ * $Id: 5dd4f1cae5f6da32a48370cf9cfaa39e1124c91c $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -28,7 +28,7 @@
*
* @author Andreas Aderhold <andi@binarycloud.com>
* @author Hans Lellelid <hans@xmpl.org>
- * @version $Revision: 1.6 $
+ * @version $Id$
* @package phing
*/
class RuntimeConfigurable {
@@ -95,8 +95,6 @@ class RuntimeConfigurable {
$id = $this->attributes["id"];
}
- $this->attributes = null;
-
if ($this->characters) {
ProjectConfigurator::addText($project, $this->wrappedObject, (string) $this->characters);
$this->characters="";