ICU-5658 Update perl path and directory path in Common.pl

X-SVN-Rev: 23702
This commit is contained in:
Michael Ow 2008-03-27 21:45:51 +00:00
parent cb6713d690
commit da1972d164

View File

@ -1,4 +1,4 @@
#!perl #!/usr/bin/perl
# ******************************************************************** # ********************************************************************
# * COPYRIGHT: # * COPYRIGHT:
# * Copyright (c) 2008, International Business Machines Corporation and # * Copyright (c) 2008, International Business Machines Corporation and
@ -22,7 +22,7 @@ $CollationDataPath = $PerformanceDataPath."/collation"; # Collation Performan
$ConversionDataPath = $PerformanceDataPath."/conversion"; # Conversion Performance Data Path $ConversionDataPath = $PerformanceDataPath."/conversion"; # Conversion Performance Data Path
$UDHRDataPath = $PerformanceDataPath."/udhr"; # UDHR Performance Data Path $UDHRDataPath = $PerformanceDataPath."/udhr"; # UDHR Performance Data Path
$ICUPathLatest = $ICULatest."/antbuild/test/perf"; $ICUPathLatest = $ICULatest."/source/test/perf";
$ICUPathPrevious = $ICUPrevious."/source/test/perf"; $ICUPathPrevious = $ICUPrevious."/source/test/perf";
$ICUPathPrevious2 = $ICUPrevious."/source/test/perf"; $ICUPathPrevious2 = $ICUPrevious."/source/test/perf";