mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-7027 Added eclipse-dummy.jar which contains dummy com.ibm.icu.text.Collator and Transliterator. Updated icu4j-core project to include the dummy jar in the build path, so we can resolve unwanted javadoc warning triggered by @link.
X-SVN-Rev: 26572
This commit is contained in:
parent
392d7d16b6
commit
4425baa2f3
3 changed files with 5 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -95,6 +95,7 @@ icu4j/main/classes/translit/.settings/org.eclipse.jdt.core.prefs -text
|
|||
icu4j/main/classes/translit/.settings/org.eclipse.jdt.ui.prefs -text
|
||||
icu4j/main/classes/translit/translit-build.launch -text
|
||||
icu4j/main/shared/.project -text
|
||||
icu4j/main/shared/build/eclipse-dummy.jar -text
|
||||
icu4j/main/shared/data/icudata.jar -text
|
||||
icu4j/main/shared/data/testdata.jar -text
|
||||
icu4j/main/tests/charset/.classpath -text
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
<classpath>
|
||||
<classpathentry excluding="**/.svn/" kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
|
||||
<classpathentry kind="lib" path="/icu4j-shared/build/eclipse-dummy.jar"/>
|
||||
<classpathentry kind="output" path="out/bin"/>
|
||||
</classpath>
|
||||
|
|
3
icu4j/main/shared/build/eclipse-dummy.jar
Normal file
3
icu4j/main/shared/build/eclipse-dummy.jar
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02dfbc834742ea2995d848967e1c9ffaac04152656ca73500e91aacfe5d4c8be
|
||||
size 933
|
Loading…
Add table
Reference in a new issue