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:
authordavid_williams2005-07-04 02:28:06 +0000
committerdavid_williams2005-07-04 02:28:06 +0000
commit4d7ec8bd7b02a0984fb377683a064a9277f8102a (patch)
tree35f143cc87a6e54b87759e5f34d77283c1789a23 /tests/org.eclipse.wst.wsdl.tests.ui
parent64851362b705031fa8fdedd379dbd44a307a3141 (diff)
downloadwebtools.webservices-4d7ec8bd7b02a0984fb377683a064a9277f8102a.tar.gz
webtools.webservices-4d7ec8bd7b02a0984fb377683a064a9277f8102a.tar.xz
webtools.webservices-4d7ec8bd7b02a0984fb377683a064a9277f8102a.zip
[102618] JREContainter should come before requiredPlugins in .classpath
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.tests.ui')
-rw-r--r--tests/org.eclipse.wst.wsdl.tests.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.wst.wsdl.tests.ui/.classpath b/tests/org.eclipse.wst.wsdl.tests.ui/.classpath
index 065ac06e1..751c8f2e5 100644
--- a/tests/org.eclipse.wst.wsdl.tests.ui/.classpath
+++ b/tests/org.eclipse.wst.wsdl.tests.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.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top