﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
382	Add prefix parameter to ZipTask	mrook	mrook	"Suggested by Christian Weiske on users@phing.tigris.org:

{{{
Attached is a patch for phing that adds a ""prefix"" parameter to files
in a zip archive.
It is really useful in software distribution files:

    <zip destfile=""SemanticScuttle-${version}.zip""
    prefix=""SemanticScuttle-${version}/"">

leads to:
cweiske:~/Dev/cvs/semanticscuttle/cwdev> unzip -l
SemanticScuttle-0.95.0.zip Archive:  SemanticScuttle-0.95.0.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
     1873  11-05-2009 08:34
SemanticScuttle-0.95.0/./src/SemanticScuttle/constants.php
     5891 10-28-2009 22:57
SemanticScuttle-0.95.0/./src/SemanticScuttle/functions.php
}}}"	enhancement	closed	minor	2.4.0RC3	phing-tasks-ext	devel	fixed	zip, prefix	cweiske@…
