Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee/plugin.xml')
-rw-r--r--plugins/org.eclipse.jst.j2ee/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.jst.j2ee/plugin.xml b/plugins/org.eclipse.jst.j2ee/plugin.xml
index 0c0ea1c6b..25f0fb61b 100644
--- a/plugins/org.eclipse.jst.j2ee/plugin.xml
+++ b/plugins/org.eclipse.jst.j2ee/plugin.xml
@@ -1023,4 +1023,10 @@
weight="10">
</flattenParticipantProvider>
</extension>
+ <extension
+ point="org.eclipse.wst.common.modulecore.heirarchyFlattenParticipant">
+ <heirarchyParticipant
+ class="org.eclipse.jst.j2ee.internal.common.exportmodel.JEEHeirarchyExportParticipant">
+ </heirarchyParticipant>
+ </extension>
</plugin>

Back to the top