ICU-6289 Updated classpath in Eclipse project files to specify the target JREs explicitly.

X-SVN-Rev: 24241
This commit is contained in:
Yoshito Umaoka 2008-06-19 17:48:39 +00:00
parent fb00f867b0
commit 7443eb0bc9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/**|com/ibm/icu/dev/eclipse/|com/ibm/icu/dev/tool/docs/" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java5"/>
<classpathentry kind="output" path="classes"/>
</classpath>

View file

@ -2,6 +2,6 @@
<classpath>
<classpathentry excluding="**/.svn/**" kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/icu4j"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK6"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java6"/>
<classpathentry kind="output" path="classes"/>
</classpath>