mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-11072 fix some ICU4J Eclipse project dependencies
X-SVN-Rev: 36209
This commit is contained in:
parent
e79ae82c7d
commit
0bd0dbe557
2 changed files with 4 additions and 0 deletions
|
@ -3,5 +3,7 @@
|
|||
<classpathentry 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="con" path="org.eclipse.jdt.USER_LIBRARY/ICU_JAR"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
|
||||
<classpathentry kind="output" path="out"/>
|
||||
</classpath>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
<name>icu4j-samples</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
<project>icu4j-collate</project>
|
||||
<project>icu4j-core</project>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
|
|
Loading…
Add table
Reference in a new issue