Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlanuti2006-07-28 17:47:27 +0000
committerjlanuti2006-07-28 17:47:27 +0000
commitb64c9586cd6255184151dbd0a4ea80730c67714d (patch)
tree32876b4bd332fb9c050e4dda6735fd7480ebc968
parent1a4e045c1b90cb513f163afa21a9e8e92939074d (diff)
downloadwebtools.javaee-b64c9586cd6255184151dbd0a4ea80730c67714d.tar.gz
webtools.javaee-b64c9586cd6255184151dbd0a4ea80730c67714d.tar.xz
webtools.javaee-b64c9586cd6255184151dbd0a4ea80730c67714d.zip
[150295] fix for module core nature registration
-rw-r--r--plugins/org.eclipse.jst.j2ee/plugin.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/org.eclipse.jst.j2ee/plugin.xml b/plugins/org.eclipse.jst.j2ee/plugin.xml
index 1c28869d3..40011da50 100644
--- a/plugins/org.eclipse.jst.j2ee/plugin.xml
+++ b/plugins/org.eclipse.jst.j2ee/plugin.xml
@@ -34,13 +34,7 @@
</run>
</runtime>
</extension> -->
- <!-- Register the nature id with the EMFNature -->
- <extension
- point="org.eclipse.jem.util.nature_registration">
- <nature
- id="org.eclipse.jst.j2ee.ModuleCore">
- </nature>
- </extension>
+
<extension
point="org.eclipse.wst.common.emfworkbench.integration.editModel">

Back to the top