From 8b4d08192083f008b39b7daae9c02cd688913876 Mon Sep 17 00:00:00 2001 From: siad007 Date: Sat, 30 Jan 2021 17:54:22 +0100 Subject: [PATCH] Moved archive related tasks to own repo. --- etc/default.tasks.properties | 4 ---- etc/default.types.properties | 1 - 2 files changed, 5 deletions(-) diff --git a/etc/default.tasks.properties b/etc/default.tasks.properties index fccc46dd1f..ec0ec6719d 100644 --- a/etc/default.tasks.properties +++ b/etc/default.tasks.properties @@ -88,11 +88,7 @@ phardata=Phing\Task\System\PharDataTask pdo=phing.tasks.ext.pdo.PDOSQLExecTask pdosqlexec=phing.tasks.ext.pdo.PDOSQLExecTask package-as-path=phing.tasks.ext.PackageAsPathTask -tar=phing.tasks.ext.TarTask -untar=phing.tasks.ext.UntarTask mail=phing.tasks.ext.MailTask -zip=phing.tasks.ext.ZipTask -unzip=phing.tasks.ext.UnzipTask svnlastrevision=phing.tasks.ext.svn.SvnLastRevisionTask svncheckout=phing.tasks.ext.svn.SvnCheckoutTask svnexport=phing.tasks.ext.svn.SvnExportTask diff --git a/etc/default.types.properties b/etc/default.types.properties index 833ed39ee6..85f3e2c1c6 100644 --- a/etc/default.types.properties +++ b/etc/default.types.properties @@ -11,4 +11,3 @@ path=Phing\Type\Path patternset=Phing\Type\PatternSet regexp=Phing\Type\RegularExpression selector=Phing\Type\Selector\SelectSelector -zipfileset=phing.tasks.ext.ZipFileSet