Fresco/Babylon/utils UnicodePluginGenerator.pl,1.10,1.11

Tobias Hunger <[email protected]> Wed, 28 Jan 2004 13:40:54 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Babylon/utils
In directory purcel:/tmp/cvs-serv27313/utils

Modified Files:
	UnicodePluginGenerator.pl 
Log Message:
Get direvedcoreproperties file from ftp.unicode.org if not already
downloaded.


Index: UnicodePluginGenerator.pl
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/utils/UnicodePluginGenerator.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- UnicodePluginGenerator.pl	29 Dec 2003 08:42:48 -0000	1.10
+++ UnicodePluginGenerator.pl	28 Jan 2004 12:39:04 -0000	1.11
@@ -23,7 +23,7 @@
 
 # Get files if necessary from ftp.unicode.org
 foreach my $file ( $Block_File, $UCD_File, $EA_File, $LB_File,
-           $Exclude_File, $Prop_File)
+           $Exclude_File, $Prop_File, $DerivedProp_File)
 {
     system ("if [ ! -f $file ] ; then wget $ftp_path$file ; fi");
 }