[jbosstools-issues] [JBoss JIRA] (JBIDE-12541) Add requirement for m2e-wtp for examples

Fred Bricon (JIRA) jira-events at lists.jboss.org
Fri Oct 12 05:24:03 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725869#comment-12725869 ] 

Fred Bricon commented on JBIDE-12541:
-------------------------------------

Here's the snippet that should be used in the project example descriptors :

{noformat}
<fix type="plugin">
    <property name="id">org.eclipse.m2e.wtp</property>
    <property name="versions">[0.16,2.0)</property>
    <property name="description">This project example requires m2e-wtp &gt;= 0.16.0.</property>
    <property name="connectorIds">org.maven.ide.eclipse.wtp.feature</property>
</fix>
{noformat}
                
> Add requirement for m2e-wtp for examples
> ----------------------------------------
>
>                 Key: JBIDE-12541
>                 URL: https://issues.jboss.org/browse/JBIDE-12541
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: project-examples
>    Affects Versions: 4.0.0.Alpha1
>            Reporter: Rastislav Wagner
>            Assignee: Fred Bricon
>             Fix For: 4.0.0.Beta1
>
>
> Examples now have requirement for m2eclipse-wtp, we should change this condition to require m2e-wtp.
> The Examples are:
> Seam Booking Example - EAR mavenized - Seam 2.1.1.GA
> Seam Booking Example - EAR mavenized
> RESTEasy Simple Example
> Richfaces 4.0 Simple Application
> Simplest Hello World Portlet
> JSF2 Hello World Portlet

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list