Author: dgolovin
Date: 2007-11-20 21:40:43 -0500 (Tue, 20 Nov 2007)
New Revision: 4998
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml
Log:
http://jira.jboss.org/jira/browse/JBIDE-1320
lock to JBoss AS runtime is removed from plugin.xml,
werification for selected Deployment type is added. If selected runtime have not
supported EJB 3.0 and EAR 5.0 modules errori showed on seam facet wizard page title.
It was verified on JBoss AS and Tomcat servers
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml 2007-11-21 02:40:40 UTC (rev
4997)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/plugin.xml 2007-11-21 02:40:43 UTC (rev
4998)
@@ -207,15 +207,10 @@
</extension>
<extension
point="org.eclipse.wst.common.project.facet.core.runtimes">
- <supported>
- <runtime-component
- id="org.jboss.ide.eclipse.as.runtime.component"
- version="4.0">
+ <supported>
+ <runtime-component
+ any="true">
</runtime-component>
- <runtime-component
- id="org.jboss.ide.eclipse.as.runtime.component"
- version="4.2">
- </runtime-component>
<facet
id="jst.seam"
version="[1.2">