From 3b2288a2aa3ca4a651d35ab106b21e230ff167b3 Mon Sep 17 00:00:00 2001 From: Markus Knauer Date: Thu, 29 May 2008 08:15:51 +0000 Subject: adjusted zip/unzip/tar arguments using neutral UID/GID=0 --- plugins/org.eclipse.epp.packaging.core/skeletons/packager.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/org.eclipse.epp.packaging.core/skeletons/packager.properties b/plugins/org.eclipse.epp.packaging.core/skeletons/packager.properties index 3b591f8b..b990aef8 100644 --- a/plugins/org.eclipse.epp.packaging.core/skeletons/packager.properties +++ b/plugins/org.eclipse.epp.packaging.core/skeletons/packager.properties @@ -107,8 +107,9 @@ buildLabel=${buildType}.${buildId} # macosx, carbon, ppc - antZip # extra arguments to be passed to zip / unzip (-y is usually used on unix for zip) -zipargs= -unzipArgs= +zipargs=-y -q +unzipArgs=-q +tarargs=--owner=0 --group=0 # the prefix in the archive archivePrefix=eclipse -- cgit v1.2.3