mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2119 update comment
X-SVN-Rev: 11562
This commit is contained in:
parent
e95d56df5e
commit
5702916cab
1 changed files with 1 additions and 3 deletions
|
@ -139,9 +139,7 @@ chdir($javaRootDir);
|
|||
print "Directory: $javaRootDir\n";
|
||||
cmd($cmd);
|
||||
|
||||
# Step 7. Update .jar file. Since we don't yet generate correct
|
||||
# CollationElement_*.res files, leave those as they are. Do a
|
||||
# "jar u" -- update the existing file.
|
||||
# Step 7. Update .jar file. Do a "jar u" to update the existing file.
|
||||
print "\n[Step 7: Update .jar file]\n";
|
||||
my $jarFile = "$ICU4J_ROOT/src/$pkg/ICULocaleData.jar";
|
||||
my $filesToBePackaged= "$pkg/*.class $pkg/*.col $pkg/*.brk $pkg/*.utf8";
|
||||
|
|
Loading…
Add table
Reference in a new issue