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:
authorcbridgha2005-02-11 16:15:41 +0000
committercbridgha2005-02-11 16:15:41 +0000
commitb54f641c43cbef6356c28fb35d047d42678b66a4 (patch)
treedf290c1758bf8320d5004ec5aa98adc53ba5735a /plugins/org.eclipse.jst.j2ee.jca/plugin.xml
parentf107c3fce978ef90c05f65996e5b224940158feb (diff)
downloadwebtools.javaee-b54f641c43cbef6356c28fb35d047d42678b66a4.tar.gz
webtools.javaee-b54f641c43cbef6356c28fb35d047d42678b66a4.tar.xz
webtools.javaee-b54f641c43cbef6356c28fb35d047d42678b66a4.zip
remove dependency of org.eclipse.core.runtime.compatibility
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.jca/plugin.xml')
-rw-r--r--plugins/org.eclipse.jst.j2ee.jca/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.jca/plugin.xml b/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
index 32de077e8..6a5b52735 100644
--- a/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
+++ b/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
@@ -28,7 +28,7 @@
<import plugin="org.eclipse.jem.workbench"/>
<import plugin="org.eclipse.wst.validation"/>
<import plugin="org.eclipse.emf.edit"/>
- <import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.jst.common.frameworks"/>
</requires>

Back to the top