From f8ff932ae3149c285acea3977a50596749d38584 Mon Sep 17 00:00:00 2001 From: Eric Busboom Date: Mon, 15 May 2000 04:36:44 +0000 Subject: removing all files svn path=/trunk/; revision=3040 --- libical/scripts/mkparameterrestrictions.pl | 85 ------------------------------ 1 file changed, 85 deletions(-) delete mode 100755 libical/scripts/mkparameterrestrictions.pl (limited to 'libical/scripts/mkparameterrestrictions.pl') diff --git a/libical/scripts/mkparameterrestrictions.pl b/libical/scripts/mkparameterrestrictions.pl deleted file mode 100755 index 2c57eb4ca5..0000000000 --- a/libical/scripts/mkparameterrestrictions.pl +++ /dev/null @@ -1,85 +0,0 @@ -#!/usr/bin/perl - -# Version: 1.0 -# Script last updated: 30May1999 GMD -# Change log: -# - - -# usually open params-in-prop.txt -open(F,"$ARGV[0]") || die "Can't open restriction file $ARGV[0]:$!"; - -print <) -{ - chop; - - # split line by whitespace - my @v = split(/\s+/,$_); - # property is first item on line - my $prop = shift @v; - my $prop_name = $prop; - if (substr($prop,0,1) eq "X") { $prop = "X"; } - $prop = join("",split(/-/,$prop)); - -print <