[
https://issues.jboss.org/browse/JBIDE-10392?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-10392:
-------------------------------------
{code:title=Bar.java|borderStyle=solid}
Index: plugin.xml
===================================================================
--- plugin.xml (revision 37040)
+++ plugin.xml (working copy)
@@ -640,6 +640,10 @@
runtimeTypeId="org.jboss.ide.eclipse.as.runtime.70"
runtime-component="org.jboss.ide.eclipse.as.runtime.component"
version="7.0"/>
+ <runtimeFacetMapping
+ runtimeTypeId="org.jboss.ide.eclipse.as.runtime.71"
+ runtime-component="org.jboss.ide.eclipse.as.runtime.component"
+ version="7.1"/>
<runtimeFacetMapping
runtimeTypeId="org.jboss.ide.eclipse.as.runtime.stripped"
runtime-component="org.jboss.ide.eclipse.as.runtime.stripped.component"
@@ -761,6 +765,9 @@
<runtime-component-version
type="org.jboss.ide.eclipse.as.runtime.component"
version="7.0"/>
+ <runtime-component-version
+ type="org.jboss.ide.eclipse.as.runtime.component"
+ version="7.1"/>
<supported>
@@ -863,6 +870,21 @@
<facet id="jst.webfragment" version="3.0"/>
</supported>
+ <supported>
+ <runtime-component
+ id="org.jboss.ide.eclipse.as.runtime.component"
+ version="7.1"/>
+ <facet id="wst.web" version="1.0,1.2,1.3,1.4"/>
+ <facet id="jst.web" version="2.2,2.3,2.4,2.5,3.0"/>
+ <facet id="jst.java" version="5.0,6.0,1.7"/>
+ <facet id="jst.utility" version="1.0"/>
+ <facet id="jst.connector" version="1.0,1.5,1.6"/>
+ <facet id="jst.ejb" version="2.0,2.1,3.0,3.1"/>
+ <facet id="jst.ear" version="1.2,1.3,1.4,5.0,6.0"/>
+ <facet id="jst.appclient"
version="1.2,1.3,1.4,5.0,6.0"/>
+ <facet id="jst.webfragment" version="3.0"/>
+ </supported>
+
</extension>
{code}
Cannot target AS 7.1 with the new projects
------------------------------------------
Key: JBIDE-10392
URL:
https://issues.jboss.org/browse/JBIDE-10392
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.M5
install AS 7.1
Run examples - it tells me it requries AS 7.0...ignore that.
Target runtime is now blank even though I have AS7.1 installed.
That should not happen.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira