mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-6781 Fixed the ant target apireport to include com.ibm.icu.charset package. Also updated former API signature data archive files including com.ibm.icu.charset.
X-SVN-Rev: 25566
This commit is contained in:
parent
5a2224e39b
commit
eb2eee458c
4 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1997-2007, International Business Machines Corporation and *
|
||||
* Copyright (C) 1997-2009, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
* This is the ant build file for ICU4J. See readme.html for more information.
|
||||
|
@ -830,7 +830,7 @@
|
|||
<target name="checktags" depends="_requires14,_checktags" description="check API tags before release" />
|
||||
|
||||
<target name="gatherapi" depends="tools" unless="before.java14" description="run API database generator tool">
|
||||
<javadoc classpath="${build.dir}" sourcepath="${src.dir}" packagenames="com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.text,com.ibm.icu.util" source="1.4">
|
||||
<javadoc classpath="${build.dir}" sourcepath="${src.dir}" packagenames="com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.text,com.ibm.icu.util,com.ibm.icu.charset" source="1.4">
|
||||
<doclet name="com.ibm.icu.dev.tool.docs.GatherAPIData" path="${build.dir}">
|
||||
<param name="-name" value="ICU4J ${icu4j.impl.version.string}" />
|
||||
<param name="-output" value="${api.dir}/icu4j${icu4j.version.number}.api" />
|
||||
|
@ -841,7 +841,7 @@
|
|||
</target>
|
||||
|
||||
<target name="gatherapi.with.version" depends="tools" unless="before.java14" description="run API database generator tool">
|
||||
<javadoc classpath="${build.dir}" sourcepath="${src.dir}" packagenames="com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.text,com.ibm.icu.util" source="1.4">
|
||||
<javadoc classpath="${build.dir}" sourcepath="${src.dir}" packagenames="com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.text,com.ibm.icu.util,com.ibm.icu.charset" source="1.4">
|
||||
<doclet name="com.ibm.icu.dev.tool.docs.GatherAPIData" path="${build.dir}">
|
||||
<param name="-name" value="ICU4J ${icu4j.impl.version.string}" />
|
||||
<param name="-output" value="${api.dir}/icu4j${icu4j.version.number}.stver.api" />
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03d0d6ee2b586d113eb14af1a15dd2e09fd18a807258b3551a7daa9ebdbfade0
|
||||
size 26535
|
||||
oid sha256:a2a384467160d3d30872209c1b60eeaa233365d7a25d637218e580f740fbce45
|
||||
size 26926
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a57af4b4e36cb929fd0630fd1db5c08ffe9a367be05abb44bc0cfbe6f1bdcd2
|
||||
size 30164
|
||||
oid sha256:db98896cfc89946ae3a58c1c36c1bba9ca44bc0814cc6592d1b665cf9839344f
|
||||
size 30589
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:546dfc5bf2f2872d7804fbba61be67ee893b8a1ff082eb122f81bfd361a948b1
|
||||
size 30281
|
||||
oid sha256:1c59f72974592ea9bd43564f9018904a362a1692aa431164548c7cb758d06c55
|
||||
size 30708
|
||||
|
|
Loading…
Add table
Reference in a new issue