Changeset 74
- Timestamp:
- 05/23/06 13:20:09 (2 years ago)
- Files:
-
- trunk/classes/phing/parser/TaskHandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/parser/TaskHandler.php
r1 r74 165 165 $this->wrapper = $this->task->getRuntimeConfigurableWrapper(); 166 166 $this->wrapper->setAttributes($attrs); 167 /* 168 169 Commenting this out as per thread on Premature configurate of ReuntimeConfigurables 170 with Matthias Pigulla: http://phing.tigris.org/servlets/ReadMsg?list=dev&msgNo=251 171 167 172 if ($this->parentWrapper !== null) { // this may not make sense only within this if-block, but it 168 173 // seems to address current use cases adequately 169 174 $this->parentWrapper->addChild($this->wrapper); 170 175 } 176 */ 171 177 } else { 172 178 $this->task->init();
