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:
authorcbridgha2007-03-29 03:47:44 +0000
committercbridgha2007-03-29 03:47:44 +0000
commitf5dcd9cfc6b260ce96f12e1ed6b7806a794159c3 (patch)
tree9bf5ecce2258dec653962471baa3ffaeeddc9ec7 /plugins/org.eclipse.jst.j2ee.jca/plugin.xml
parent03e3095120092168f4db97bd957da64f1ea6b7fa (diff)
downloadwebtools.javaee-f5dcd9cfc6b260ce96f12e1ed6b7806a794159c3.tar.gz
webtools.javaee-f5dcd9cfc6b260ce96f12e1ed6b7806a794159c3.tar.xz
webtools.javaee-f5dcd9cfc6b260ce96f12e1ed6b7806a794159c3.zip
[170048] constants cleanup
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.jca/plugin.xml')
-rw-r--r--plugins/org.eclipse.jst.j2ee.jca/plugin.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.jca/plugin.xml b/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
index 5f8592bb3..2d5cfbafc 100644
--- a/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
+++ b/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
@@ -28,15 +28,14 @@
<facet
facetId="jst.connector">
</facet>
+ <contentTypeBinding
+ contentTypeId="org.eclipse.jst.j2ee.connectorDD">
+ </contentTypeBinding>
<filter
objectClass="org.eclipse.core.resources.IFile"
nameFilter="MANIFEST.MF">
</filter>
- <filter
- objectClass="org.eclipse.core.resources.IFile"
- nameFilter="rar.xml">
- </filter>
- <helper
+ <helper
class="org.eclipse.jst.j2ee.internal.jca.validation.ConnectorHelper">
</helper>
<run

Back to the top