Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorKen Ryall2008-03-27 06:12:56 +0000
committerKen Ryall2008-03-27 06:12:56 +0000
commit0bb43e91f2ec46e337b5b04c5abcdd08c0235d89 (patch)
tree98d7d53b8799d18375cd59e57e79d2d3c487fd98 /build
parent486ed39667024777d3f51b1ee6a9241504c16cb3 (diff)
downloadorg.eclipse.cdt-0bb43e91f2ec46e337b5b04c5abcdd08c0235d89.tar.gz
org.eclipse.cdt-0bb43e91f2ec46e337b5b04c5abcdd08c0235d89.tar.xz
org.eclipse.cdt-0bb43e91f2ec46e337b5b04c5abcdd08c0235d89.zip
Fix build on Mac OS by removing the specified 1.4 VM and using the default (1.5) instead.
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.make.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.ui/.classpath b/build/org.eclipse.cdt.make.ui/.classpath
index b7464f3ca24..065ac06e197 100644
--- a/build/org.eclipse.cdt.make.ui/.classpath
+++ b/build/org.eclipse.cdt.make.ui/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top