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-03-25 20:38:06 +0000
committercbridgha2005-03-25 20:38:06 +0000
commit9cbd0383da3f5fa08f218db4652ed98b6538913c (patch)
treeb1f2371d2c52f9ffebb9915d6c0cc40a01f4be9a /plugins/org.eclipse.jst.j2ee.jca/plugin.xml
parentae430721ebd1571a343498e6b51c28f1ecbecc4b (diff)
downloadwebtools.javaee-9cbd0383da3f5fa08f218db4652ed98b6538913c.tar.gz
webtools.javaee-9cbd0383da3f5fa08f218db4652ed98b6538913c.tar.xz
webtools.javaee-9cbd0383da3f5fa08f218db4652ed98b6538913c.zip
[NOBUG] IVirtual port for module creation to component creation. Committing for DFH
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 0109f789e..0afe63c92 100644
--- a/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
+++ b/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
@@ -131,7 +131,7 @@
factoryClass="org.eclipse.wst.common.modulecore.internal.impl.ArtifactEditModelFactory">
<editModelResource
autoload="false"
- URI="META-INF/connector.xml"/>
+ URI="META-INF/ra.xml"/>
</editModel>
</extension>
</plugin>

Back to the top