Changeset 92
- Timestamp:
- 07/11/06 06:56:45 (2 years ago)
- Files:
-
- branches/2.2/classes/phing/tasks/ext/ZipTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/classes/phing/tasks/ext/ZipTask.php
r82 r92 148 148 $f = new PhingFile($fsBasedir, $files[$i]); 149 149 $filesToZip[] = $f->getAbsolutePath(); 150 } 151 $zip->add($filesToZip, array('remove_path' => $fsBasedir->get Path()));150 } 151 $zip->add($filesToZip, array('remove_path' => $fsBasedir->getCanonicalPath())); 152 152 } 153 153
