Changeset 229
- Timestamp:
- 08/30/07 12:45:08 (11 months ago)
- Files:
-
- branches/2.3/classes/phing/system/util/Properties.php (modified) (1 diff)
- branches/2.3/etc/VERSION.TXT (modified) (1 diff)
- trunk/classes/phing/system/util/Properties.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/classes/phing/system/util/Properties.php
r227 r229 136 136 $buf = ""; 137 137 foreach($this->properties as $key => $item) { 138 $buf .= $key . "=" . $this->outVal($item) . P hing::getProperty('line.separator');138 $buf .= $key . "=" . $this->outVal($item) . PHP_EOL; 139 139 } 140 140 return $buf; branches/2.3/etc/VERSION.TXT
r123 r229 1 Phing TRUNK(2.3dev)1 Phing 2.3 BRANCH (2.3dev) trunk/classes/phing/system/util/Properties.php
r227 r229 136 136 $buf = ""; 137 137 foreach($this->properties as $key => $item) { 138 $buf .= $key . "=" . $this->outVal($item) . P hing::getProperty('line.separator');138 $buf .= $key . "=" . $this->outVal($item) . PHP_EOL; 139 139 } 140 140 return $buf;
