mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-1905 Add fewer files to the JAR
X-SVN-Rev: 8646
This commit is contained in:
parent
1c033291cc
commit
2763b863be
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ if errorlevel 1 goto error
|
|||
|
||||
echo creating jar file
|
||||
erase com\ibm\rbm\RBManager.jar
|
||||
jar cfm com/ibm/rbm/RBManager.jar com/ibm/rbm/manifest.stub com/ibm/rbm/*.class com/ibm/rbm/images/* com/ibm/rbm/resources/*
|
||||
jar cfm com/ibm/rbm/RBManager.jar com/ibm/rbm/manifest.stub com/ibm/rbm/*.class com/ibm/rbm/images/*.gif com/ibm/rbm/resources/RBManager*.properties
|
||||
if errorlevel 1 goto error
|
||||
|
||||
echo cleaning up class files
|
||||
|
@ -21,5 +21,6 @@ erase *.class
|
|||
goto end
|
||||
|
||||
:error
|
||||
cd com\ibm\rbm
|
||||
pause
|
||||
:end
|
Loading…
Add table
Reference in a new issue