File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 19451945 </javac >
19461946
19471947 <mkdir dir =" ${ cldr.util.out.dir } /lib" />
1948+ <copy file =" tools/build/manifest-utilities.stub" todir =" ${ out.dir } " >
1949+ <filterset >
1950+ <filter token =" SPECVERSION" value =" ${ jar.spec.version } " />
1951+ <filter token =" IMPLVERSION" value =" ${ jar.impl.version } " />
1952+ <filter token =" COPYRIGHT" value =" ${ jar.copyright.info } " />
1953+ <filter token =" EXECENV" value =" ${ jar.exec.env } " />
1954+ </filterset >
1955+ </copy >
19481956 <jar jarfile =" ${ cldr.util.out.dir } /lib/utilities.jar"
19491957 compress =" true"
1958+ manifest =" ${ out.dir } /manifest-utilities.stub"
19501959 basedir =" ${ cldr.util.out.dir } /bin" >
19511960 <include name =" com/ibm/icu/dev/util/*.class" />
19521961 <include name =" com/ibm/icu/dev/tool/UOption*.class" />
Original file line number Diff line number Diff line change 1+ Manifest-Version: 1.0
2+ Specification-Title: International Components for Unicode for Java Utilities
3+ Specification-Version: @SPECVERSION@
4+ Specification-Vendor: Unicode, Inc.
5+ Implementation-Title: International Components for Unicode for Java Utilities
6+ Implementation-Version: @IMPLVERSION@
7+ Implementation-Vendor: Unicode, Inc.
8+ Implementation-Vendor-Id: org.unicode
9+ Bundle-ManifestVersion: 2
10+ Bundle-Name: ICU4JUtilities
11+ Bundle-Description: International Components for Unicode for Java Utilities
12+ Bundle-SymbolicName: com.ibm.icu.utilities
13+ Bundle-Version: @IMPLVERSION@
14+ Bundle-Vendor: Unicode, Inc.
15+ Bundle-Copyright: @COPYRIGHT@
16+ Bundle-RequiredExecutionEnvironment: @EXECENV@
17+ Automatic-Module-Name: com.ibm.icu.utilities
You can’t perform that action at this time.
0 commit comments