Author: rob.stryker(a)jboss.com
Date: 2011-06-30 04:08:06 -0400 (Thu, 30 Jun 2011)
New Revision: 32494
Modified:
branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.archives.webtools/plugin.xml
Log:
JBIDE-9009 project archives auto-creation actions can lead to workbench hangs
Modified:
branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.archives.webtools/plugin.xml
===================================================================
---
branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.archives.webtools/plugin.xml 2011-06-30
01:28:17 UTC (rev 32493)
+++
branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.archives.webtools/plugin.xml 2011-06-30
08:08:06 UTC (rev 32494)
@@ -66,6 +66,11 @@
label="%nodeContribution.label.editPublishSettings">
</nodeContribution>
</extension>
+ <!--
+ * With these actions removed, if they never return, a large
+ portion of this plugin and it's classes can be deprecated
+ and eventually removed *
+
<extension
point="org.jboss.ide.eclipse.archives.ui.newArchiveActions">
<newPackageAction
@@ -84,6 +89,7 @@
id="org.jboss.ide.eclipse.packages.ui.newEARAction"
label="%newPackageAction.label.ear"/>
</extension>
+ -->
<extension
point="org.jboss.ide.eclipse.as.core.publishers">
<publisher
Show replies by date