mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-1614 add version info to icu4j.jar
X-SVN-Rev: 8316
This commit is contained in:
parent
4a287daccf
commit
e2eb38901b
2 changed files with 16 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/build.xml,v $
|
||||
* $Date: 2002/03/20 05:11:14 $
|
||||
* $Revision: 1.50 $
|
||||
* $Date: 2002/03/31 06:37:10 $
|
||||
* $Revision: 1.51 $
|
||||
*
|
||||
*******************************************************************************
|
||||
* This is the ant build file for ICU4J. See readme.html for more information.
|
||||
|
@ -23,6 +23,7 @@
|
|||
<property name="build.dir" value="classes"/>
|
||||
<property name="obsolete.dir" value="build"/>
|
||||
<property name="jar.file" value="icu4j.jar"/>
|
||||
<property name="icu4j.manifest" value="${src.dir}/com/ibm/icu/manifest.stub"/>
|
||||
<property name="zipbin.file" value="../icu4jbin${DSTAMP}.zip"/>
|
||||
<property name="zip.file" value="../icu4j${DSTAMP}.zip"/>
|
||||
<property name="classpath" value="${build.dir}"/>
|
||||
|
@ -138,7 +139,8 @@
|
|||
<jar jarfile="${jar.file}"
|
||||
compress="false"
|
||||
includes="com/ibm/icu/util/**/*,com/ibm/icu/text/**/*,com/ibm/icu/math/**/*,com/ibm/icu/richtext/**/*,com/ibm/icu/textlayout/**/*,com/ibm/icu/impl/**/*,com/ibm/icu/lang/**/*"
|
||||
basedir="${build.dir}"/>
|
||||
basedir="${build.dir}"
|
||||
manifest="${icu4j.manifest}"/>
|
||||
</target>
|
||||
|
||||
<target name="richeditJar" depends="core">
|
||||
|
|
11
icu4j/src/com/ibm/icu/manifest.stub
Normal file
11
icu4j/src/com/ibm/icu/manifest.stub
Normal file
|
@ -0,0 +1,11 @@
|
|||
Manifest-Version: 1.0
|
||||
Specification-Title: ICU4J
|
||||
Specification-Version: 2.1
|
||||
Specification-Vendor: International Business Machines Corp.
|
||||
Implementation-Title: com.ibm.icu
|
||||
Implementation-Version: 2.1
|
||||
Implementation-Vendor: International Business Machines Corp.
|
||||
Implementation-Vendor-Id: com.ibm
|
||||
|
||||
Name: com/ibm/icu/
|
||||
Sealed: true
|
Loading…
Add table
Reference in a new issue