[interchange-cvs] interchange - heins modified lib/Vend/Config.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun May 8 10:51:07 EDT 2005


User:      heins
Date:      2005-05-08 14:51:07 GMT
Modified:  lib/Vend Config.pm
Log:
* Remove directives not used since Minivend 3

Revision  Changes    Path
2.172     +2 -6      interchange/lib/Vend/Config.pm


rev 2.172, prev_rev 2.171
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.171
retrieving revision 2.172
diff -u -r2.171 -r2.172
--- Config.pm	3 May 2005 14:17:18 -0000	2.171
+++ Config.pm	8 May 2005 14:51:07 -0000	2.172
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.171 2005/05/03 14:17:18 mheins Exp $
+# $Id: Config.pm,v 2.172 2005/05/08 14:51:07 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -51,7 +51,7 @@
 use Vend::File;
 use Vend::Data;
 
-$VERSION = substr(q$Revision: 2.171 $, 10);
+$VERSION = substr(q$Revision: 2.172 $, 10);
 
 my %CDname;
 my %CPname;
@@ -138,7 +138,6 @@
 qw/
 	AutoModifier
 	Levies
-	PriceAdjustment
 	ProductFiles
 	UseModifier
 /   );
@@ -611,11 +610,8 @@
 	['NoImport',	 	 'boolean',     	 ''],
 	['NoImportExternal', 'yesno',	     	 'no'],
 	['CommonAdjust',	 undef,  	     	 ''],
-	['PriceAdjustment',	 'array',  	     	 ''],
-	['PriceBreaks',	 	 'array',  	     	 ''],
 	['PriceDivide',	 	 undef,  	     	 1],
 	['PriceCommas',		 'yesno',     	     'Yes'],
-	['MixMatch',		 'yesno',     	     'No'],
 	['OptionsEnable',	 undef,     	     ''],
 	['OptionsAttribute', undef,     	     ''],
 	['Options',			 'locale',     	     ''],








More information about the interchange-cvs mailing list