Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchan2007-05-31 17:35:24 +0000
committerkchan2007-05-31 17:35:24 +0000
commitb0b001b83f10c3754eaff6e4bf512c53fddda564 (patch)
tree4b4bd5e28b8e506e6d0d6b4e4e4c13e64c0e2691 /bundles/org.eclipse.jst.ws.consumption.ui/.classpath
parent53e23e082c852782e5ef52d1820059355eaef461 (diff)
downloadwebtools.webservices-b0b001b83f10c3754eaff6e4bf512c53fddda564.tar.gz
webtools.webservices-b0b001b83f10c3754eaff6e4bf512c53fddda564.tar.xz
webtools.webservices-b0b001b83f10c3754eaff6e4bf512c53fddda564.zip
[189356] Specifying Execution Environment.
Diffstat (limited to 'bundles/org.eclipse.jst.ws.consumption.ui/.classpath')
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/.classpath b/bundles/org.eclipse.jst.ws.consumption.ui/.classpath
index cb0105380..52165ecfb 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/.classpath
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry 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/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top