ICU-2119 update comment
X-SVN-Rev: 11562
This commit is contained in:
parent
e95d56df5e
commit
5702916cab
@ -139,9 +139,7 @@ chdir($javaRootDir);
|
|||||||
print "Directory: $javaRootDir\n";
|
print "Directory: $javaRootDir\n";
|
||||||
cmd($cmd);
|
cmd($cmd);
|
||||||
|
|
||||||
# Step 7. Update .jar file. Since we don't yet generate correct
|
# Step 7. Update .jar file. Do a "jar u" to update the existing file.
|
||||||
# CollationElement_*.res files, leave those as they are. Do a
|
|
||||||
# "jar u" -- update the existing file.
|
|
||||||
print "\n[Step 7: Update .jar file]\n";
|
print "\n[Step 7: Update .jar file]\n";
|
||||||
my $jarFile = "$ICU4J_ROOT/src/$pkg/ICULocaleData.jar";
|
my $jarFile = "$ICU4J_ROOT/src/$pkg/ICULocaleData.jar";
|
||||||
my $filesToBePackaged= "$pkg/*.class $pkg/*.col $pkg/*.brk $pkg/*.utf8";
|
my $filesToBePackaged= "$pkg/*.class $pkg/*.col $pkg/*.brk $pkg/*.utf8";
|
||||||
|
Loading…
Reference in New Issue
Block a user