From 24a9934bdac3afbf1ab65ae9cf16d8c02ad07580 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 25 Mar 2007 20:36:19 +0000 Subject: [PATCH] - Fix roles --- ext/phar/package.php | 8 ++++++++ ext/phar/package.xml | 15 +++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/ext/phar/package.php b/ext/phar/package.php index 238958e527..288225073c 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -28,6 +28,14 @@ $options = array( 'examples' => 'doc', 'tests' => 'test', ), + 'exceptions' => array( + 'CREDITS' => 'doc', + 'EXPERIMENTAL' => 'doc', + 'LICENSE' => 'doc', + 'Makefile.frag' => 'src', + 'phar_path_check.re' => 'src', + 'TODO' => 'doc', + ), ); $package = PEAR_PackageFileManager2::importOptions(dirname(__FILE__) . '/package.xml', $options); diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 32f53d8a7c..0ff3450da2 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -29,7 +29,7 @@ if the ini variable phar.require_hash is set to true. yes 2007-03-25 - + 1.0.0 1.0.0 @@ -145,18 +145,18 @@ Note that isBuffering() returns the opposite value to isFlushingToPhar() - - - - + + + + - + - + @@ -183,7 +183,6 @@ Note that isBuffering() returns the opposite value to isFlushingToPhar() phar - -- 2.50.1